#-------- Definition of types used in Trace control NRM fragment------------------
TraceTarget:
type:object
description:Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422
properties:
traceTargetType:
type:string
enum:
-IMSI
-IMEI
-IMEISV
-PUBLIC_ID
-UTRAN_CELL
-EUTRAN_CELL
-NGRAN_CELL
-ENB
-RNC
-GNB
-SUPI
-N4_SESSION_ID
traceTargetValueList:
type:array
items:
type:string
jobType-Type:
type:string
description:Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.
@@ -459,27 +483,6 @@ components:
-STREAMING
default:FILE_BASED
traceTarget-Type:
type:object
description:Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422
properties:
TargetIdType:
type:string
enum:
-IMSI
-IMEI
-IMEISV
-PUBLIC_ID
-UTRAN_CELL
-E_UTRAN_CELL
-NG_RAN_CELL
-ENB
-RNC
-GNB
-SUPI
TargetIdValue:
type:string
triggeringEvents-Type:
type:object
description:Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional details.