Loading yang-models/_3gpp-common-trace.yang +10 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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; } Loading Loading @@ -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; Loading Loading
yang-models/_3gpp-common-trace.yang +10 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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; } Loading Loading @@ -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; Loading