Commit 8362e989 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

mBSCommunicationServiceType

parent 683765c7
Loading
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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.";
    }
  }