arehbein has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/31186 )
Change subject: ctrl: Use ctrl_interface_setup()/ctrl_interface_setup2() instead of
deprecated functions
......................................................................
ctrl: Use ctrl_interface_setup()/ctrl_interface_setup2() instead of deprecated functions
Related change:
https://gerrit.osmocom.org/c/libosmocore/+/30444/12
Related: OS#5809
Change-Id: I6d5b394f47b9a54b99b979737f57a04d6ea8056f
---
M ggsn/ggsn_main.c
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/86/31186/1
diff --git a/ggsn/ggsn_main.c b/ggsn/ggsn_main.c
index 2d917c1..bc9e0c3 100644
--- a/ggsn/ggsn_main.c
+++ b/ggsn/ggsn_main.c
@@ -227,8 +227,7 @@
if (rc < 0)
exit(1);
- g_ctrlh = ctrl_interface_setup_dynip(NULL, ctrl_vty_get_bind_addr(),
- OSMO_CTRL_PORT_GGSN, NULL);
+ g_ctrlh = ctrl_interface_setup(NULL, OSMO_CTRL_PORT_GGSN, NULL);
if (!g_ctrlh) {
LOGP(DGGSN, LOGL_ERROR, "Failed to create CTRL interface.\n");
exit(1);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/31186
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I6d5b394f47b9a54b99b979737f57a04d6ea8056f
Gerrit-Change-Number: 31186
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-MessageType: newchange