aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/handover_fsm.h')
-rw-r--r--include/osmocom/bsc/handover_fsm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/osmocom/bsc/handover_fsm.h b/include/osmocom/bsc/handover_fsm.h
index 1628d8fd9..03a8436ad 100644
--- a/include/osmocom/bsc/handover_fsm.h
+++ b/include/osmocom/bsc/handover_fsm.h
@@ -55,9 +55,7 @@ struct handover_rr_detect_data {
const uint8_t *access_delay;
};
-void handover_fsm_init();
-
-void handover_request(struct handover_out_req *req);
+int handover_request(struct handover_out_req *req);
void handover_start(struct handover_out_req *req);
void handover_start_inter_bsc_in(struct gsm_subscriber_connection *conn,
struct msgb *ho_request_msg);