Commit 7007b918 authored by qiwen's avatar qiwen Committed by lengyelb
Browse files

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

parent e3be3c1e
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -124,16 +124,13 @@ module _3gpp-5gc-nrm-amffunction {
      mandatory true;
    }

    leaf-list satelliteBackhaulInfoList{
    list satelliteBackhaulInfoList{
      description "Specifies a list of satellite backhaul information. It can be
       used by NF and NF services.";
      min-element 1;
      min-elements 1;
      uses satelliteBackhaulInfo;
    }

    must "if (../satelliteBackhaulSupported = 1 ) then 
    exists (../satelliteBackhaulInfoList) else true()";

  }
  
  augment "/me3gpp:ManagedElement" {