Commit 29020292 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Update _3gpp-common-trace.yang

parent 37404565
Loading
Loading
Loading
Loading
Loading
+15 −11
Original line number Diff line number Diff line
@@ -1351,7 +1351,7 @@ module _3gpp-common-trace {
      type int64;
      description "It specifies the TCE Id which is sent to the UE in 
        Logged MDT.";
      reference: "Clause 5.10.11 of 3GPP TS 32.422."; 
      reference "Clause 5.10.11 of 3GPP TS 32.422."; 
    }
    
    leaf loggingDuration {
@@ -1370,16 +1370,20 @@ module _3gpp-common-trace {
    leaf loggingInterval {
      when '../../../jobType = "LOGGED_MDT_ONLY" or' 
        + ' ../../../jobType = "LOGGED_MBSFN_MDT"';
        type union {
          type uint32 {
            range "320|640|1280|2560|5120|10240|20480|"
              +"30720|40960|61440";
          }
          units milliseconds
      type enumeration {
        enum 320ms;
        enum 640ms;
        enum 1280ms;
        enum 2560ms;
        enum 5120ms;
        enum 10240ms;
        enum 20480ms;
        enum 30720ms;
        enum 40960ms;
        enum 61440ms;
        enum INFINITY;
      }
        }

      description "Specifies the periodicty for Logged MDT. The attribute is
        applicable only for Logged MDT and Logged MBSFN MDT.";
      reference "Clause 5.10.8 of 3GPP TS 32.422";