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

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

void ho_vty_init();
void ho_vty_write(struct vty *vty, const char *indent, struct handover_cfg *ho);