blob: 74af31b691fd600b3b6ac63efdd7286fd2e3568a [file] [log] [blame]
Pau Espin Pedrol5ea18172018-02-20 16:48:15 +01001#pragma once
2
3#include <osmocom/vty/command.h>
4
5extern struct vty_app_info g_vty_info;
6
7struct trx_ctx {
8 struct {
9 char *bind_addr;
10 } cfg;
11};
12
13int trx_vty_init(struct trx_ctx* trx);