Commit 3098f103 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent 47cb85aa
Loading
Loading
Loading
Loading
Loading
+30 −21
Original line number Diff line number Diff line
@@ -1527,10 +1527,14 @@ module _3gpp-common-trace {
     The optional attribute sensorInformation allows to specify  
     the sensor information to include.  Based on the value 
     configured for attribute jobType in IOC TraceJob, the attributes 
     immediateMdtConfig or loggedMdtConfig are available: In case of 
     IMMEDIATE_MDT_ONLY or IMMEDIATE_MDT_AND_TRACE the attribute 
     immediateMdtConfig is applicable. In case of LOGGED_MDT_ONLY or 
     LOGGED_MBSFN_MDT the attribute loggedMdtConfig is applicable.";
     immediateMdtConfig or loggedMdtConfig or both are available: 
     If the attribute jobType contains IMMEDIATE_MDT the attribute 
     immediateMdtConfig is applicable. If the attribute jobType 
     contains LOGGED_MDT or LOGGED_MBSFN_MDT the attribute 
     loggedMdtConfig is applicable. In case of 
     IMMEDIATE_MDT_AND_LOGGED_MDT, both the attribute 
     immediateMdtConfig and the attribute loggedMdtConfig are 
     applicable";

   leaf anonymizationOfMDTData {
      when ../areaScope ;
@@ -1598,6 +1602,16 @@ module _3gpp-common-trace {
        indication and log reporting is allowed.";
      reference "Clause 5.10.24 of 3GPP TS 32.422.";
    } 

    list traceReferenceList {
      key "idx";
      min-elements 1;
      description "A list of Trace References for C-MDT is supported in 
        NR-RAN.";
      reference "Clause 5.10 of 3GPP TS 32.422.";
      leaf idx { type uint32 ; }
      uses trace3gpp:TraceReferenceGrp ; 
    }   
  }

  grouping UECoreMeasConfigGrp {
@@ -1872,13 +1886,13 @@ module _3gpp-common-trace {
    
    list mdtConfig { 
      when '../jobType = "IMMEDIATE_MDT_ONLY"'
        + ' or ../jobType = "LOGGED_MDT_ONLY"'
        + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'
        + ' or ../jobType = "RLF_REPORT_ONLY"'
        + ' or ../jobType = "RCEF_REPORT_ONLY"'
        + ' or ../jobType = "LOGGED_MBSFN_MDT"'
        + ' or ../jobType = "IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'
        + ' or ../jobType = 
        "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"';
        "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'
        + ' or ../jobType = "IMMEDIATE_MDT_AND_LOGGED_MDT';
      key idx;
      description "MDT config";
      max-elements 1;       
@@ -1972,18 +1986,13 @@ module _3gpp-common-trace {
        The attribute listOfTraceMetrics allows configuraton of which metrics
        shall be recorded.

        The attribute jobType specifies the kind of data to collect. In case of 
        TRACE_ONLY, the configuration parameters of attribute traceConfig 
        shall be applied. In case of IMMEDIATE_MDT_ONLY, LOGGED_MDT_ONLY, 
        RLF_REPORT_ONLY, RCEF_REPORT_ONLY and LOGGED_MBSFN_MDT the 
        configuration parameters of 
        attribute mdtConfig or a subset of these shall be applied. In case of 
        5GC_UE_LEVEL_MEASUREMENTS_ONLY, the configuration parameters
        of attribute ueCoreMeasConfig shall be applied. In case of any 
        combination of Trace, Immediate MDT, and 5GC UE level measurements, 
        the configuration parameters
        of the corresponding attributes, traceConfig, mdtConfig and 
        ueCoreMeasConfig are applicable.
        The attribute jobType specifies the kind of data to collect. In case 
        of TRACE_ONLY, the configuration parameters of attribute traceConfig 
        shall be applied. If the attribute jobType contains IMMEDIATE_MDT, 
        LOGGED_MDT, and/or LOGGED_MBSFN_MDT the configuration parameters of 
        attribute mdtConfig or a subset of these shall be applied. If the 
        attribute jobType contains 5GC_UE_LEVEL_MEASUREMENTS, the configuration
        parameters of attribute ueCoreMeasConfig shall be applied. 

        If jobType has the value RRC Report, the attribute rrcReportType shall 
        bepresent. The rrcReportType allows the tracing of RRC reports.