diff options
Diffstat (limited to 'include/osmo-bts/handover.h')
-rw-r--r-- | include/osmo-bts/handover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/handover.h b/include/osmo-bts/handover.h index 9a2c33db..cf928017 100644 --- a/include/osmo-bts/handover.h +++ b/include/osmo-bts/handover.h @@ -7,7 +7,7 @@ enum { HANDOVER_WAIT_FRAME, }; -void handover_rach(struct gsm_lchan *lchan, uint8_t ra); +void handover_rach(struct gsm_lchan *lchan, uint8_t ra, uint8_t acc_delay); void handover_frame(struct gsm_lchan *lchan); void reset_handover(struct gsm_lchan *lchan); |