Commit 8c860b13 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.312_Rel-18_CR_Update_ValueRangeType_to_support_scenario_specific_intent' into 'Integration_Rel18_SA5_152_YAML'

TS28.312_Rel-18_CR0173_Update_ValueRangeType_to_support_scenario_specific_intent

See merge request !826
parents ad0d70f5 a9644446
Loading
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -813,14 +813,7 @@ components:
        contextValueRange:
          type: array
          items:
            $ref: "#/components/schemas/UEGroup"            
    UEGroup:
      type: object
      properties:
        fiveQI:
          type: integer
        sNssai:
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'  
            $ref: "TS28312_IntentNrm.yaml#/components/schemas/UEGroup"              
    EdgeIdenfiticationIdContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for EdgeIdentificationIdContext      
+15 −1
Original line number Diff line number Diff line
@@ -229,7 +229,21 @@ components:
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate'
        - $ref: '#/components/schemas/UEGroup'
        - $ref: '#/components/schemas/Frequency'                  
    UEGroup:
      description: >-
        It describes the UE Group, which is 
        represented by specific 5QI, specific S-NSSAI, or a specific combination 
        of S-NSSAI and 5QI
      type: object
      properties:
        fiveQI:
          type: integer
          minimum: 0
          maximum: 255  
        sNssai: 
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'                      
   #-------Definition of the generic dataType --------------#    

   #-------Definition of the generic IntentContext dataType --------------#