Commit 47cacabc authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

npnidgrp correction

parent 90410851
Loading
Loading
Loading
Loading
+20 −18
Original line number Diff line number Diff line
@@ -302,6 +302,7 @@ module _3gpp-common-yang-types {
      yext3gpp:notNotifyable;
    }
  }
      
  grouping NpnIdGrp {
    description "Represents the NPN supported by the <<IOC>> using this 
      <<dataType>> as one of its attributes in case of the cell is a 
@@ -314,23 +315,24 @@ module _3gpp-common-yang-types {
      uses types3gpp:PLMNId;
    }
   
    list cAGIdList {
      key idx;
    choice npnidChoice {
      leaf-list cAGIdList {
        type string;
        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, see TS 38.331 [38].
        description "It identifies a CAG list containing up to 12 
          CAG-identifiers per Ue or up to 12 CAG-identifiers per cell, 
          see TS 38.331.
          CAG ID is used to combine with PLMN ID to identify a PNI-NPN.CAG ID is
          a hexadecimal range with size 32 bit";
      leaf idx { type string; }
      }
     
    list nIDList {
      key idx;
      leaf-list nIDList {
        type string;
        max-elements 16;
        description "It identifies a list of NIDs containing up to 16 NIDs, see
      TS 38.331 [38].NID is used to combine with PLMN ID to identify an SNPN.
        TS 38.331. NID is used to combine with PLMN ID to identify an SNPN.
        NID is a hexadecimal range with size 44 bit.";
      leaf idx { type string; }
      }
    }
  }