diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 9c2965d85a253ac24a2db7b5c1894ac9200e9254..1d9d0529651e470a1cf698a0f80d631763b8578b 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -26,6 +26,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; + revision 2025-05-05 { reference "CR-0534" ; } revision 2025-02-05 { reference "CR-0502" ; } revision 2024-11-05 { reference "CR-0469" ; } revision 2024-08-09 { reference "CR-0419" ; } @@ -1228,7 +1229,9 @@ module _3gpp-common-trace { } list pLMNList { - when '../jobType = "LOGGED_MDT_ONLY"'; + when '../jobType = "LOGGED_MDT_ONLY"' + + 'or ../jobType = "IMMEDIATE_MDT_ONLY"' + + 'or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; key "mcc mnc"; uses types3gpp:PLMNId; min-elements 1;