aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_decision_2.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-07 03:54:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-19 17:11:47 +0100
commit909e972787d178b141a202ec7f7dacd8ca06068f (patch)
treea2af4b35ad7624b4fee62759c3d03baef311a68e /include/osmocom/bsc/handover_decision_2.h
parent8489b463f93f6e7afc52390a7fbfceb20b9860b8 (diff)
HO: Implement load based handover, as handover_decision_2.c
Diffstat (limited to 'include/osmocom/bsc/handover_decision_2.h')
-rw-r--r--include/osmocom/bsc/handover_decision_2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocom/bsc/handover_decision_2.h b/include/osmocom/bsc/handover_decision_2.h
new file mode 100644
index 000000000..f245b073e
--- /dev/null
+++ b/include/osmocom/bsc/handover_decision_2.h
@@ -0,0 +1,9 @@
+/* Handover Decision Algorithm 2 for intra-BSC (inter-BTS) handover, public API for OsmoBSC */
+
+#pragma once
+struct gsm_bts;
+
+void hodec2_init(struct gsm_network *net);
+
+void hodec2_on_change_congestion_check_interval(struct gsm_network *net, unsigned int new_interval);
+void hodec2_congestion_check(struct gsm_network *net);