osmo-bsc/include/osmocom/bsc/handover_vty.h

9 lines
232 B
C

#pragma once
#include <osmocom/vty/vty.h>
#include <osmocom/bsc/handover_cfg.h>
void ho_vty_init(void);
void ho_vty_write_net(struct vty *vty, struct gsm_network *net);
void ho_vty_write_bts(struct vty *vty, struct gsm_bts *bts);