Loading yang-models/_3gpp-common-trace.yang +11 −7 Original line number Diff line number Diff line Loading @@ -887,14 +887,18 @@ 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"; } type enumeration { enum 320ms; enum 640ms; enum 1280ms; enum 2560ms; enum 5120ms; enum 10240ms; enum 20480ms; enum 30720ms; enum 40960ms; enum 61440ms; enum INFINITY; } } mandatory true; description "Specifies the periodicity for Logged MDT. The attribute is applicable only for Logged MDT and Logged MBSFN MDT. In case this Loading Loading
yang-models/_3gpp-common-trace.yang +11 −7 Original line number Diff line number Diff line Loading @@ -887,14 +887,18 @@ 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"; } type enumeration { enum 320ms; enum 640ms; enum 1280ms; enum 2560ms; enum 5120ms; enum 10240ms; enum 20480ms; enum 30720ms; enum 40960ms; enum 61440ms; enum INFINITY; } } mandatory true; description "Specifies the periodicity for Logged MDT. The attribute is applicable only for Logged MDT and Logged MBSFN MDT. In case this Loading