Commit 9d42a14f authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent bde08e32
Loading
Loading
Loading
Loading
Loading
+66 −62
Original line number Diff line number Diff line
@@ -1767,6 +1767,27 @@ module _3gpp-common-trace {
    list traceTarget {
      key "targetIdType";
      max-elements 1;
      description "It specifies the target object of the Trace, MDT and 
        5GC UE level measurements collection. The attribute is applicable for
        Trace, MDT, and 5GC UE level measurements collection.
        In case of management based Immediate MDT, RLF reporting, RCEF 
        reporting or RRC reposring, 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 of the Trace, MDT and 
          5GC UE level measurements collection. The attribute is applicable for
          Trace, MDT, and 5GC UE level measurements collection.
@@ -1781,7 +1802,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
@@ -1823,33 +1844,16 @@ module _3gpp-common-trace {
            
            In case of management based 5GC UE level measurements collection, 
            the targetIdType shall be able to carry the corresponding 
          Measured UE Identifier as defined by the bullet g) of the 5GC UE level 
          measurements (see TS 28.558) when the TraceJob is created at the 
          subject ManagedEntity.

          In case of management based Immediate MDT, RLF reporting, RCEF 
          reporting, or RRC 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;
        }
            Measured UE Identifier as defined by the bullet g) of the 5GC UE 
            level measurements (see TS 28.558) when the TraceJob is created at 
            the subject ManagedEntity.";
      }

      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";