blob: 6ad5276e247e935be41827cfb0e5c66554d37e7e [file] [log] [blame]
Neels Hofmeyre25018b2017-11-27 21:29:33 +01001#pragma once
2
3#include <osmocom/vty/vty.h>
4#include <osmocom/bsc/handover_cfg.h>
5
6void ho_vty_init();
Neels Hofmeyrdfd36da2018-02-12 16:48:45 +01007void ho_vty_write_net(struct vty *vty, struct gsm_network *net);
8void ho_vty_write_bts(struct vty *vty, struct gsm_bts *bts);