diff --git a/src/common/nm_bts_fsm.c b/src/common/nm_bts_fsm.c index 063ffe840..e80a92eb1 100644 --- a/src/common/nm_bts_fsm.c +++ b/src/common/nm_bts_fsm.c @@ -62,6 +62,8 @@ static void st_op_disabled_notinstalled_on_enter(struct osmo_fsm_inst *fi, uint3 bts->si_valid = 0; TALLOC_FREE(bts->mo.nm_attr); bts_cbch_reset(bts); + if (bts->c0_power_red_db > 0) + bts_set_c0_pwr_red(bts, 0); bts->mo.setattr_success = false; bts->mo.opstart_success = false;