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

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

parent 9064ea77
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -26,6 +26,15 @@ module _3gpp-5gc-nrm-amffunction {
  revision 2018-08-07 { reference "Initial revision"; }

  grouping GlobalRanNodeIDGrp{

    list plmnId {
      description "PLMN Identity.";
      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";
@@ -94,10 +103,12 @@ module _3gpp-5gc-nrm-amffunction {
     and corresponding information of gNB.";
    reference "3GPP TS 23.501";

    leaf GlobalRanNodeID{
    list GlobalRanNodeID{
      description "Unique identifier of an NG-RAN node.";
      type GlobalRanNodeIDGrp;
      mandatory true;
      uses GlobalRanNodeIDGrp;
      min-elements 1;
      max-elements 1;
      key "plmnId";
    }

    leaf satelliteBackhaulCategory{