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

Update file _3gpp-common-trace.yang

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

  revision 2025-05-02 { reference "CR-xxxx" ; }
  revision 2025-02-07 { reference "CR-0504" ; }
  revision 2025-02-05 { reference "CR-0461" ; }
  revision 2024-11-25 { reference "CR-0492" ; } 
@@ -1478,16 +1479,6 @@ module _3gpp-common-trace {
      reference "clause 5.10.38 of TS 32.422";
    }
    
    list plmnList {
      when '../../../jobType = "LOGGED_MDT_ONLY"';
      key "mcc mnc";
      uses types3gpp:PLMNId;
      max-elements 16;
      description "It indicates the PLMNs where measurement collection, status
        indication and log reporting is allowed.";
      reference "Clause 5.10.24 of 3GPP TS 32.422.";
    }
    
    list areaConfigurationForNeighCells {
      when '../../../jobType = "LOGGED_MDT_ONLY"';
      key "idx";
@@ -1598,6 +1589,17 @@ module _3gpp-common-trace {
        both MN and SN. The value TRUE means the MDT configuration is  
        for MN only.";
    }  

    list plmnList {
      when '../../../jobType = "LOGGED_MDT_ONLY"';
      key "mcc mnc";
      uses types3gpp:PLMNId;
      max-elements 16;
      description "It indicates the PLMNs where measurement collection, status
        indication and log reporting is allowed.";
      reference "Clause 5.10.24 of 3GPP TS 32.422.";
    }
        
  }

  grouping UECoreMeasConfigGrp {