Commit 6bca4c54 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-ntnfunction.yang

parent f39a2bcc
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -9,10 +9,8 @@ module _3gpp-nr-nrm-ntnfunction {
  import ietf-yang-types { prefix yang; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-subnetwork { prefix subnet3gpp; }
  import _3gpp-common-yang-types { prefix typesyang; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  
  
  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Implements support the C-SON function of Capacity and 
@@ -251,7 +249,6 @@ module _3gpp-nr-nrm-ntnfunction {

    leaf nTNConfEntity {
      type types3gpp:DistinguishedName;
      min-elements 1;
      description "Specifies the DN of a specific NTN related MOI.
      allowedValues:  DN of of the following MOIs:
      EP_NgC, NRCellCU, NRCellDU, NRSectorCarrier,
@@ -260,15 +257,14 @@ module _3gpp-nr-nrm-ntnfunction {

    list nTNEntityConfigRefList {
      key name;
      config false ;
      yext3gpp:notNotifyable;
      config true;
      uses types3gpp:nameValuePair
      description "Specifies the list of configuration parameters and values.
      The content of the attribute is a list of attributeName- attributeValue
      pairs.  AttributeValues may be complex types.";
    }    
  }


  grouping NTNTimeBasedConfigGrp {
    description "This IOC represents a configuration to be applied during
    a specified time window.
@@ -280,7 +276,7 @@ module _3gpp-nr-nrm-ntnfunction {
    to MOI(s) during the specified timeWindow.";
    
    leaf timeWindow {
      type types3gpp:TimeWindowGrp;
      uses types3gpp:TimeWindowGrp;
      config true;
      description "It defines the time window.";
    }