From 147b2fb82392bebd9d35e94198c4b828445df1c9 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 16 Nov 2023 18:10:11 +0000 Subject: [PATCH 1/5] Update _3gpp-common-measurements.yang --- yang-models/_3gpp-common-measurements.yang | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index ad9701ca5..279935509 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -181,9 +181,9 @@ module _3gpp-common-measurements { type string; min-elements 1; description "Performance metrics include measurements defined in - TS 28.552 and KPIs defined in TS 28.554. Performance metrics can - also be specified by other SDOs or be vendor specific. - Performance metrics are identfied with their names. + TS 28.552 and KPIs defined in TS 28.554. + + Measurements are identified by name. For measurements defined in TS 28.552 the name is constructed as follows: @@ -195,8 +195,8 @@ module _3gpp-common-measurements { For KPIs defined in TS 28.554 the name is defined in the KPI definitions template as the component designated with e). - A name can also identify a vendor specific performance metric or a - group of vendor specific performance metrics."; + For non-3GPP specified measurements the name is defined + elsewhere, e.g. vendor specified."; } leaf-list granularityPeriods { @@ -548,4 +548,4 @@ module _3gpp-common-measurements { } } } -} \ No newline at end of file +} -- GitLab From e11ff1b82d43240f3377982769c1b087693d2ddb Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 16 Nov 2023 19:07:39 +0000 Subject: [PATCH 2/5] Update _3gpp-common-measurements.yang --- yang-models/_3gpp-common-measurements.yang | 1 + 1 file changed, 1 insertion(+) diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index 279935509..8d6ce7022 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -56,6 +56,7 @@ module _3gpp-common-measurements { Integration Reference Point (IRP); Information Service (IS)"; + revision 2023-11-18 { reference "CR-0299"; } revision 2023-09-18 { reference CR-0271 ; } revision 2023-04-26 { reference CR-0250; } revision 2023-02-18 { reference "CR-0240"; } -- GitLab From e0274acbe29a4c464132c8754faa250e555d7f55 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 16 Nov 2023 20:11:49 +0000 Subject: [PATCH 3/5] Update _3gpp-common-managementdatacollection.yang --- .../_3gpp-common-managementdatacollection.yang | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/yang-models/_3gpp-common-managementdatacollection.yang b/yang-models/_3gpp-common-managementdatacollection.yang index 8c60cf5ed..8c393b2d8 100644 --- a/yang-models/_3gpp-common-managementdatacollection.yang +++ b/yang-models/_3gpp-common-managementdatacollection.yang @@ -26,6 +26,7 @@ module _3gpp-common-managementdatacollection { Integration Reference Point (IRP); Information Service (IS)"; + revision 2023-11-18 { reference CR-0299 ; } revision 2023-09-18 { reference CR-0271 ; } revision 2023-02-14 { reference "CR-0234"; } revision 2022-11-04 { reference "CR-0194"; } @@ -259,7 +260,9 @@ module _3gpp-common-managementdatacollection { leaf-list name { type string; min-elements 1; - description "The list may include metrics or set of metrics defined + description "List of management data identified by name. + + The list may include metrics or set of metrics defined in TS 28.552, TS 28.554 and TS 32.422. The metrics are identified with their names/identifiers. @@ -277,7 +280,11 @@ module _3gpp-common-managementdatacollection { For trace metrics (including trace messages, MDT measurements (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF and RCEF reports) defined in TS 32.422, the name (metric identifier) is - defined in clause 10 of TS 32.422."; + defined in clause 10 of TS 32.422. + + For non-3GPP specified managment data the name is defined + elsewhere, e.g. vendor specified. + "; } } mandatory true; @@ -376,4 +383,4 @@ module _3gpp-common-managementdatacollection { } } -} \ No newline at end of file +} -- GitLab From f72ad16f1f4edbd014b948527ebbbfb96faf71e1 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 17 Nov 2023 00:36:04 +0000 Subject: [PATCH 4/5] 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 8d6ce7022..05be1f85c 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -197,7 +197,7 @@ module _3gpp-common-measurements { definitions template as the component designated with e). For non-3GPP specified measurements the name is defined - elsewhere, e.g. vendor specified."; + elsewhere."; } leaf-list granularityPeriods { -- GitLab From 1a8cfe49064578ca082704b357fd9a220b7e7da5 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 17 Nov 2023 00:36:36 +0000 Subject: [PATCH 5/5] Update _3gpp-common-managementdatacollection.yang --- yang-models/_3gpp-common-managementdatacollection.yang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-managementdatacollection.yang b/yang-models/_3gpp-common-managementdatacollection.yang index 8c393b2d8..709b6795c 100644 --- a/yang-models/_3gpp-common-managementdatacollection.yang +++ b/yang-models/_3gpp-common-managementdatacollection.yang @@ -283,8 +283,7 @@ module _3gpp-common-managementdatacollection { defined in clause 10 of TS 32.422. For non-3GPP specified managment data the name is defined - elsewhere, e.g. vendor specified. - "; + elsewhere."; } } mandatory true; -- GitLab