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
This commit is contained in:
Pau Espin 2019-09-20 17:21:16 +02:00
parent 32fc82a803
commit 965d53348e
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ int main(int argc, char **argv)
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 */