laforge submitted this change.
{bs,ms}_power_control: Reset state during lchan deactivation
Change-Id: I0c247414d27d7ac636c6dbb294b0dd3bffc4ed97
---
M src/common/lchan.c
1 file changed, 2 insertions(+), 0 deletions(-)
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:
To view, visit change 41793. To unsubscribe, or for help writing mail filters, visit settings.