aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/trx_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/trx_vty.h')
-rw-r--r--CommonLibs/trx_vty.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/CommonLibs/trx_vty.h b/CommonLibs/trx_vty.h
new file mode 100644
index 0000000..74af31b
--- /dev/null
+++ b/CommonLibs/trx_vty.h
@@ -0,0 +1,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);