summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/vty.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-10-03 12:51:31 +0200
committerAndreas.Eversberg2010-10-03 12:51:31 +0200
commitf0c807a6828e60236de21e39748bd4eb6034c3f7 (patch)
tree720b3729c0142e1ac644b8a2effdb0cdc55afee5 /src/host/layer23/include/osmocom/bb/mobile/vty.h
parentmisc: Fix the name of the header file for the hexdump... (diff)
downloadosmocom-f0c807a6828e60236de21e39748bd4eb6034c3f7.tar.gz
osmocom-f0c807a6828e60236de21e39748bd4eb6034c3f7.tar.xz
osmocom-f0c807a6828e60236de21e39748bd4eb6034c3f7.zip
[layer23] Rework of "support"-features, features can be disabled now
Supported features of hardware (support.c) can be disabled by config. This way the full featured mobile can be downgraded to indicate less features to the network, like disabling speech support or crypto support.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/vty.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/vty.h b/src/host/layer23/include/osmocom/bb/mobile/vty.h
index 70faef5..1f1341b 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/vty.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/vty.h
@@ -9,6 +9,7 @@
enum ms_vty_node {
MS_NODE = _LAST_OSMOVTY_NODE + 1,
TESTSIM_NODE,
+ SUPPORT_NODE,
};
enum node_type ms_vty_go_parent(struct vty *vty);