aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/trx_vty.h
blob: 74af31b691fd600b3b6ac63efdd7286fd2e3568a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <osmocom/vty/command.h>

extern struct vty_app_info g_vty_info;

struct trx_ctx {
	struct {
		char *bind_addr;
	} cfg;
};

int trx_vty_init(struct trx_ctx* trx);