blob: 48af136e5a50aa7e8265df2a6cb60b53f869cc7b [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();
7void ho_vty_write(struct vty *vty, const char *indent, struct handover_cfg *ho);