aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/handover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/handover.c')
-rw-r--r--src/common/handover.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/handover.c b/src/common/handover.c
index b6159328..888649db 100644
--- a/src/common/handover.c
+++ b/src/common/handover.c
@@ -112,6 +112,7 @@ void handover_rach(struct gsm_lchan *lchan, uint8_t ra, uint8_t acc_delay)
/* Set timing advance */
lchan->rqd_ta = acc_delay;
+ lchan->want_dl_sacch_active = true;
/* Stop handover detection, wait for valid frame */
lchan->ho.active = HANDOVER_WAIT_FRAME;