From 965d53348ec5275ef72b3ac2e6e43521a3c93391 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 20 Sep 2019 17:21:16 +0200 Subject: 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 --- src/hnbgw.c | 1 + 1 file changed, 1 insertion(+) 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 @@ 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 */ -- cgit v1.2.3