diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 986700f4fe2bfcbad9c2c27e3c5b27c518a6d47b..0e6c5ee776e637089b888e6ee4e7ea21de8f6dec 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -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"; } @@ -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;