vty: Classify the application that we run and provide different options

The VTY interface is used for three different application and not
every option will make sense for every app. In the long run we will
split the vty interface but for now we just qualify the application.
diff --git a/src/main.c b/src/main.c
index 6e33c9c..38c1575 100644
--- a/src/main.c
+++ b/src/main.c
@@ -626,6 +626,7 @@
 	int rc;
 	INIT_LLIST_HEAD(&bsc.sccp_connections);
 
+	bsc.app = APP_CELLMGR;
 	bsc.dpc = 1;
 	bsc.opc = 0;
 	bsc.sccp_opc = -1;