laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/30713 )
Change subject: osmo-hnbgw: Transition to use of 'telnet_init_default' ......................................................................
osmo-hnbgw: Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: Id3256d09f62e802cc62fa9ba8aaafd403ccbb53e --- M src/osmo-hnbgw/hnbgw.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo-hnbgw/hnbgw.c b/src/osmo-hnbgw/hnbgw.c index a5cf533..5dba1e3 100644 --- a/src/osmo-hnbgw/hnbgw.c +++ b/src/osmo-hnbgw/hnbgw.c @@ -767,7 +767,7 @@ log_set_log_level(osmo_stderr_target, hnbgw_cmdline_config.log_level);
- rc = telnet_init_dynif(tall_hnb_ctx, g_hnb_gw, vty_get_bind_addr(), OSMO_VTY_PORT_HNBGW); + rc = telnet_init_default(tall_hnb_ctx, g_hnb_gw, OSMO_VTY_PORT_HNBGW); if (rc < 0) { perror("Error binding VTY port"); exit(1);