aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/handover.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/handover.h')
-rw-r--r--include/osmo-bts/handover.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/handover.h b/include/osmo-bts/handover.h
index 1cf5d696..35d5c690 100644
--- a/include/osmo-bts/handover.h
+++ b/include/osmo-bts/handover.h
@@ -6,5 +6,7 @@ enum {
HANDOVER_WAIT_FRAME,
};
+void handover_rach(struct gsm_lchan *lchan, uint8_t ra, uint8_t acc_delay);
+void handover_frame(struct gsm_lchan *lchan);
void handover_reset(struct gsm_lchan *lchan);