arehbein has uploaded this change for review.

View Change

Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M tests/ipa_proxy_test.c
1 file changed, 11 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/15/31515/1
diff --git a/tests/ipa_proxy_test.c b/tests/ipa_proxy_test.c
index da99f01..6c486bd 100644
--- a/tests/ipa_proxy_test.c
+++ b/tests/ipa_proxy_test.c
@@ -45,7 +45,7 @@
vty_init(&vty_info);
ipa_proxy_vty_init();

- telnet_init(tall_test, NULL, IPA_PROXY_TEST_TELNET_PORT);
+ telnet_init_default(tall_test, NULL, IPA_PROXY_TEST_TELNET_PORT);

LOGP(DIPA_PROXY_TEST, LOGL_NOTICE, "entering main loop\n");


To view, visit change 31515. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31515
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein@sysmocom.de>
Gerrit-MessageType: newchange