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