diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/command.h | 2 |
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 }; |