neels has uploaded this change for review.

View Change

fix deprecation: use telnet_init_default()

Change-Id: Ib20ba77fcf65820e2992e252fb9d35e4219e3783
---
M src/osmo-pfcp-tool/osmo_pfcp_tool_main.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/59/31159/1
diff --git a/src/osmo-pfcp-tool/osmo_pfcp_tool_main.c b/src/osmo-pfcp-tool/osmo_pfcp_tool_main.c
index 9a760d4..8705e0f 100644
--- a/src/osmo-pfcp-tool/osmo_pfcp_tool_main.c
+++ b/src/osmo-pfcp-tool/osmo_pfcp_tool_main.c
@@ -300,7 +300,7 @@
}

/* start telnet, after reading config for vty_get_bind_addr() */
- rc = telnet_init_dynif(tall_pfcp_tool_ctx, &g_pfcp_tool, vty_get_bind_addr(), OSMO_VTY_PORT_PFCP_TOOL);
+ rc = telnet_init_default(tall_pfcp_tool_ctx, &g_pfcp_tool, OSMO_VTY_PORT_PFCP_TOOL);
if (rc < 0)
return 2;


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

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Ib20ba77fcf65820e2992e252fb9d35e4219e3783
Gerrit-Change-Number: 31159
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange