Commit e91b0fb5 authored by qiwen's avatar qiwen Committed by lengyelb
Browse files

Update file _3gpp-5gc-nrm-amffunction.yang

parent 836639bc
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -27,6 +27,16 @@ module _3gpp-5gc-nrm-amffunction {

  grouping GlobalRanNodeIDGrp{
    
    list pLMNId {
      description "The PLMN Identifier is composed of
       a Mobile Country Code (MCC) and 
       a Mobile Network Code (MNC).";
      min-elements 1;
      max-elements 1;
      key "mcc mnc";
      uses types3gpp:PLMNId;
    }
    
    choice GlobalRanNodeID{
      description "Unique identifier of an NG-RAN node.";
      reference "3GPP TS 38.413";