aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_decision_2.h
diff options
context:
space:
mode:
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);