diff --git a/yang-models/_3gpp-nr-nrm-desmanagementfunction.yang b/yang-models/_3gpp-nr-nrm-desmanagementfunction.yang index 2e1e5bbaaa072d4935e52545b70639b18c9bab06..f3cd369a699ff709ca336ee3fe73f1f3cba20f00 100755 --- a/yang-models/_3gpp-nr-nrm-desmanagementfunction.yang +++ b/yang-models/_3gpp-nr-nrm-desmanagementfunction.yang @@ -29,7 +29,7 @@ module _3gpp-nr-nrm-desmanagementfunction { description "Represents the the traffic load threshold and the time duration."; - leaf loadThreshold { + leaf threshold { description "This attribute is used by distributed ES algorithms to allow a cell to enter the energySaving state."; type type5g3gpp:EnergySavingLoadThresholdT; @@ -57,7 +57,7 @@ module _3gpp-nr-nrm-desmanagementfunction { cell. This attribute indicates the traffic load threshold and the time duration, which are used by distributed ES algorithms to allow a cell to enter the energySaving state."; - key loadThreshold; + key threshold; min-elements 1; max-elements 1; uses loadTimeThresholdGrp; @@ -67,7 +67,7 @@ module _3gpp-nr-nrm-desmanagementfunction { description "This attribute indicates the traffic load threshold and the time duration, which are used by distributed ES algorithms level to allow an 'original' cell to enter the energySaving state."; - key loadThreshold; + key threshold; min-elements 1; max-elements 1; uses loadTimeThresholdGrp; @@ -78,7 +78,7 @@ module _3gpp-nr-nrm-desmanagementfunction { cell.This attribute indicates the traffic load threshold and the time duration which is used by distributed ES algorithms to allow a cell to leave the energySaving state."; - key loadThreshold; + key threshold; min-elements 1; max-elements 1; uses loadTimeThresholdGrp; @@ -99,7 +99,7 @@ module _3gpp-nr-nrm-desmanagementfunction { description "This attribute indicates the traffic load threshold and the time duration, which are used by distributed inter-RAT ES algorithms to allow an original cell to enter the energySaving state."; - key loadThreshold; + key threshold; min-elements 1; max-elements 1; uses loadTimeThresholdGrp; @@ -109,7 +109,7 @@ module _3gpp-nr-nrm-desmanagementfunction { description "This attribute indicates the traffic load threshold and the time duration, which are used by distributed inter-RAT ES algorithms to allow an original cell to enter the energySaving state."; - key loadThreshold; + key threshold; min-elements 1; max-elements 1; uses loadTimeThresholdGrp; @@ -119,7 +119,7 @@ module _3gpp-nr-nrm-desmanagementfunction { description "This attribute indicates the traffic load threshold and the time duration which is used by distributed inter-RAT ES algorithms to allow an original cell to leave the energySaving state."; - key loadThreshold; + key threshold; min-elements 1; max-elements 1; uses loadTimeThresholdGrp;