show and edit subscribers from the vty interface

diff --git a/include/vty/command.h b/include/vty/command.h
index 26022cb..f536f2e 100644
--- a/include/vty/command.h
+++ b/include/vty/command.h
@@ -64,6 +64,7 @@
 	BTS_NODE,
 	TRX_NODE,
 	TS_NODE,
+	SUBSCR_NODE,
 
 	AUTH_NODE,		/* Authentication mode of vty interface. */
 	VIEW_NODE,		/* View node. Default mode of vty interface. */