Commit 0bb02520 authored by Zu Qiang's avatar Zu Qiang 🛀 Committed by lengyelb
Browse files

Update UE core level measurement

parent c29625d3
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2024-08-05 { reference "CR-xxxx"; }
  revision 2024-05-12 { reference "CR-0401"; }
  revision 2024-05-06 { reference CR-0359; }
  revision 2024-04-06 { reference "CR-0342"; }
@@ -1521,20 +1522,20 @@ module _3gpp-common-trace {
    }    
  }

  grouping UEMeasConfigGrp {
    description "Represents the UEMeasConfig dataType.
  grouping UECoreMeasConfigGrp {
    description "Represents the UECoreMeasConfig dataType.
      This <<dataType>> defines the aconfiguration parameters of IOC TraceJob
        which are specific for UE level measurements collection.";
        which are specific for 5GC UE level measurements collection.";
    
    leaf-list ueMeasurements {
    leaf-list ueCoreMeasurements {
      type string;
      description "It specifies the List of UE level measurements.";
      description "It specifies the List of 5GC UE level measurements.";
    }

    leaf ueMeasGranularityPeriod {
    leaf ueCoreMeasGranularityPeriod {
      type uint32;
      description "It specifies the Granularity period used to produce UE level 
        measurements. The period is defined in milliseconds (ms).";
      description "It specifies the Granularity period used to produce 5GC UE 
        level measurements. The period is defined in milliseconds (ms).";
    }

    leaf nfTypeToMeasure {
@@ -1752,7 +1753,7 @@ module _3gpp-common-trace {
      leaf idx { type string; }    
    }

    list ueMeasConfig { 
    list ueCoreMeasConfig { 
      when '../jobType = "5GC_UE_LEVEL_MEASUREMENTS_ONLY"'
         + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"'
         + ' or ../jobType = "IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'
@@ -1761,7 +1762,7 @@ module _3gpp-common-trace {
      key idx;
      description "5GC UE level measurements config";
      max-elements 1;       
      uses UEMeasConfigGrp;
      uses UECoreMeasConfigGrp;
      leaf idx { type string; }    
    }
   
@@ -1839,10 +1840,10 @@ module _3gpp-common-trace {
        only, RCEF reports only and Logged MBSFN MDT, the configuration 
        parameters of attribute mdtConfig or a subset of these shall be 
        applied. In case of UE measurements only, the configuration parameters 
        of attribute ueMeasConfig shall be applied. In case of any combination 
        of attribute ueCoreMeasConfig shall be applied. In case of any combination 
        of Trace, Immediate MDT, Trace and UE measurements, the configuration
        parameters of the corresponding attributes traceConfig, mdtConfig and 
        ueMeasConfig are applicable. 
        ueCoreMeasConfig are applicable. 

        Creation and deletion of TraceJob instances by MnS consumers is 
        optional; when not supported, the TraceJob instances may be created