From 683765c7e5ab201cfb9618993178aaa9226cc4c9 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Wed, 3 Apr 2024 13:16:10 +0000 Subject: [PATCH 1/3] CR0334 --- yang-models/_3gpp-common-qmcjob.yang | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yang-models/_3gpp-common-qmcjob.yang b/yang-models/_3gpp-common-qmcjob.yang index bd46a0360..b923d6a0e 100644 --- a/yang-models/_3gpp-common-qmcjob.yang +++ b/yang-models/_3gpp-common-qmcjob.yang @@ -27,6 +27,7 @@ module _3gpp-common-qmcjob { Integration Reference Point (IRP); Information Service (IS)"; + revision 2024-04-04 { reference CR-0334; } revision 2023-09-18 { reference CR-0271 ; } revision 2023-02-14 { reference "CR-0234"; } revision 2022-11-04 { reference "CR-0215"; } @@ -149,6 +150,13 @@ module _3gpp-common-qmcjob { to the gNB. This parameter is optional and is valid for NR only."; } + leaf isMBSCommunicationService { + type boolean; + description "This indicates whether QoE measurement configuration + pertains to MBS communication service. + By default, QoE measurement configuration does not pertain to MBS + communication service."; + } } grouping QMCJobSubTree { -- GitLab From 8362e9892add9670fb39bbce026097f0ffd114a1 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Wed, 3 Apr 2024 17:29:26 +0000 Subject: [PATCH 2/3] mBSCommunicationServiceType --- yang-models/_3gpp-common-qmcjob.yang | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/yang-models/_3gpp-common-qmcjob.yang b/yang-models/_3gpp-common-qmcjob.yang index b923d6a0e..e79cdfb2d 100644 --- a/yang-models/_3gpp-common-qmcjob.yang +++ b/yang-models/_3gpp-common-qmcjob.yang @@ -150,12 +150,13 @@ module _3gpp-common-qmcjob { to the gNB. This parameter is optional and is valid for NR only."; } - leaf isMBSCommunicationService { - type boolean; - description "This indicates whether QoE measurement configuration - pertains to MBS communication service. - By default, QoE measurement configuration does not pertain to MBS - communication service."; + leaf mBSCommunicationServiceType { + type enumeration { + enum broadcast; + enum multicast; + } + description "This attribute indicates which type of MBS communication + service the QoE measurement configuration pertains to."; } } -- GitLab From f270db289ba6c990b13ca19a46a643b559850980 Mon Sep 17 00:00:00 2001 From: Zu Qiang Date: Tue, 16 Apr 2024 11:26:32 +0000 Subject: [PATCH 3/3] Update file _3gpp-common-qmcjob.yang --- yang-models/_3gpp-common-qmcjob.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-qmcjob.yang b/yang-models/_3gpp-common-qmcjob.yang index e79cdfb2d..5d991ae15 100644 --- a/yang-models/_3gpp-common-qmcjob.yang +++ b/yang-models/_3gpp-common-qmcjob.yang @@ -152,8 +152,8 @@ module _3gpp-common-qmcjob { leaf mBSCommunicationServiceType { type enumeration { - enum broadcast; - enum multicast; + enum BROADCAST; + enum MULTICAST; } description "This attribute indicates which type of MBS communication service the QoE measurement configuration pertains to."; -- GitLab