Commit ec03a910 authored by sunse's avatar sunse
Browse files

Ts28.541 rel17 cr1025 correction to npn identity stage2 stage 3 issue

parent 6523616a
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: