Commit 7901e5b0 authored by sunse's avatar sunse
Browse files

CR0826 Update TS28541_NrNrm.yaml

parent 7d633eef
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -113,6 +113,12 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/NrTac'
    Nid:
      type: string
      pattern: '^[A-Fa-f0-9]{11}$'
      description: >
        This represents the Network Identifier, which together with a PLMN ID is used to identify
        an SNPN (see TS 23.003 and TS 23.501 clause 5.30.2.1).      
    Tai:
      type: object
      properties:
@@ -120,6 +126,8 @@ components:
          $ref: '#/components/schemas/PlmnId'
        nrTac:
          $ref: '#/components/schemas/NrTac'
        nid:
          $ref: '#/components/schemas/Nid'          
    TaiList:
      type: array
      items: