Commit 0ab30dc8 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel18_CR1026_correction_to_NPNIdentity_stage2_stage_3_issue' into 'Integration_Rel18_SA5_151_YAML'

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

See merge request !763
parents 1ec18311 724ca7ed
Loading
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: