From 4d0751c364d10f888448c5815aaa063761cb45b4 Mon Sep 17 00:00:00 2001 From: scottma Date: Wed, 26 Mar 2025 18:51:27 +0000 Subject: [PATCH 1/3] Update _3gpp-nr-nrm-drachoptimizationfunction.yang --- yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang b/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang index 5ae5dbfe3..4f86842d9 100755 --- a/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang +++ b/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang @@ -16,6 +16,7 @@ module _3gpp-nr-nrm-drachoptimizationfunction { Model (NRM)."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + revision 2025-03-26 { reference CR-xxxx; } revision 2021-08-04 { reference S5-214052/CR-0517; } revision 2021-01-25 { reference CR-0454 ; } revision 2020-10-02 { reference "CR-0384, CR-0382" ; } @@ -49,7 +50,13 @@ module _3gpp-nr-nrm-drachoptimizationfunction { type TargetProbabilityT; } leaf numberofpreamblessent { - description "This attribute determines the number of preambles sent."; + description "This attribute indicates the number of preambles sent + used to configure a wanted distribution of RACH preambles in a + vendor implemented DRACH optimisation function. + Note: The DRACH optimization function may configure preambleTransMax + as defined in TS 38.331 [54]. The allowed values for preambleTransMax + are 3, 4, 5, 6, 7, 8, 10, 20, 50, 100, 200 (see 38.331 [54], + subclause 6.3.2)."; mandatory true; type NumberofpreamblessentT; } -- GitLab From 4ea593eeea2646bd6f38388bcbd059fe1095283a Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 28 Mar 2025 20:07:02 +0000 Subject: [PATCH 2/3] Update _3gpp-nr-nrm-drachoptimizationfunction.yang --- yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang b/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang index 4f86842d9..aec6ee035 100755 --- a/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang +++ b/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang @@ -16,7 +16,7 @@ module _3gpp-nr-nrm-drachoptimizationfunction { Model (NRM)."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - revision 2025-03-26 { reference CR-xxxx; } + revision 2025-03-26 { reference CR-1501; } revision 2021-08-04 { reference S5-214052/CR-0517; } revision 2021-01-25 { reference CR-0454 ; } revision 2020-10-02 { reference "CR-0384, CR-0382" ; } -- GitLab From 16ef96bf8bffadd20f6ea2649dcfbe42eeec82a4 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Mon, 14 Apr 2025 13:43:21 +0000 Subject: [PATCH 3/3] Edit _3gpp-nr-nrm-drachoptimizationfunction.yang Updated revision date to conform to the rule in 32.160 clause 6.2.1.13 In order to avoid reusing the same revision date in multiple releases, when a new YANG module revision is needed the revision date shouldbe set as follows. Instead of setting the exact revision date when the module was last edited, the date nearest to that day that is not in the future and that follows the rule below should be used. When divided by 6, the day in the date should have the same remainder as the release number: (DAY modulo 6 == releaseNumber modulo 6). --- yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang b/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang index aec6ee035..072c01b89 100755 --- a/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang +++ b/yang-models/_3gpp-nr-nrm-drachoptimizationfunction.yang @@ -16,7 +16,7 @@ module _3gpp-nr-nrm-drachoptimizationfunction { Model (NRM)."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - revision 2025-03-26 { reference CR-1501; } + revision 2025-03-28 { reference CR-1501; } revision 2021-08-04 { reference S5-214052/CR-0517; } revision 2021-01-25 { reference CR-0454 ; } revision 2020-10-02 { reference "CR-0384, CR-0382" ; } -- GitLab