arehbein has uploaded this change for review.
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: I155235460d13077fdcebfca1a9ea901d3ee18455
---
M src/common/bts_ctrl_lookup.c
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/84/31184/1
diff --git a/src/common/bts_ctrl_lookup.c b/src/common/bts_ctrl_lookup.c
index a3e3c8b..a6dee32 100644
--- a/src/common/bts_ctrl_lookup.c
+++ b/src/common/bts_ctrl_lookup.c
@@ -94,8 +94,7 @@
struct ctrl_handle *hdl;
int rc = 0;
- hdl = ctrl_interface_setup_dynip(bts, bind_addr, port,
- bts_ctrl_node_lookup);
+ hdl = ctrl_interface_setup(bts, port, bts_ctrl_node_lookup);
if (!hdl)
return NULL;
To view, visit change 31184. To unsubscribe, or for help writing mail filters, visit settings.