Commit b2d2cfa4 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent 3ab8de3d
Loading
Loading
Loading
Loading
Loading
+58 −54
Original line number Diff line number Diff line
@@ -492,8 +492,28 @@ 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)
@@ -505,7 +525,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
@@ -540,30 +560,14 @@ 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";