Commit 60ea1311 authored by qiwen's avatar qiwen Committed by lengyelb
Browse files

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

parent c4388b48
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -27,11 +27,9 @@ module _3gpp-5gc-nrm-amffunction {

  grouping GlobalRanNodeIDGrp{

    list plmnId {
    leaf plmnId {
      description "PLMN Identity.";
      min-elements 1;
      max-elements 1;
      key "mcc mnc";
      mandatory true;
      uses types3gpp:PLMNId;
    }

@@ -195,6 +193,10 @@ module _3gpp-5gc-nrm-amffunction {
      description "Specifies a list of satellite backhaul information. It can be
       used by NF and NF services.";
      key GlobalRanNodeID;
      leaf GlobalRanNodeID{
        type string;
        description "this relies on the choice of GlobalRanNodeID"
      }
      min-elements 1;
      uses satelliteBackhaulInfo;
    }