aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/common_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gb/common_vty.h')
-rw-r--r--src/gb/common_vty.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gb/common_vty.h b/src/gb/common_vty.h
new file mode 100644
index 00000000..d8d00407
--- /dev/null
+++ b/src/gb/common_vty.h
@@ -0,0 +1,14 @@
+#include <osmocom/vty/command.h>
+#include <osmocom/core/logging.h>
+
+extern int DNS, DBSSGP;
+
+enum log_filter {
+ _FLT_ALL = LOG_FILTER_ALL, /* libosmocore */
+ FLT_NSVC = 1,
+ FLT_BVC = 2,
+};
+
+extern struct cmd_element libgb_exit_cmd;
+extern struct cmd_element libgb_end_cmd;
+