aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/l1sap.c')
-rw-r--r--src/common/l1sap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 7bf0b09a..4937d1e5 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1647,6 +1647,7 @@ int l1sap_chan_act(struct gsm_bts_trx *trx, uint8_t chan_nr, struct tlv_parsed *
lchan->sacch_deact = 0;
lchan->s = lchan->ts->trx->bts->radio_link_timeout;
+ lchan->ms_power_ctrl.last_received = -1; /* mark no ms power received yet */
rc = l1sap_chan_act_dact_modify(trx, chan_nr, PRIM_INFO_ACTIVATE, 0);
if (rc)