aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-08-07 13:29:14 +0200
committerHarald Welte <laforge@netfilter.org>2009-08-07 13:29:14 +0200
commit5013b2ad42c1a63e2f168d3d8a6021e4763446f0 (patch)
tree1c27e108dad6509f5dc2e4ec076104d3d5768a60 /openbsc/include/vty
parentc7c19822fd43a01c54a445addb1e8a82067d82a4 (diff)
introduce new GSMNET node for the GSM network
Diffstat (limited to 'openbsc/include/vty')
-rw-r--r--openbsc/include/vty/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/vty/command.h b/openbsc/include/vty/command.h
index f536f2e02..1be05aa8e 100644
--- a/openbsc/include/vty/command.h
+++ b/openbsc/include/vty/command.h
@@ -61,6 +61,7 @@ struct host {
/* There are some command levels which called from command node. */
enum node_type {
+ GSMNET_NODE,
BTS_NODE,
TRX_NODE,
TS_NODE,