pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/28392 )

Change subject: bts-sysmo: Replace use of deprecated ipa_client_conn_create API
......................................................................

bts-sysmo: Replace use of deprecated ipa_client_conn_create API

"""
osmo-bts/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c:544:9: warning:
‘ipa_client_conn_create’ is deprecated: Use ipa_client_conn_create2()
instead [-Wdeprecated-declarations]
"""

Change-Id: Ief4d629f366e4f69ccd489198302568a919b2f0c
---
M src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c 
b/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
index 6ea2876..f4d3b26 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
@@ -541,8 +541,8 @@
                return 0;
        }

-       mgr->calib.bts_conn = ipa_client_conn_create(tall_mgr_ctx, NULL, 0,
-                                       "localhost", 4238,
+       mgr->calib.bts_conn = ipa_client_conn_create2(tall_mgr_ctx, NULL, 0,
+                                       NULL, 0, "localhost", 4238,
                                        bts_updown_cb, bts_read_cb,
                                        NULL, mgr);
        if (!mgr->calib.bts_conn) {

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/28392
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ief4d629f366e4f69ccd489198302568a919b2f0c
Gerrit-Change-Number: 28392
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to