Loading yang-models/_3gpp-common-trace.yang +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; revision 2025-05-04 { reference "CR-0533"; } revision 2025-02-04 { reference "CR-0501"; } revision 2024-11-05 { reference "CR-0468"; } revision 2023-11-04 { reference "CR-0292 CR-0300"; } Loading Loading @@ -1045,7 +1046,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; max-elements 16; Loading Loading
yang-models/_3gpp-common-trace.yang +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; revision 2025-05-04 { reference "CR-0533"; } revision 2025-02-04 { reference "CR-0501"; } revision 2024-11-05 { reference "CR-0468"; } revision 2023-11-04 { reference "CR-0292 CR-0300"; } Loading Loading @@ -1045,7 +1046,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; max-elements 16; Loading