From 734b75019215467ac1d2037ae987b0d71de62834 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 5 Aug 2024 20:47:15 +0000 Subject: [PATCH 1/3] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index 0953de0b6..a5f2fbb9f 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 2024-08-05 { reference "CR-0xxx"; } revision 2024-05-12 { reference "CR-0401"; } revision 2024-05-06 { reference CR-0359; } revision 2024-04-06 { reference "CR-0342"; } @@ -1518,7 +1519,16 @@ module _3gpp-common-trace { max-elements 1; leaf idx { type string; } uses LoggedMdtConfigGrp; - } + } + + leaf MNonly { + type boolean; + default false; + description "Specifies whether the MDT configuration is for MN + 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."; + } } grouping UEMeasConfigGrp { -- GitLab From e5ae1506059b0de3861e032c7a1b969a1b1e1268 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Mon, 5 Aug 2024 21:35:17 +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 a5f2fbb9f..e54000b76 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 2024-08-05 { reference "CR-0xxx"; } + revision 2024-08-05 { reference "CR-0379"; } revision 2024-05-12 { reference "CR-0401"; } revision 2024-05-06 { reference CR-0359; } revision 2024-04-06 { reference "CR-0342"; } -- GitLab From 6f01c00fb6939abec0ff1e62e946f5ab747969d1 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Thu, 8 Aug 2024 11:23:59 +0000 Subject: [PATCH 3/3] Update file _3gpp-common-trace.yang --- yang-models/_3gpp-common-trace.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-trace.yang b/yang-models/_3gpp-common-trace.yang index e54000b76..112f1e77d 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 2024-08-05 { reference "CR-0379"; } + revision 2024-08-07 { reference "CR-0379"; } revision 2024-05-12 { reference "CR-0401"; } revision 2024-05-06 { reference CR-0359; } revision 2024-04-06 { reference "CR-0342"; } @@ -1521,7 +1521,7 @@ module _3gpp-common-trace { uses LoggedMdtConfigGrp; } - leaf MNonly { + leaf mNOnly { type boolean; default false; description "Specifies whether the MDT configuration is for MN -- GitLab