Skip to content
Commits on Source (5)
...@@ -27,6 +27,7 @@ module _3gpp-common-qmcjob { ...@@ -27,6 +27,7 @@ module _3gpp-common-qmcjob {
Integration Reference Point (IRP); Integration Reference Point (IRP);
Information Service (IS)"; Information Service (IS)";
revision 2024-04-04 { reference CR-0334; }
revision 2023-09-18 { reference CR-0271 ; } revision 2023-09-18 { reference CR-0271 ; }
revision 2023-02-14 { reference "CR-0234"; } revision 2023-02-14 { reference "CR-0234"; }
revision 2022-11-04 { reference "CR-0215"; } revision 2022-11-04 { reference "CR-0215"; }
...@@ -149,6 +150,14 @@ module _3gpp-common-qmcjob { ...@@ -149,6 +150,14 @@ module _3gpp-common-qmcjob {
to the gNB. This parameter is optional and is valid for NR only."; to the gNB. This parameter is optional and is valid for NR only.";
} }
leaf mBSCommunicationServiceType {
type enumeration {
enum BROADCAST;
enum MULTICAST;
}
description "This attribute indicates which type of MBS communication
service the QoE measurement configuration pertains to.";
}
} }
grouping QMCJobSubTree { grouping QMCJobSubTree {
......