arehbein has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/30710 )
Change subject: osmo-gbproxy: Transition to use of 'telnet_init_default' ......................................................................
osmo-gbproxy: Transition to use of 'telnet_init_default'
Related: OS#5809 Change-Id: Ib76ab5df5d87112bf78effc4cd0939c57f30f46c --- M src/gb_proxy_main.c 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/10/30710/1
diff --git a/src/gb_proxy_main.c b/src/gb_proxy_main.c index ba49a77..b75af3d 100644 --- a/src/gb_proxy_main.c +++ b/src/gb_proxy_main.c @@ -334,8 +334,7 @@ }
/* start telnet after reading config for vty_get_bind_addr() */ - rc = telnet_init_dynif(tall_sgsn_ctx, NULL, - vty_get_bind_addr(), OSMO_VTY_PORT_GBPROXY); + rc = telnet_init_default(tall_sgsn_ctx, NULL, OSMO_VTY_PORT_GBPROXY); if (rc < 0) exit(1);