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


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

Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M Transceiver52M/osmo-trx.cpp
1 file changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/26/31526/1

diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp
index 18e9051..ad41338 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -651,7 +651,7 @@
                exit(2);
        }

-       rc = telnet_init_dynif(tall_trx_ctx, NULL, vty_get_bind_addr(), 
OSMO_VTY_PORT_TRX);
+       rc = telnet_init_default(tall_trx_ctx, NULL, OSMO_VTY_PORT_TRX);
        if (rc < 0)
                exit(1);


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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31526
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehb...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to