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

Update file _3gpp-common-trace.yang

parent 39876389
Loading
Loading
Loading
Loading
Loading
+59 −59
Original line number Diff line number Diff line
@@ -491,6 +491,11 @@ module _3gpp-common-trace {
    list traceTarget {
      key "targetIdType targetIdValue";
      max-elements 1;
      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 {
@@ -506,31 +511,24 @@ module _3gpp-common-trace {
          enum GNB;
          enum SUPI;
        }
      }

      leaf-list targetIdValue {
        min-elements 1;
        type string;
      }

        description "Specifies the target object of the Trace and MDT. The
          attribute is applicable for both Trace and MDT. This attribute
          includes the ID type of the target as an enumeration and the ID value.

        The traceTarget shall be PUBLIC_ID in case of a Management Based
          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) 

        The traceTarget shall be UTRAN_CELL only in case of 
          The targetIdType shall be UTRAN_CELL only in case of 
          UTRAN cell traffic trace function.

        The traceTarget shall be E-UTRAN_CELL only in case of E-UTRAN cell
          The targetIdType shall be E-UTRAN_CELL only in case of E-UTRAN cell
          traffic trace function.
          
        The traceTarget shall be NG-RAN_CELL only in case of E-UTRAN cell
          The targetIdType shall be NG-RAN_CELL only in case of E-UTRAN cell
          traffic trace function.

        The traceTarget shall be either IMSI, IMEI or
          The targetIdType shall be either IMSI, IMEI or
          IMEISV if the Trace Session is activated to any of the following
          ManagedEntity(ies):
          - HssFunction
@@ -543,7 +541,7 @@ module _3gpp-common-trace {
          - ServingGWFunction
          - PGWFunction

      The traceTarget shall be either SUPI or IMEISV if the Trace Session 
        The targetIdType shall be either SUPI or IMEISV if the Trace Session 
        is activated to any of the following ManagedEntity(ies):
          - AFFunction
          - AMFFunction
@@ -557,18 +555,20 @@ module _3gpp-common-trace {
          - UDMFunction


        In case of signalling based MDT, the traceTarget attribute shall be 
          In case of signalling based MDT, the targetIdType attribute shall be 
          able to carry PUBLIC_ID, IMSI, IMEI,  IMEISV or SUPI.

        In case of management based Immediate MDT, the traceTarget attribute
        shall be null value.

        In case of management based Logged MDT, the traceTarget attribute 
          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 traceTarget. 
          The Logged MDT should be initiated on the specified eNB/gNB/RNC in 
          targetIdValueList."; 
      }

      leaf-list targetIdValueList {
        min-elements 1;
        type string;
      }

        In case of RLF reporting, or RCEF reporting,  the traceTarget 
        attribute shall be null value."; 
      reference "3GPP TS 32.422";
    }