Loading yang-models/_3gpp-common-trace.yang +25 −3 Original line number Diff line number Diff line Loading @@ -1842,10 +1842,14 @@ module _3gpp-common-trace { leaf-list listOfTraceMetrics { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"' + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"' + ' or ../jobType = "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'; type string; description "List of trace metrics identified by name. Includes trace messages, MDT measurements (Immediate MDT, description "List of trace metrics identified by name which shall be recorded. It includes trace messages, MDT measurements (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports, see TS 32.422 Trace messages are identified with their message identifier. Trace metric identifier is constructed as defined Loading @@ -1855,6 +1859,24 @@ module _3gpp-common-trace { reference "Clause 10 of 3GPP TS 32.422"; } leaf-list listOfExcludedTraceMetrics { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"' + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"' + ' or ../jobType = "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'; type string; description "List of trace metrics identified by name which shall not be recorded. It includes trace messages, MDT measurements (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports, see TS 32.422 Trace messages are identified with their message identifier. Trace metric identifier is constructed as defined in clause 10 of TS 32.422. For non-3GPP specified trace metrics the name is defined elsewhere."; reference "Clause 10 of 3GPP TS 32.422"; } leaf traceCollectionEntityIPAddress { type inet:ip-address; description "It specifies the address of the Trace Collection Entity Loading Loading
yang-models/_3gpp-common-trace.yang +25 −3 Original line number Diff line number Diff line Loading @@ -1842,10 +1842,14 @@ module _3gpp-common-trace { leaf-list listOfTraceMetrics { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"' + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"' + ' or ../jobType = "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'; type string; description "List of trace metrics identified by name. Includes trace messages, MDT measurements (Immediate MDT, description "List of trace metrics identified by name which shall be recorded. It includes trace messages, MDT measurements (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports, see TS 32.422 Trace messages are identified with their message identifier. Trace metric identifier is constructed as defined Loading @@ -1855,6 +1859,24 @@ module _3gpp-common-trace { reference "Clause 10 of 3GPP TS 32.422"; } leaf-list listOfExcludedTraceMetrics { when '../jobType = "TRACE_ONLY"' + ' or ../jobType = "IMMEDIATE_MDT_AND_TRACE"' + ' or ../jobType = "TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS"' + ' or ../jobType = "TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS"'; type string; description "List of trace metrics identified by name which shall not be recorded. It includes trace messages, MDT measurements (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF, RCEF and RRC reports, see TS 32.422 Trace messages are identified with their message identifier. Trace metric identifier is constructed as defined in clause 10 of TS 32.422. For non-3GPP specified trace metrics the name is defined elsewhere."; reference "Clause 10 of 3GPP TS 32.422"; } leaf traceCollectionEntityIPAddress { type inet:ip-address; description "It specifies the address of the Trace Collection Entity Loading