aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/handover_decision.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/handover_decision.h')
-rw-r--r--openbsc/include/openbsc/handover_decision.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/handover_decision.h b/openbsc/include/openbsc/handover_decision.h
index 81078b05d..2ea17f1be 100644
--- a/openbsc/include/openbsc/handover_decision.h
+++ b/openbsc/include/openbsc/handover_decision.h
@@ -1,7 +1,12 @@
#ifndef _HANDOVER_DECISION_H
#define _HANDOVER_DECISION_H
-void on_dso_load_ho_dec(void);
+void bts_dump_vty_handover(struct vty *vty, struct gsm_bts *bts);
+void config_write_bts_handover(struct vty *vty, struct gsm_bts *bts);
+void config_write_net_handover(struct vty *vty);
+void bsc_vty_init_handover(void);
+
+void init_ho_1(void);
#endif /* _HANDOVER_DECISION_H */