add library VTY nodes for NS and BSSGP
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 664c83c..c8cea7c 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -82,6 +82,8 @@
 
 	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
 };