From af8f779f9206b74e77b98048e9adcb687831ec1d Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 21 Apr 2025 14:46:07 +0000 Subject: [PATCH 1/4] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index b19385705..3af1b8141 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-0xxx" ; } revision 2025-02-06 { reference "CR-0503 CR-0507" ; } revision 2025-02-05 { reference "CR-0460" ; } revision 2024-11-05 { reference "CR-0470" ; } @@ -1498,16 +1499,6 @@ module _3gpp-common-trace { reference "clauses 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 areaConfigurationForNeighCell { when '../../../jobType = "LOGGED_MDT_ONLY"'; key "idx"; @@ -1616,7 +1607,15 @@ 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."; + reference "Clause 5.10.24 of 3GPP TS 32.422."; + } } grouping UECoreMeasConfigGrp { -- GitLab From 77516a460aedbe02676177404d229cfd31d12e51 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Thu, 24 Apr 2025 01:56:49 +0000 Subject: [PATCH 2/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 3af1b8141..73ec46657 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-0xxx" ; } + revision 2025-05-06 { reference "CR-0xxx" ; } revision 2025-02-06 { reference "CR-0503 CR-0507" ; } revision 2025-02-05 { reference "CR-0460" ; } revision 2024-11-05 { reference "CR-0470" ; } -- GitLab From fad74a77897de12510093a15a0340bda08c9daec Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Sat, 26 Apr 2025 12:27:56 +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 73ec46657..7dd6e8880 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-06 { reference "CR-0xxx" ; } + revision 2025-05-06 { reference "CR-0535" ; } revision 2025-02-06 { reference "CR-0503 CR-0507" ; } revision 2025-02-05 { reference "CR-0460" ; } revision 2024-11-05 { reference "CR-0470" ; } -- GitLab From a4a736f16f7d8f1638488d388bf95629df08f112 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 28 Apr 2025 14:13:34 +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 7dd6e8880..94511140d 100755 --- a/yang-models/_3gpp-common-trace.yang +++ b/yang-models/_3gpp-common-trace.yang @@ -1613,7 +1613,7 @@ module _3gpp-common-trace { key "mcc mnc"; uses types3gpp:PLMNId; max-elements 16; - description "It indicates the PLMNs where measurement collection."; + description "It indicates the PLMNs where measurement collection. "; reference "Clause 5.10.24 of 3GPP TS 32.422."; } } -- GitLab