Loading yang-models/_3gpp-common-trace.yang +4 −4 Original line number Diff line number Diff line Loading @@ -544,8 +544,8 @@ module _3gpp-common-trace { } leaf traceDepth { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; when '../../jobType = "TRACE_ONLY"' + ' or ../../jobType = "IMMEDIATE_MDT_AND_TRACE"'; type enumeration { enum MINIMUM; enum MEDIUM; Loading Loading @@ -1218,8 +1218,8 @@ leaf measurementPeriodLTE { } leaf traceCollectionEntityId { when 'jobType = "LOGGED_MDT_ONLY" or ' + 'jobType = "LOGGED_MBSFN_MDT"'; when '../jobType = "LOGGED_MDT_ONLY" or ' + '../jobType = "LOGGED_MBSFN_MDT"'; type uint32; description "It specifies the TCE Id which is sent to the UE in Logged MDT."; Loading Loading
yang-models/_3gpp-common-trace.yang +4 −4 Original line number Diff line number Diff line Loading @@ -544,8 +544,8 @@ module _3gpp-common-trace { } leaf traceDepth { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; when '../../jobType = "TRACE_ONLY"' + ' or ../../jobType = "IMMEDIATE_MDT_AND_TRACE"'; type enumeration { enum MINIMUM; enum MEDIUM; Loading Loading @@ -1218,8 +1218,8 @@ leaf measurementPeriodLTE { } leaf traceCollectionEntityId { when 'jobType = "LOGGED_MDT_ONLY" or ' + 'jobType = "LOGGED_MBSFN_MDT"'; when '../jobType = "LOGGED_MDT_ONLY" or ' + '../jobType = "LOGGED_MBSFN_MDT"'; type uint32; description "It specifies the TCE Id which is sent to the UE in Logged MDT."; Loading