add library VTY nodes for NS and BSSGP

This commit is contained in:
Harald Welte 2012-06-16 16:54:19 +08:00
parent 8cce125ff9
commit d85d0159a5
1 changed files with 2 additions and 0 deletions

View File

@ -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
};