From 33a40a22a65a2aa15c520c4a4c633084438f8713 Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Thu, 1 Oct 2020 14:51:49 +0200 Subject: [PATCH 1/2] S5-205061 correct managed function errors after SA89 --- yang-models/_3gpp-common-managed-function.yang | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/yang-models/_3gpp-common-managed-function.yang b/yang-models/_3gpp-common-managed-function.yang index 34415c24f..1ed73c867 100755 --- a/yang-models/_3gpp-common-managed-function.yang +++ b/yang-models/_3gpp-common-managed-function.yang @@ -10,7 +10,8 @@ module _3gpp-common-managed-function { organization "3GPP SA5"; contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; - description "The module defines a base class/grouping for major 3GPP functions."; + description "The module defines a base class/grouping for major 3GPP + functions."; reference "3GPP TS 28.622 Generic Network Resource Model (NRM) @@ -20,13 +21,14 @@ module _3gpp-common-managed-function { 3GPP TS 28.620 Umbrella Information Model (UIM)"; + revision 2020-09-30 { reference "CR-bbbb"; } revision 2020-08-06 { reference "CR-0102"; } revision 2020-08-03 { reference "CR-0095"; } revision 2020-06-23 { reference "CR-085"; } revision 2020-06-08 { reference "CR-0092"; } revision 2019-11-21 { reference "S5-197275, S5-197735"; } revision 2019-10-28 { reference S5-193518 ; } - revision 2019-06-18 { description "Initial revision"; } + revision 2019-06-18 { reference "Initial revision"; } feature MeasurementsUnderManagedFunction { description "The MeasurementSubtree shall be contained under ManageElement"; @@ -37,6 +39,7 @@ module _3gpp-common-managed-function { } grouping Operation { + description "This data type represents an Operation. "; reference "3gpp TS 28.622"; leaf name { @@ -157,7 +160,7 @@ module _3gpp-common-managed-function { container vnfParametersList { description "Contains the parameter set of the VNF instance(s) corresponding to an NE."; - presence "The presence of this container indicates that the ManagedFunction + presence "The presence of this container indicates that the ManagedFunction represented is realized by one or more VNF instance(s). Otherwise it shall be absent."; @@ -197,7 +200,7 @@ module _3gpp-common-managed-function { section 9.4.3"; } - leaf autoScalable { + leaf autoScalable { type boolean ; mandatory true; description "Indicator of whether the auto-scaling of this @@ -296,7 +299,7 @@ module _3gpp-common-managed-function { uses meas3gpp:MeasurementSubtree { if-feature MeasurementsUnderManagedFunction ; - } + } uses trace3gpp:TraceSubtree { if-feature TraceUnderManagedFunction ; -- GitLab From 09232d74a8501d78e8fea01163ebf7e4d3e7e5d1 Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Thu, 1 Oct 2020 15:20:04 +0200 Subject: [PATCH 2/2] Updated with the actual CR number --- yang-models/_3gpp-common-managed-function.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-managed-function.yang b/yang-models/_3gpp-common-managed-function.yang index 1ed73c867..71ef9fa72 100755 --- a/yang-models/_3gpp-common-managed-function.yang +++ b/yang-models/_3gpp-common-managed-function.yang @@ -21,7 +21,7 @@ module _3gpp-common-managed-function { 3GPP TS 28.620 Umbrella Information Model (UIM)"; - revision 2020-09-30 { reference "CR-bbbb"; } + revision 2020-09-30 { reference "CR-0108"; } revision 2020-08-06 { reference "CR-0102"; } revision 2020-08-03 { reference "CR-0095"; } revision 2020-06-23 { reference "CR-085"; } -- GitLab