laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/41793?usp=email )
Change subject: {bs,ms}_power_control: Reset state during lchan deactivation ......................................................................
{bs,ms}_power_control: Reset state during lchan deactivation
Change-Id: I0c247414d27d7ac636c6dbb294b0dd3bffc4ed97 --- M src/common/lchan.c 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified dexter: Looks good to me, but someone else must approve
diff --git a/src/common/lchan.c b/src/common/lchan.c index 7123cee..b115e1e 100644 --- a/src/common/lchan.c +++ b/src/common/lchan.c @@ -326,6 +326,8 @@ lchan->pending_rel_ind_msg = NULL; msgb_free(lchan->pending_chan_activ); lchan->pending_chan_activ = NULL; + lchan_bs_pwr_ctrl_reset(lchan); + lchan_ms_pwr_ctrl_reset(lchan); lchan_ms_ta_ctrl_reset(lchan); /* fall through */ default: