Commit 724ca7ed authored by sunse's avatar sunse
Browse files

Ts28.541 rel18 cr1026 correction to npn identity stage2 stage 3 issue

parent 1ec18311
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -66,13 +66,24 @@ components:
      type: string
    NpnIdentity:
      type: object
      oneOf:
        - required: [ plmnId, cagidList ]
        - required: [ plmnId, nidList ]       
      properties:
        plmnId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        cagidList:
          type: array
          items:
            $ref: '#/components/schemas/cagId'
          minItems: 1
          maxItems: 12  
        nidList:
          type: array
          items:
            $ref: '#/components/schemas/nid'
          minItems: 1
          maxItems: 12              
    NpnIdentityList:
      type: array
      items: