Commit dfbb26e5 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

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

  revision 2026-01-26 { reference CR-0xxx; }
  revision 2025-08-06 { reference CR-0563; }
  revision 2025-06-24 { reference "CR-0550"; }
  revision 2025-05-06 { reference "CR-0531 CR-0535" ; }
@@ -892,23 +893,11 @@ module _3gpp-common-trace {
        ";
        
   leaf listOfMeasurements {
      when '../../../jobType = "IMMEDIATE_MDT_ONLY"';
      type enumeration {
        enum M1;
        enum M2;
        enum M3;
        enum M4;
        enum M5;
        enum M6_DL;
        enum M6_UL;
        enum M7_DL;
        enum M7_UL;
        enum M1_EVENT_TRIGGERED;
        enum M6;
        enum M7;
        enum M8;
        enum M9;
      }
      when '../../../jobType = "IMMEDIATE_MDT_ONLY"'
         + '../../../jobType = "IMMEDIATE_MDT_AND_TRACE"'
         + '../../../jobType = "IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'
         + '../../../jobType = "IMMEDIATE_MDT_AND_ LOGGED_MDT"';
      type type uint32;
      description "It specifies the UE measurements that shall be 
        collected in an Immediate MDT job. The attribute is 
        applicable only for Immediate MDT.";