Commit f8b4b3ac authored by chenxiu's avatar chenxiu Committed by sunse
Browse files

TS28.623_Rel18_CR0353_Change_NpnId_from_dataType_to_choice

parent f510dfbe
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -331,7 +331,6 @@ components:
                maximum: 31
    NpnId-Type:
      type: object
      description: This describes the PLMN id, CAG ID list or the NID of the SNPN within the PLMN.
      properties:
        plmnId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
@@ -339,10 +338,17 @@ components:
          type: array
          items:
            type: string
          minItems: 1
          maxItems: 256  
        nIDList:
          type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Nid'
          minItems: 1
          maxItems: 16
      oneOf:
        - required: [plmnId, cAGIdList]
        - required: [plmnId, nIDList]

#-------- Definition of abstract IOC Top -----------------------------------------