Commit 66a3d6df authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file _3gpp-common-trace.yang

parent 47cb85aa
Loading
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2025-08-07 { reference "CR-0xxx" ; }
  revision 2025-05-07 { reference "CR-0532 CR-0536 CR-0540" ; }
  revision 2025-02-07 { reference "CR-0504" ; }
  revision 2025-02-05 { reference "CR-0461" ; }
@@ -1653,6 +1654,26 @@ module _3gpp-common-trace {

  grouping TraceJobGrp {

    leaf administrativeState {
      mandatory true;
      default LOCKED;
      type types3gpp:BasicAdministrativeState ;
      description "Administrative state of a managed object instance. The 
        administrative state describes the permission to use or prohibition 
        against using the object instance. The adminstrative state is set by 
        the MnS consumer.";
    }

    leaf operationalState {
      default DISABLED;
      mandatory true;
      type types3gpp:OperationalState ;
      description "Operational state of managed object instance. The 
        operational state describes if an object instance is operable  
        ("ENABLED") or inoperable ("DISABLED"). This state is set by the 
        object instance or the MnS producer and is hence READ-ONLY.";
    }

    leaf jobType {
      type enumeration {
        enum IMMEDIATE_MDT_ONLY;