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


Change subject: osmo-bsc: Transition to use of 'telnet_init_default'
......................................................................

osmo-bsc: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: I9d4dc72f8296f82937d2b97fd40a202f1ac98403
---
M src/osmo-bsc/osmo_bsc_main.c
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/04/30704/1

diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 2656d23..2dc855c 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -488,8 +488,7 @@
        }

        /* start telnet after reading config for vty_get_bind_addr() */
-       rc = telnet_init_dynif(tall_bsc_ctx, bsc_gsmnet, vty_get_bind_addr(),
-                              OSMO_VTY_PORT_NITB_BSC);
+       rc = telnet_init_default(tall_bsc_ctx, bsc_gsmnet, 
OSMO_VTY_PORT_NITB_BSC);
        if (rc < 0)
                return rc;


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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I9d4dc72f8296f82937d2b97fd40a202f1ac98403
Gerrit-Change-Number: 30704
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehb...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to