aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-20 17:21:16 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-20 17:21:23 +0200
commit965d53348ec5275ef72b3ac2e6e43521a3c93391 (patch)
treed483189d3af2f0b9bb533c0f02bb592e38c2f4f4 /src
parent32fc82a803dbfe61d8dcc382ca47b8ae46147702 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/hnbgw.c1
1 files changed, 1 insertions, 0 deletions
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 */