summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/vty.h')
-rw-r--r--Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/vty.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/vty.h b/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/vty.h
new file mode 100644
index 0000000..1f1341b
--- /dev/null
+++ b/Src/osmocombb/src/host/layer23/include/osmocom/bb/mobile/vty.h
@@ -0,0 +1,20 @@
+#ifndef OSMOCOM_VTY_H
+#define OSMOCOM_VTY_H
+
+#include <osmocom/bb/common/osmocom_data.h>
+#include <osmocom/vty/vty.h>
+#include <osmocom/vty/buffer.h>
+#include <osmocom/vty/command.h>
+
+enum ms_vty_node {
+ MS_NODE = _LAST_OSMOVTY_NODE + 1,
+ TESTSIM_NODE,
+ SUPPORT_NODE,
+};
+
+enum node_type ms_vty_go_parent(struct vty *vty);
+int ms_vty_init(void);
+extern void vty_notify(struct osmocom_ms *ms, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
+
+#endif
+