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

Update file _3gpp-common-trace.yang

parent 1bc2a14f
Loading
Loading
Loading
Loading
Loading
+65 −60
Original line number Diff line number Diff line
@@ -1779,6 +1779,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, 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;
          enum N4_Session_Id;
        }
        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.
@@ -1837,30 +1858,14 @@ module _3gpp-common-trace {
            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, 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;
        }
            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.";