From 8a66f00f7a38959dace3ff7dda7108a65ac2f909 Mon Sep 17 00:00:00 2001 From: scottma Date: Sun, 7 Apr 2024 11:34:57 +0000 Subject: [PATCH 1/4] Update _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index e719feb99..16c721576 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -13,7 +13,7 @@ module _3gpp-common-trace { contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; description "Trace handling - Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, + Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; reference "3GPP TS 28.623 @@ -26,6 +26,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; + revision 2024-04-05 { reference "CR-0341" ; } revision 2023-11-05 { reference "CR-0293 CR-0301" ; } revision 2023-09-17 { reference CR-0270 ; } revision 2023-07-25 { reference CR00252; } @@ -428,6 +429,14 @@ module _3gpp-common-trace { uses types3gpp:PLMNId; } + leaf-list { + when '../jobType = "TRACE_ONLY"' + + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; + type string; + description "Specifies the messages to be reported."; + reference "Clause 10 of 3GPP TS 32.422"; + } + leaf traceReportingConsumerUri { when '../traceReportingFormat = "STREAMING"'; type inet:uri; -- GitLab From d4b3f647bba59547c1fe608c383332bc36dce12d Mon Sep 17 00:00:00 2001 From: scottma Date: Sun, 7 Apr 2024 11:35:37 +0000 Subject: [PATCH 2/4] Update _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 16c721576..19de1fe87 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -429,7 +429,7 @@ module _3gpp-common-trace { uses types3gpp:PLMNId; } - leaf-list { + leaf-list traceMessages { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; type string; -- GitLab From 9dcc1097c24ded03f7e0b76c8ae3a8925e20db7c Mon Sep 17 00:00:00 2001 From: scottma Date: Sun, 7 Apr 2024 12:07:11 +0000 Subject: [PATCH 3/4] Update _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 19de1fe87..05fb58914 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -429,7 +429,7 @@ module _3gpp-common-trace { uses types3gpp:PLMNId; } - leaf-list traceMessages { + leaf-list listOfTraceMessages { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; type string; -- GitLab From 722ead83ede474c253e1c63ffe491df2b883ffca Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 18 Apr 2024 04:24:30 +0000 Subject: [PATCH 4/4] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 05fb58914..049e55c95 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -429,7 +429,7 @@ module _3gpp-common-trace { uses types3gpp:PLMNId; } - leaf-list listOfTraceMessages { + leaf-list listOfTraceMetrics { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; type string; -- GitLab