diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 8eeee60b7f0844835fbfad9f6ceb105e26a4c6ad..536201b2e35cd9912f3ca482dc2862c75b80ce83 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -25,6 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; + revision 2026-03-26 { reference "CR-0617" ; } revision 2026-02-08 { reference "CR-1683" ; } revision 2025-11-07 { reference "CR-0553" ; } revision 2025-10-07 { reference "CR-0573" ; } @@ -1841,10 +1842,14 @@ module _3gpp-common-trace { leaf-list listOfTraceMetrics { when '../jobType = "TRACE_ONLY"' - + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; + + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"' + + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"' + + ' or ../jobType = + "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'; type string; - description "List of trace metrics identified by name. - Includes trace messages, MDT measurements (Immediate MDT, + description "List of trace metrics identified by name which + shall be recorded. + It includes trace messages, MDT measurements (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports, see TS 32.422 Trace messages are identified with their message identifier. Trace metric identifier is constructed as defined @@ -1854,6 +1859,24 @@ module _3gpp-common-trace { reference "Clause 10 of 3GPP TS 32.422"; } + leaf-list listOfExcludedTraceMetrics { + when '../jobType = "TRACE_ONLY"' + + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"' + + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"' + + ' or ../jobType = + "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'; + type string; + description "List of trace metrics identified by name which + shall not be recorded. + It includes trace messages, MDT measurements (Immediate MDT, + Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports, + see TS 32.422 Trace messages are identified with their message + identifier. Trace metric identifier is constructed as defined + in clause 10 of TS 32.422. + For non-3GPP specified trace metrics the name is defined elsewhere."; + reference "Clause 10 of 3GPP TS 32.422"; + } + leaf traceCollectionEntityIPAddress { type inet:ip-address; description "It specifies the address of the Trace Collection Entity