aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_decision.h
blob: 2ea17f1bec070418c5dc290e835f9473011eaf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _HANDOVER_DECISION_H
#define _HANDOVER_DECISION_H

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 */