Commit c3e97848 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Edit _3gpp-common-yang-types.yang

parent 670afe86
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -293,7 +293,9 @@ module _3gpp-common-yang-types {
   
    choice npnidChoice {
      leaf-list cAGIdList {
        type CagId;
        type string {
          pattern '^[A-Fa-f0-9]{8}$';
        }
        max-elements 256;
        description "It identifies a CAG list containing up to 12 
          CAG-identifiers per Ue or up to 12 CAG-identifiers per cell, 
@@ -303,7 +305,9 @@ module _3gpp-common-yang-types {
      }
     
      leaf-list nIDList {
        type Nid;
        type string {
          pattern '^[A-Fa-f0-9]{11}$';
        }
        max-elements 16;
        description "It identifies a list of NIDs containing up to 16 NIDs, see
        TS 38.331. NID is used to combine with PLMN ID to identify an SNPN.