hnbgw: Add libosmoctrl's VTY CTRL command initialization

Otherwise, the "ctrl" VTY node is not available and CTRL ip address
cannot be set.

Change-Id: I73f64b951690ec23f829c4855b2caeefa66ad35d
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 3f94a01..9dc67a2 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -539,6 +539,7 @@
 	osmo_ss7_vty_init_asp(tall_hnb_ctx);
 	osmo_sccp_vty_init();
 	hnbgw_vty_init(g_hnb_gw, tall_hnb_ctx);
+	ctrl_vty_init(tall_hnb_ctx);
 	logging_vty_add_cmds();
 
 	/* Handle options after vty_init(), for --version */