From dea76490922f84a98b1135026e029271ea693fd9 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 21 Apr 2025 14:33:53 +0000 Subject: [PATCH 1/4] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 9c2965d85..f55c97428 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -26,6 +26,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; + revision 2025-05-02 { reference "CR-0xxx" ; } revision 2025-02-05 { reference "CR-0502" ; } revision 2024-11-05 { reference "CR-0469" ; } revision 2024-08-09 { reference "CR-0419" ; } @@ -1228,13 +1229,11 @@ module _3gpp-common-trace { } list pLMNList { - when '../jobType = "LOGGED_MDT_ONLY"'; key "mcc mnc"; uses types3gpp:PLMNId; min-elements 1; max-elements 16; - description "It indicates the PLMNs where measurement collection, status - indication and log reporting is allowed."; + description "It indicates the PLMNs where measurement collection."; reference "Clause 5.10.24 of 3GPP TS 32.422"; } -- GitLab From c7498106d3de30de8ee71ad3c2b12ac7987353e5 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Wed, 23 Apr 2025 13:44:23 +0000 Subject: [PATCH 2/4] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index f55c97428..a57220b4f 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -1229,11 +1229,15 @@ module _3gpp-common-trace { } list pLMNList { + 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; max-elements 16; - description "It indicates the PLMNs where measurement collection."; + 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"; } -- GitLab From fc1f4a23e3d22a90c9aa4279d78a80efe6203c9e Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Thu, 24 Apr 2025 01:57:08 +0000 Subject: [PATCH 3/4] 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 a57220b4f..5f4d51acd 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -26,7 +26,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; - revision 2025-05-02 { reference "CR-0xxx" ; } + revision 2025-05-05 { reference "CR-0xxx" ; } revision 2025-02-05 { reference "CR-0502" ; } revision 2024-11-05 { reference "CR-0469" ; } revision 2024-08-09 { reference "CR-0419" ; } -- GitLab From 4ab4b64faf2cb5f672e332fc0f72532993750f5a Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Sat, 26 Apr 2025 12:26:02 +0000 Subject: [PATCH 4/4] 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 5f4d51acd..1d9d05296 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -26,7 +26,7 @@ module _3gpp-common-trace { Integration Reference Point (IRP); Information Service (IS)"; - revision 2025-05-05 { reference "CR-0xxx" ; } + 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" ; } -- GitLab