arehbein has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hlr/+/31187 )
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: I317003a36d81030e3c64316a407b50f9db89913d
---
M src/ctrl.c
1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/87/31187/1
diff --git a/src/ctrl.c b/src/ctrl.c
index 11b0f5c..b8ecf0b 100644
--- a/src/ctrl.c
+++ b/src/ctrl.c
@@ -771,9 +771,7 @@
struct ctrl_handle *hlr_controlif_setup(struct hlr *hlr)
{
int rc;
- struct ctrl_handle *hdl = ctrl_interface_setup_dynip2(hlr,
- hlr->ctrl_bind_addr,
- OSMO_CTRL_PORT_HLR,
+ struct ctrl_handle *hdl = ctrl_interface_setup2(hlr, OSMO_CTRL_PORT_HLR,
hlr_ctrl_node_lookup,
_LAST_CTRL_NODE_HLR);
if (!hdl)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/31187
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I317003a36d81030e3c64316a407b50f9db89913d
Gerrit-Change-Number: 31187
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-MessageType: newchange