From 759fd8459f5702a41a9b875ec4abae0508fae1fc Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Thu, 7 Nov 2024 13:33:45 +0100 Subject: [PATCH 1/4] removed keyless list from pm --- yang-models/_3gpp-common-measurements.yang | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index 3940a8596..fdfa63e49 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -57,6 +57,7 @@ module _3gpp-common-measurements { Integration Reference Point (IRP); Information Service (IS)"; + revision 2024-11-01 { reference CR-xxxx; } revision 2024-02-23 { reference CR-0347; } revision 2024-01-29 { reference "CR-0327"; } revision 2023-11-17 { reference "CR-0298"; } @@ -179,6 +180,7 @@ module _3gpp-common-measurements { grouping SupportedPerfMetricGroupGrp { list SupportedPerfMetricGroups { config false; + key idx; description "Captures a group of supported performance metrics and associated parameters related to their production and reporting. A SupportedPerfMetricGroup attribute which is part of an MOI may @@ -187,6 +189,8 @@ module _3gpp-common-measurements { can specify supported metrics for contained ManagedFunctions like a GNBDUFunction."; + leaf idx {type string;} + leaf-list performanceMetrics { type string; min-elements 1; -- GitLab From 5c4ab8a54e55151e5207321adadb54ffe81b3962 Mon Sep 17 00:00:00 2001 From: "U-ERICSSON\\ETHBLL" Date: Thu, 7 Nov 2024 23:42:52 +0100 Subject: [PATCH 2/4] removed keyless list from pm --- yang-models/_3gpp-common-measurements.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index fdfa63e49..015758517 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -57,7 +57,7 @@ module _3gpp-common-measurements { Integration Reference Point (IRP); Information Service (IS)"; - revision 2024-11-01 { reference CR-xxxx; } + revision 2024-11-05 { reference CR-xxxx; } revision 2024-02-23 { reference CR-0347; } revision 2024-01-29 { reference "CR-0327"; } revision 2023-11-17 { reference "CR-0298"; } -- GitLab From 5d2e99f1cd2fc1495eaf10aaecdb9f3a0cf40c3d Mon Sep 17 00:00:00 2001 From: lengyelb Date: Fri, 8 Nov 2024 17:53:26 +0000 Subject: [PATCH 3/4] Update revision statement _3gpp-common-measurements.yang --- yang-models/_3gpp-common-measurements.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index 015758517..4ddc93dbd 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -57,7 +57,7 @@ module _3gpp-common-measurements { Integration Reference Point (IRP); Information Service (IS)"; - revision 2024-11-05 { reference CR-xxxx; } + revision 2024-11-05 { reference CR-0486; } revision 2024-02-23 { reference CR-0347; } revision 2024-01-29 { reference "CR-0327"; } revision 2023-11-17 { reference "CR-0298"; } -- GitLab From fdad475fe6e5568336029637f4f3bcfb35d9c96d Mon Sep 17 00:00:00 2001 From: lengyelb Date: Fri, 8 Nov 2024 17:57:36 +0000 Subject: [PATCH 4/4] Update _3gpp-common-measurements.yang --- yang-models/_3gpp-common-measurements.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index 4ddc93dbd..8a5da660b 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -189,7 +189,7 @@ module _3gpp-common-measurements { can specify supported metrics for contained ManagedFunctions like a GNBDUFunction."; - leaf idx {type string;} + leaf idx { type uint32; } leaf-list performanceMetrics { type string; -- GitLab