arehbein has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/13/30713/1
diff --git a/src/osmo-hnbgw/hnbgw.c b/src/osmo-hnbgw/hnbgw.c
index 2836ae1..844b9b4 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);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/30713
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Id3256d09f62e802cc62fa9ba8aaafd403ccbb53e
Gerrit-Change-Number: 30713
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-MessageType: newchange