aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_fsm.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-07-08 18:28:20 +0200
committerneels <nhofmeyr@sysmocom.de>2021-07-15 09:28:18 +0000
commit71526043ea042fbad65b3a099e94190fc086640c (patch)
treec72eb0562bc399de6ccfe8000262a7c172e4a0eb /include/osmocom/bsc/handover_fsm.h
parentfdb87343d7a747575fae0bb436cd9d105b9748e9 (diff)
ensure trigger_ho() returns zero only when HO or AS was indeed triggered
In an upcoming patch, handover_decision_2.c will use this indicator to decide whether to start a penalty timer: "hodec2: add low-rxqual-assignment penalty timer (2/2)" Id00a07313fe04eec509b336c0637b59c707760e0 Related: SYS#5198 Change-Id: I5de385e0666f716184a62e6e70d656545ac5d2ee
Diffstat (limited to 'include/osmocom/bsc/handover_fsm.h')
-rw-r--r--include/osmocom/bsc/handover_fsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/handover_fsm.h b/include/osmocom/bsc/handover_fsm.h
index 1628d8fd9..052e09d79 100644
--- a/include/osmocom/bsc/handover_fsm.h
+++ b/include/osmocom/bsc/handover_fsm.h
@@ -57,7 +57,7 @@ struct handover_rr_detect_data {
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);