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

Update file _3gpp-common-trace.yang

parent dea76490
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1229,11 +1229,15 @@ module _3gpp-common-trace {
    }
    
    list pLMNList {
      when '../jobType = "LOGGED_MDT_ONLY"' 
        + 'or ../jobType = "IMMEDIATE_MDT_ONLY"' 
        + 'or ../jobType = "IMMEDIATE_MDT_AND_TRACE"';
      key "mcc mnc";
      uses types3gpp:PLMNId;
      min-elements 1;
      max-elements 16;
      description "It indicates the PLMNs where measurement collection.";
      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";
    }