From 143c93f386c57686f0b0563f34b38aeac1537e3a Mon Sep 17 00:00:00 2001 From: Per Elmdahl EPKPEEL Date: Mon, 11 Apr 2022 14:33:20 +0200 Subject: [PATCH] YANG code corresponding to S5-222527 --- yang-models/_3gpp-nr-nrm-dlbofunction.yang | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-dlbofunction.yang b/yang-models/_3gpp-nr-nrm-dlbofunction.yang index e3146a24b..a9915f7f3 100644 --- a/yang-models/_3gpp-nr-nrm-dlbofunction.yang +++ b/yang-models/_3gpp-nr-nrm-dlbofunction.yang @@ -16,6 +16,7 @@ module _3gpp-nr-nrm-dlbofunction { Model (NRM)."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + revision 2022-03-25 { reference "CR-XXXX"; } revision 2021-10-22 { reference "CR-0577"; } feature DLBOUnderGNBCUCPFunction { @@ -41,12 +42,19 @@ module _3gpp-nr-nrm-dlbofunction { type boolean; } - leaf maximumDeviationHoTrigger { - description "This parameter defines the maximum allowed absolute + leaf maximumDeviationHoTriggerLow { + description "This parameter defines the maximum allowed lower deviation of the Handover Trigger, from the default point of operation."; type int32 { range "-20..20"; } - units "0.5"; + units "0.5 dB"; + } + leaf maximumDeviationHoTriggerHigh { + description "This parameter defines the maximum allowed upper + deviation of the Handover Trigger, from the default point of + operation."; + type int32 { range "-20..20"; } + units "0.5 dB"; } leaf minimumTimeBetweenHoTriggerChange { @@ -89,4 +97,4 @@ module _3gpp-nr-nrm-dlbofunction { if-feature DLBOUnderSubNetwork; uses DLBOFunctionSubtree; } -} \ No newline at end of file +} -- GitLab