Commit d919ae67 authored by ruiyue's avatar ruiyue
Browse files

Update

parent ce42bf18
Loading
Loading
Loading
Loading
Loading
+20 −7
Original line number Diff line number Diff line
@@ -417,12 +417,7 @@ components:
        pLMNId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        qOSId:
          description: >-
            It describes the value of a QoS identifier
            (i.e., QCI for EUTRAN network and 5QI for NR network). 
          type: integer
          minimum: 0
          maximum: 255
          $ref: '#/components/schemas/QoSId'
        sNssai: 
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
        uEType:
@@ -431,6 +426,24 @@ components:
          enum: 
            - REDCAP_UE
            - EREDCAP_UE
    QoSId:
      oneOf:
        - type: object
          properties:
            qCI:
              description: >-
                It describes QCI for EUTRAN network.
              type: integer
              minimum: 0
              maximum: 255
        - type: object
          properties:
            fiveQI:
              description: >-
                It describes 5QI for NR network.
              type: integer
              minimum: 0
              maximum: 255
    IntentHandlingScope:
      type: string
      enum: