summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-04-24 16:32:41 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-04-25 18:14:25 +0200
commit7019f1bf2b558f80d3b1699cc467950dd8701b56 (patch)
tree154e765e6d021d55d32a6963224dcd0cbb95696d /src/host/layer23/include/osmocom/bb/common
parent234c1f14fd0ca8ea71bf75dccc5eb4f37863380a (diff)
layer23: Move testsim node to common/
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/vty.h b/src/host/layer23/include/osmocom/bb/common/vty.h
index 517db955..7f6e2d37 100644
--- a/src/host/layer23/include/osmocom/bb/common/vty.h
+++ b/src/host/layer23/include/osmocom/bb/common/vty.h
@@ -10,6 +10,7 @@ struct osmocom_ms;
enum l23_vty_node {
MS_NODE = _LAST_OSMOVTY_NODE + 1,
+ TESTSIM_NODE,
GSMTAP_NODE,
_LAST_L23VTY_NODE,
};
@@ -25,6 +26,7 @@ void l23_vty_config_write_ms_node_contents_final(struct vty *vty, const struct o
extern void l23_vty_ms_notify(struct osmocom_ms *ms, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
extern bool l23_vty_reading;
+extern bool l23_vty_hide_default;
extern struct llist_head ms_list;