Commit 31957f4f authored by lengyelb's avatar lengyelb
Browse files

Merge branch '28623_CR_0215_Adding_new_QoE_parameters' into 'Integration_Rel18_SA5_146_YANG'

28623 CR0215 Adding new QoE parameters

See merge request sa5/MnS!461
parents f45e138f ab5e4936
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ module _3gpp-common-qmcjob {
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-5g-common-yang-types { prefix types5g3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
 
  import ietf-inet-types { prefix inet; }

  organization "3GPP SA5";
@@ -26,6 +25,7 @@ module _3gpp-common-qmcjob {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2022-11-04 { reference "CR-0215"; }
  revision 2022-08-17 { reference "CR-0185"; }
  revision 2022-04-29 { reference "CR-0171"; }
  revision 2022-03-22 { reference "draftCR"; }
@@ -103,6 +103,24 @@ module _3gpp-common-qmcjob {
        for Application Layer Measurement Configuration.";
      mandatory true;
    }

    leaf mDTAlignmentInformation {
      type uint64;
      description "This parameter indicates the MDT measurements with which
        alignment of QoE measurement is required. This parameter is optional
        and is valid for NR only.";
    }

    leaf availableRANqoEMetrics {
      type enumeration {
        enum appLayerBufferLevelList;
        enum playoutDelayForMedia;
        enum Startup;
      }
      description "This parameter indicates available RAN visible QoE metrics
      to the gNB. This parameter is optional and is valid for NR only.";
    }

  }
    
   grouping QMCJobSubTree {