From c145bf277e1136e2e2608655b5fd01bf85570d2c Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 21 Apr 2025 14:50:27 +0000 Subject: [PATCH 1/3] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 2ec6b33ea..f16f7a1d1 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-02 { reference "CR-xxxx" ; } 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,18 @@ 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 { + 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."; + } + } grouping UECoreMeasConfigGrp { -- GitLab From 0f3f5477054b7ec0c5e8f16496d42dba0165e026 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Sat, 26 Apr 2025 12:30:19 +0000 Subject: [PATCH 2/3] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index f16f7a1d1..6449b8577 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -25,7 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; - revision 2025-05-02 { reference "CR-xxxx" ; } + revision 2025-05-02 { reference "CR-0536" ; } revision 2025-02-07 { reference "CR-0504" ; } revision 2025-02-05 { reference "CR-0461" ; } revision 2024-11-25 { reference "CR-0492" ; } -- GitLab From 8964dc298841bbe315a2799c8100818cd94c970b Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 28 Apr 2025 14:15:53 +0000 Subject: [PATCH 3/3] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 6449b8577..f3ed77292 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -25,7 +25,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)" ; - revision 2025-05-02 { reference "CR-0536" ; } + 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" ; } @@ -1591,7 +1591,6 @@ module _3gpp-common-trace { } list plmnList { - when '../../../jobType = "LOGGED_MDT_ONLY"'; key "mcc mnc"; uses types3gpp:PLMNId; max-elements 16; -- GitLab