diff --git a/yang-models/_3gpp-common-measurements.yang b/yang-models/_3gpp-common-measurements.yang index 0b30fc29448acfec95b7b2bdee243e5122610592..27541b18e86209e85bde9d6ce29512799fc147c1 100755 --- a/yang-models/_3gpp-common-measurements.yang +++ b/yang-models/_3gpp-common-measurements.yang @@ -56,7 +56,6 @@ module _3gpp-common-measurements { Integration Reference Point (IRP); Information Service (IS)"; - revision 2025-07-31 { reference CR-0554; } revision 2025-05-19 { reference CR-0532; } revision 2025-02-07 { reference CR-0461; } revision 2025-01-29 { reference CR-0512; } @@ -249,7 +248,7 @@ module _3gpp-common-measurements { description "Represents the attributes of the IOC PerfMetricJob"; leaf administrativeState { - default LOCKED; + default UNLOCKED; type types3gpp:BasicAdministrativeState ; description "Enable or disables production of the metrics"; } @@ -340,7 +339,7 @@ module _3gpp-common-measurements { to monitor."; leaf administrativeState { - default LOCKED; + default UNLOCKED; type types3gpp:BasicAdministrativeState ; description "Enables or disables the ThresholdMonitor."; }