From d85d0159a52f8a2d7515ec80418020c41c8ac8bd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 16 Jun 2012 16:54:19 +0800 Subject: add library VTY nodes for NS and BSSGP --- include/osmocom/vty/command.h | 2 ++ 1 file changed, 2 insertions(+) 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 }; -- cgit v1.2.3