Commit acf917d6 authored by lengyelb's avatar lengyelb
Browse files

Merge branch '28.623_R19_missing_MBS_indication' into 'Integration_Rel19_SA5_154_YANG'

28.623 r19 missing mbs indication

See merge request !1069
parents 1f848044 f270db28
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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,14 @@ module _3gpp-common-qmcjob {
      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 {