Commit 526bbdb4 authored by lengyelb's avatar lengyelb
Browse files

Updated type of _3gpp-common-qmcjob.mDTAlignmentInformation added grouping...

Updated type of _3gpp-common-qmcjob.mDTAlignmentInformation added grouping _3gpp-common-trace.TraceReference. Updates of  _3gpp-common-trace is just a copy from other CRs. Copy that here before merge.
parent d8860bb0
Loading
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ 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; }

  organization "3GPP SA5";
@@ -115,19 +116,26 @@ module _3gpp-common-qmcjob {
      mandatory true;
    }

    leaf mDTAlignmentInformation {
      type uint64;
    list mDTAlignmentInformation {
      key "idx";
      min-elements 1;
      max-elements 1;
      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 idx { type uint32 ; }
      uses trace3gpp:TraceReference ;
    }

    leaf availableRANqoEMetrics {
    
    leaf-list availableRANqoEMetrics {
      type enumeration {
        enum appLayerBufferLevelList;
        enum playoutDelayForMedia;
        enum Startup;
      }
      max-elements 2;
      description "This parameter indicates available RAN visible QoE metrics
      to the gNB. This parameter is optional and is valid for NR only.";
    }
+15 −0
Original line number Diff line number Diff line
@@ -31,6 +31,21 @@ module _3gpp-common-trace {
  revision 2020-11-16 { reference "CR-0117"; }
  revision 2020-08-06 { reference "CR-0102"; }

  grouping TraceReference {
    leaf mcc {
      mandatory true;
      type types3gpp:Mcc;
    }
    leaf mnc {
      mandatory true;
      type types3gpp:Mnc;
    }
    leaf traceId {
      mandatory true;
      type int64;
    }
  }
  
  grouping TraceJobGrp {
    leaf tjJobType {
      type enumeration {