arehbein has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/34919?usp=email )


Change subject: bankd: Use gsmtap_inst_fd2()
......................................................................

bankd: Use gsmtap_inst_fd2()

 - Use gsmtap_inst_fd2() because gsmtap_inst_fd() is deprecated
 - Add TODO-RELEASE file

Related: OS#6213
Change-Id: I2a7736d6fba795b2c479b2a0bc371b90f838ed61
---
A TODO-RELEASE
M src/bankd/gsmtap.c
2 files changed, 24 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/19/34919/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
new file mode 100644
index 0000000..4a35f50
--- /dev/null
+++ b/TODO-RELEASE
@@ -0,0 +1,10 @@
+# When cleaning up this file: bump API version in corresponding Makefile.am 
and rename corresponding debian/lib*.install
+# according to 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
+# In short:
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then 
increment revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last 
update: c + 1:0:0.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public 
release: c:r:0.
+#library       what            description / commit summary line
+libosmocore > 1.9.0    working (compiling)     gsmtap_inst_fd2()
diff --git a/src/bankd/gsmtap.c b/src/bankd/gsmtap.c
index 8aced6a..7bdbe51 100644
--- a/src/bankd/gsmtap.c
+++ b/src/bankd/gsmtap.c
@@ -97,7 +97,7 @@
        LOGP(DGSMTAP, LOGL_DEBUG, "sending APDU sub_type=%u, mdm_tpdu len=%u, 
sim_tpdu len=%u, iov cnt=%u\n",
                sub_type, mdm_tpdu_len, sim_tpdu_len, cnt);

-       const int rc = writev(gsmtap_inst_fd(g_gti), iov, cnt);
+       const int rc = writev(gsmtap_inst_fd2(g_gti), iov, cnt);
        if (rc < 0) {
                char errtxt[128];
                LOGP(DGSMTAP, LOGL_ERROR, "writev() failed with errno=%d: 
%s\n", errno, strerror_r(errno,

--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/34919?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I2a7736d6fba795b2c479b2a0bc371b90f838ed61
Gerrit-Change-Number: 34919
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehb...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to