diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 2ec6b33ea17a3ce993e723a7b83e2e08d575024c..f3ed772923e95d280c05d9b13c8c7af8e5544b1a 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -25,6 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; + revision 2025-05-07 { reference "CR-0536" ; } revision 2025-02-07 { reference "CR-0504" ; } revision 2025-02-05 { reference "CR-0461" ; } revision 2024-11-25 { reference "CR-0492" ; } @@ -1478,16 +1479,6 @@ module _3gpp-common-trace { reference "clause 5.10.38 of TS 32.422"; } - list plmnList { - when '../../../jobType = "LOGGED_MDT_ONLY"'; - key "mcc mnc"; - uses types3gpp:PLMNId; - max-elements 16; - description "It indicates the PLMNs where measurement collection, status - indication and log reporting is allowed."; - reference "Clause 5.10.24 of 3GPP TS 32.422."; - } - list areaConfigurationForNeighCells { when '../../../jobType = "LOGGED_MDT_ONLY"'; key "idx"; @@ -1597,7 +1588,17 @@ module _3gpp-common-trace { only or not. The value FALSE means the MDT configuration is for both MN and SN. The value TRUE means the MDT configuration is for MN only."; - } + } + + list plmnList { + key "mcc mnc"; + uses types3gpp:PLMNId; + max-elements 16; + description "It indicates the PLMNs where measurement collection, status + indication and log reporting is allowed."; + reference "Clause 5.10.24 of 3GPP TS 32.422."; + } + } grouping UECoreMeasConfigGrp {