aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_vty.h
blob: 6ad5276e247e935be41827cfb0e5c66554d37e7e (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <osmocom/vty/vty.h>
#include <osmocom/bsc/handover_cfg.h>

void ho_vty_init();
void ho_vty_write_net(struct vty *vty, struct gsm_network *net);
void ho_vty_write_bts(struct vty *vty, struct gsm_bts *bts);