Commit ee0e0278 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.312_Rel18_CR0076_Update_the_RadioNetworkExpectation_to_support_targeted_scope' into 'Integration_Rel18_SA5_150_YAML'

Ts28.312 rel18 cr0076 update the radio network expectation to support targeted scope

See merge request !723
parents 296926fd 5daf7d95
Loading
Loading
Loading
Loading
Loading
+27 −3
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ components:
              - $ref: '#/components/schemas/PLMNContext'
              - $ref: '#/components/schemas/NRFqBandContext'
              - $ref: '#/components/schemas/RATContext'
              - $ref: '#/components/schemas/ObjectContext'
              - $ref: "#/components/schemas/UEGroupContext"
              - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/ObjectContext'                                
    ServiceSupportExpectationObject: 
      description: >-
@@ -127,7 +127,7 @@ components:
          items:
            type: object
            oneOf:
              - $ref: '#/components/schemas/EdgeIdentificationIdContext'
              - $ref: '#/components/schemas/EdgeIdenfiticationIdContext'
              - $ref: '#/components/schemas/EdgeIdentificationLocContext'
              - $ref: '#/components/schemas/CoverageAreaTAContext'   
              - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/ObjectContext'               
@@ -649,7 +649,31 @@ components:
              - UTRAN
              - EUTRAN
              - NR
    EdgeIdentificationIdContext:
    UEGroupContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for UEGroup([5QI, SNSSAI])
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - UEGroup
        contextCondition:
          type: string
          enum:
            - IS_ALL_OF
        contextValueRange:
          type: array
          items:
            $ref: "#/components/schemas/UEGroup"            
    UEGroup:
      type: object
      properties:
        fiveQI:
          type: integer
        sNssai:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'  
    EdgeIdenfiticationIdContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for EdgeIdentificationIdContext      
      type: object