osmo-hnbgw: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Id3256d09f62e802cc62fa9ba8aaafd403ccbb53e
This commit is contained in:
arehbein 2022-12-19 21:28:54 +01:00 committed by laforge
parent a7fcbe100c
commit 76c4203552
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ int main(int argc, char **argv)
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);