Commit 6eadff73 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-common-qmcjob.yang

parent f45e138f
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ 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 _3gpp-common-trace { prefix trace3gpp; }
  
 
  import ietf-inet-types { prefix inet; }

@@ -26,6 +28,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 +106,24 @@ module _3gpp-common-qmcjob {
        for Application Layer Measurement Configuration.";
      mandatory true;
    }

    leaf mDTAlignmentInformation {
      type trace3gpp:TraceJobGrp:tjTraceReference;
      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 {