Commit 7db76ab0 authored by lengyelb's avatar lengyelb Committed by lengyelb
Browse files

NPNId correction

parent b36b45c9
Loading
Loading
Loading
Loading
+19 −12
Original line number Diff line number Diff line
@@ -164,18 +164,25 @@ module _3gpp-common-trace {
      max-elements 1;
    }

    list cAGIdList {
      key idx;
    choice npnidChoice {
      leaf-list cAGIdList {
        type string; 
        max-elements 256;
      description "It specifies the PNI-NPN identified by CAG ID ";
      leaf idx { type string; }
        description "It identifies a CAG list containing up to 256 
          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.";
      }
    
    list nIDList {
      key idx;
      leaf-list nIDList {
        type string;
        max-elements 16;
      description "It specifies the SNPN identified by Network ID";
      leaf idx { type string; }
        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. 
          NID is a hexadecimal range with size 44 bit.";
      }
    }
  }