pespin has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/93/41793/1

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 https://gerrit.osmocom.org/c/osmo-bts/+/41793?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I0c247414d27d7ac636c6dbb294b0dd3bffc4ed97
Gerrit-Change-Number: 41793
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to