aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 16:54:19 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 16:54:19 +0800
commitd85d0159a52f8a2d7515ec80418020c41c8ac8bd (patch)
tree666ae9ba7ddb2d7ae2290a678cb151cb034d6f53 /include/osmocom/vty
parent8cce125ff960fd1c2f31c48ad3d64e33c5615be0 (diff)
add library VTY nodes for NS and BSSGP
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r--include/osmocom/vty/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 664c83c9..c8cea7c5 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -82,6 +82,8 @@ enum node_type {
L_E1INP_NODE, /*!< \brief E1 line in libosmo-abis. */
L_IPA_NODE, /*!< \brief IPA proxying commands in libosmo-abis. */
+ L_NS_NODE, /*!< \brief NS node in libosmo-gb. */
+ L_BSSGP_NODE, /*!< \brief BSSGP node in libosmo-gb. */
_LAST_OSMOVTY_NODE
};