From b78a17c01c1d2da59fd757121f739dcf85059b6e Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 27 Aug 2025 15:14:53 +0000 Subject: [PATCH] Edit _3gpp-nr-nrm-desmanagementfunction.yang --- .../_3gpp-nr-nrm-desmanagementfunction.yang | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-desmanagementfunction.yang b/yang-models/_3gpp-nr-nrm-desmanagementfunction.yang index 2e1e5bbaa..f3cd369a6 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; -- GitLab