Loading yang-models/_3gpp-common-trace.yang +58 −52 Original line number Diff line number Diff line Loading @@ -556,12 +556,33 @@ module _3gpp-common-trace { list traceTarget { key "targetIdType"; max-elements 1; description "It specifies the target object of the Trace and MDT. The attribute is applicable for both Trace and MDT. description "It specifies the target object of the Trace and MDT. The attribute is applicable for both Trace and MDT. This attribute consists the TraceTargetType and traceTargetValueList In case of management based Immediate MDT, RLF reporting, or RCEF reporting, the traceTarget attribute shall be null value."; leaf targetIdType { type enumeration { enum IMSI; enum IMEI; enum IMEISV; enum PUBLIC_ID; enum UTRAN_CELL; enum E-UTRAN_CELL; enum NG-RAN_CELL; enum ENB; enum RNC; enum GNB; enum SUPI; } description "It specifies the target object type of the Trace and MDT. The attribute is applicable for both Trace and MDT. The targetIdType shall be PUBLIC_ID in case of a Management Based Activation is done to an SCSCFFunction (Serving Call Session Control Function) or PCSCFFunction (Proxy Call Session Control Function) Activation is done to an SCSCFFunction (Serving Call Session Control Function) or PCSCFFunction (Proxy Call Session Control Function) The targetIdType shall be UTRAN_CELL only in case of UTRAN cell traffic trace function. Loading @@ -569,7 +590,7 @@ module _3gpp-common-trace { The targetIdType shall be E-UTRAN_CELL only in case of E-UTRAN cell traffic trace function. The targetIdType shall be NG-RAN_CELL only in case of E-UTRAN cell The targetIdType shall be NG-RAN_CELL only in case of NR cell traffic trace function. The targetIdType shall be either IMSI, IMEI or Loading Loading @@ -604,30 +625,15 @@ module _3gpp-common-trace { In case of management based Logged MDT, the targetIdType attribute shall carry an eNB or a gNB or an RNC. The Logged MDT should be initiated on the specified eNB/gNB/RNC in targetIdValueList. In case of management based Immediate MDT, RLF reporting, or RCEF reporting, the traceTarget attribute shall be null value."; leaf targetIdType { type enumeration { enum IMSI; enum IMEI; enum IMEISV; enum PUBLIC_ID; enum UTRAN_CELL; enum E-UTRAN_CELL; enum NG-RAN_CELL; enum ENB; enum RNC; enum GNB; enum SUPI; targetIdValueList."; } } leaf-list targetIdValueList { min-elements 1; type string; description "It specifies the ID value(s) of the target object defined by TraceTargetType"; } reference "3GPP TS 32.422"; Loading Loading
yang-models/_3gpp-common-trace.yang +58 −52 Original line number Diff line number Diff line Loading @@ -556,12 +556,33 @@ module _3gpp-common-trace { list traceTarget { key "targetIdType"; max-elements 1; description "It specifies the target object of the Trace and MDT. The attribute is applicable for both Trace and MDT. description "It specifies the target object of the Trace and MDT. The attribute is applicable for both Trace and MDT. This attribute consists the TraceTargetType and traceTargetValueList In case of management based Immediate MDT, RLF reporting, or RCEF reporting, the traceTarget attribute shall be null value."; leaf targetIdType { type enumeration { enum IMSI; enum IMEI; enum IMEISV; enum PUBLIC_ID; enum UTRAN_CELL; enum E-UTRAN_CELL; enum NG-RAN_CELL; enum ENB; enum RNC; enum GNB; enum SUPI; } description "It specifies the target object type of the Trace and MDT. The attribute is applicable for both Trace and MDT. The targetIdType shall be PUBLIC_ID in case of a Management Based Activation is done to an SCSCFFunction (Serving Call Session Control Function) or PCSCFFunction (Proxy Call Session Control Function) Activation is done to an SCSCFFunction (Serving Call Session Control Function) or PCSCFFunction (Proxy Call Session Control Function) The targetIdType shall be UTRAN_CELL only in case of UTRAN cell traffic trace function. Loading @@ -569,7 +590,7 @@ module _3gpp-common-trace { The targetIdType shall be E-UTRAN_CELL only in case of E-UTRAN cell traffic trace function. The targetIdType shall be NG-RAN_CELL only in case of E-UTRAN cell The targetIdType shall be NG-RAN_CELL only in case of NR cell traffic trace function. The targetIdType shall be either IMSI, IMEI or Loading Loading @@ -604,30 +625,15 @@ module _3gpp-common-trace { In case of management based Logged MDT, the targetIdType attribute shall carry an eNB or a gNB or an RNC. The Logged MDT should be initiated on the specified eNB/gNB/RNC in targetIdValueList. In case of management based Immediate MDT, RLF reporting, or RCEF reporting, the traceTarget attribute shall be null value."; leaf targetIdType { type enumeration { enum IMSI; enum IMEI; enum IMEISV; enum PUBLIC_ID; enum UTRAN_CELL; enum E-UTRAN_CELL; enum NG-RAN_CELL; enum ENB; enum RNC; enum GNB; enum SUPI; targetIdValueList."; } } leaf-list targetIdValueList { min-elements 1; type string; description "It specifies the ID value(s) of the target object defined by TraceTargetType"; } reference "3GPP TS 32.422"; Loading