This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via faa04613143eff3345e9a0e1b7abebefb977e6e0 (commit)
via b592134dcfbb69b6bfdf0a6feb696d506e31476e (commit)
via 92274453e7a21a14789be7b074f6c52ec45716c7 (commit)
via 69dfe5aeec3d2e08baa033309ac4b84712367ac6 (commit)
from c2afe81d854ba4e8a1d68d588ffdfc83d14e3323 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=faa04613143eff3345e9a0e1b7ab…
commit faa04613143eff3345e9a0e1b7abebefb977e6e0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 00:25:09 2017 +0200
gprs_ns_test.c: Remove unused byte arrays
Commit 0d4e949e229a649ffd0503d8e930dba8be7dd34d changed the code to use
functions with local variables holding the bytes, but forgot to remove
the old global variables.
This test fixes compilation warnings.
Change-Id: I140de30038222b0419423d8c4f9da1946651a4e7
http://cgit.osmocom.org/libosmocore/commit/?id=b592134dcfbb69b6bfdf0a6feb69…
commit b592134dcfbb69b6bfdf0a6feb696d506e31476e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sat Jun 17 23:55:46 2017 +0200
sms_test.c: Remove test of deprecated wrapper function
The deprecated function is just a wrapper, and it triggers a compilation
warning.
Change-Id: Iaac701bdf0c0e66c343f68cc31d82550a024ef57
http://cgit.osmocom.org/libosmocore/commit/?id=92274453e7a21a14789be7b074f6…
commit 92274453e7a21a14789be7b074f6c52ec45716c7
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sat Jun 17 23:27:47 2017 +0200
card_fs_uicc.c: Fix unused compilation warning
This array of bytes is not yet used but is referring to some specs. They
may be used in the future, so leave it there but mark it explicitly as
unused.
Change-Id: I0a61d17f9989ecddafbc68d4b9446853e4c15159
http://cgit.osmocom.org/libosmocore/commit/?id=69dfe5aeec3d2e08baa033309ac4…
commit 69dfe5aeec3d2e08baa033309ac4b84712367ac6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sat Jun 17 23:18:11 2017 +0200
Fix compilation warning on deprecated macro
A warning was printed even if the deprecation didn't apply to
libosmocore because it is still allowed to use it internally.
This patch fixes this case while still printing a warning if external
projects build using libosmocore headers.
Change-Id: I32212f20756f828af1017482a71e29e4b3adbad4
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 +++
include/osmocom/core/defs.h | 6 ++++++
include/osmocom/core/logging.h | 4 ++--
src/sim/card_fs_uicc.c | 2 +-
tests/gb/gprs_ns_test.c | 49 ------------------------------------------
tests/sms/sms_test.c | 19 ----------------
tests/sms/sms_test.ok | 8 -------
7 files changed, 12 insertions(+), 79 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications