arehbein has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-sgsn/+/31523 )


Change subject: Transition to use of 'telnet_init_default'
......................................................................

Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M src/gtphub/gtphub_main.c
M src/sgsn/sgsn_main.c
2 files changed, 12 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/23/31523/1

diff --git a/src/gtphub/gtphub_main.c b/src/gtphub/gtphub_main.c
index d25123e..c7dd442 100644
--- a/src/gtphub/gtphub_main.c
+++ b/src/gtphub/gtphub_main.c
@@ -354,8 +354,7 @@
        }

        /* start telnet after reading config for vty_get_bind_addr() */
-       rc = telnet_init_dynif(osmo_gtphub_ctx, 0, vty_get_bind_addr(),
-                              OSMO_VTY_PORT_GTPHUB);
+       rc = telnet_init_default(osmo_gtphub_ctx, 0, OSMO_VTY_PORT_GTPHUB);
        if (rc < 0)
                exit(1);

diff --git a/src/sgsn/sgsn_main.c b/src/sgsn/sgsn_main.c
index 04de6a2..d6afdef 100644
--- a/src/sgsn/sgsn_main.c
+++ b/src/sgsn/sgsn_main.c
@@ -442,8 +442,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_SGSN);
+       rc = telnet_init_default(tall_sgsn_ctx, NULL, OSMO_VTY_PORT_SGSN);
        if (rc < 0)
                exit(1);


--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/31523
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31523
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <[email protected]>
Gerrit-MessageType: newchange

Reply via email to