From 5165e82b1dce2ad38d826e4afefb44e059891d06 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 22 May 2025 06:08:50 +0000 Subject: [PATCH 1/4] Edit _3gpp-nr-nrm-gnbdufunction.yang --- yang-models/_3gpp-nr-nrm-gnbdufunction.yang | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/yang-models/_3gpp-nr-nrm-gnbdufunction.yang b/yang-models/_3gpp-nr-nrm-gnbdufunction.yang index 4932b44d8..3b879eb7f 100755 --- a/yang-models/_3gpp-nr-nrm-gnbdufunction.yang +++ b/yang-models/_3gpp-nr-nrm-gnbdufunction.yang @@ -18,6 +18,7 @@ module _3gpp-nr-nrm-gnbdufunction { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + revision 2025-05-07 { reference CR-1548; } revision 2025-02-05 { reference CR-1441; } revision 2024-02-24 { reference CR-1218; } revision 2023-09-18 { reference CR-1043 ; } @@ -122,6 +123,21 @@ module _3gpp-nr-nrm-gnbdufunction { a single report."; } + leaf isOnboardSatellite { + type boolean; + mandatory false; + default false; + description "This attribute indicates whether the function is + on board the satellite."; + } + + leaf onboardSatelliteId { + type string; + description "This attribute indicates the onboard satellite Id. + It shall be formatted as a fixed 5-digit string, padding with + leading digits “0” to complete a 5-digit length."; + } + leaf maxPropagationDelay { type uint32 { range "0..327679"; -- GitLab From 0bb9fc1bf9ae1948d62b0ce63539e169a528a218 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 22 May 2025 06:10:31 +0000 Subject: [PATCH 2/4] Edit _3gpp-nr-nrm-gnbcucpfunction.yang --- yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang b/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang index b7c05dddd..a231b7ad8 100755 --- a/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +++ b/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang @@ -20,6 +20,7 @@ module _3gpp-nr-nrm-gnbcucpfunction { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + revision 2025-05-07 { reference "CR-1548"; } revision 2025-01-25 { reference "CR-1442"; } revision 2024-11-07 { reference "CR-1443"; } revision 2024-08-19 { reference "CR-1405"; } @@ -295,6 +296,22 @@ module _3gpp-nr-nrm-gnbcucpfunction { supports (is associated to)."; } + leaf isOnboardSatellite { + type boolean; + mandatory false; + default false; + description "This attribute indicates whether the function is + on board the satellite."; + } + + leaf onboardSatelliteId { + type string; + config false; + description "This attribute indicates the onboard satellite Id. + It shall be formatted as a fixed 5-digit string, padding with + leading digits “0” to complete a 5-digit length."; + } + leaf dynamic5QISetRef { type types3gpp:DistinguishedName; description "DN of the Dynamic5QISet that the GNBCUCPFunction supports -- GitLab From f51d376b8ee7afc35f2d341c9d56d68c8da1b4e1 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 22 May 2025 06:15:10 +0000 Subject: [PATCH 3/4] Edit _3gpp-nr-nrm-gnbcucpfunction.yang --- yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang b/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang index a231b7ad8..612bf5ce1 100755 --- a/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +++ b/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang @@ -298,7 +298,6 @@ module _3gpp-nr-nrm-gnbcucpfunction { leaf isOnboardSatellite { type boolean; - mandatory false; default false; description "This attribute indicates whether the function is on board the satellite."; @@ -309,7 +308,7 @@ module _3gpp-nr-nrm-gnbcucpfunction { config false; description "This attribute indicates the onboard satellite Id. It shall be formatted as a fixed 5-digit string, padding with - leading digits “0” to complete a 5-digit length."; + leading digits '0' to complete a 5-digit length."; } leaf dynamic5QISetRef { @@ -366,7 +365,7 @@ module _3gpp-nr-nrm-gnbcucpfunction { leaf gnbIdLength { type int32 {range "22..32";} - mandatory true; + mandatory true; description "This indicates the number of bits for encoding the gNB ID. See 'Global gNB ID' in subclause 9.3.1.6 of TS 38.413"; } -- GitLab From 7a521607f01bf25a2a60ee02f739b6c192f5e58e Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 22 May 2025 06:19:06 +0000 Subject: [PATCH 4/4] Edit _3gpp-nr-nrm-gnbcucpfunction.yang --- yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang b/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang index 612bf5ce1..fc2bca300 100755 --- a/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +++ b/yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang @@ -295,7 +295,7 @@ module _3gpp-nr-nrm-gnbcucpfunction { description "DN of the Configurable5QISet that the GNBCUCPFunction supports (is associated to)."; } - + leaf isOnboardSatellite { type boolean; default false; @@ -310,7 +310,7 @@ module _3gpp-nr-nrm-gnbcucpfunction { It shall be formatted as a fixed 5-digit string, padding with leading digits '0' to complete a 5-digit length."; } - + leaf dynamic5QISetRef { type types3gpp:DistinguishedName; description "DN of the Dynamic5QISet that the GNBCUCPFunction supports -- GitLab