Commit 1319a07d authored by lengyelb's avatar lengyelb
Browse files

Locally rebased nd merged !2066

parent 9f1e791d
Loading
Loading
Loading
Loading
Loading
+27 −5
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ module _3gpp-common-trace {
      Information Service (IS)" ;

  revision 2026-04-02 { reference "CR-0624" ; }
  revision 2026-03-26 { reference "CR-0617" ; }
  revision 2026-03-20 { reference "CR-0619" ; }
  revision 2026-02-08 { reference "CR-1683" ; }
  revision 2025-11-07 { reference "CR-0553" ; }    
@@ -1944,16 +1945,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 which
        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 which  
        shall not 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.";
      reference "Clause 10 of 3GPP TS 32.422";
    }