Commit 96ace6a4 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent c5548d32
Loading
Loading
Loading
Loading
Loading
+26 −5
Original line number Diff line number Diff line
@@ -1803,16 +1803,37 @@ module _3gpp-common-trace {

    leaf-list listOfTraceMetrics {
      when '../jobType = "TRACE_ONLY"'
        +  ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"';
        +  ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'
        +  ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"'
        +  ' or ../jobType = 
                "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"';
      type string;
      description "List of trace metrics identified by name.
        Includes trace messages, MDT measurements (Immediate MDT,
      description "List of trace metrics identified by name of which metrics
        shall be recorded.
        It includes trace messages, MDT measurements (Immediate MDT,
        Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports,
        see TS 32.422 Trace messages are identified with their message
        identifier. Trace metric identifier is constructed as defined
        in clause 10 of TS 32.422.
        For non-3GPP specified trace metrics the name is defined elsewhere.
";
        For non-3GPP specified trace metrics the name is defined elsewhere.";
      reference "Clause 10 of 3GPP TS 32.422";
    }

    leaf-list listOfExcludedTraceMetrics {
      when '../jobType = "TRACE_ONLY"'
        +  ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'
        +  ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"'
        +  ' or ../jobType = 
                "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"';
      type string;
      description "List of trace metrics identified by name of which metrics 
        shall not be recorded, as additional to listOfTraceMetrics. 
        It includes trace messages, MDT measurements (Immediate MDT,
        Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports,
        see TS 32.422 Trace messages are identified with their message
        identifier. Trace metric identifier is constructed as defined
        in clause 10 of TS 32.422.
        For non-3GPP specified trace metrics the name is defined elsewhere.";
      reference "Clause 10 of 3GPP TS 32.422";
    }