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 c2afe81d854ba4e8a1d68d588ffdfc83d14e3323 (commit)
via 556f03685e1222a7db89c4e50373811be3dc2da3 (commit)
via 49a0dec1fe889ca444984af25129874f0fa4e52d (commit)
via 6e6978ad1224eb0f1c9e5472a7ee6e923b1ab872 (commit)
via f17869546651601b24a2ac333cff05f7526f63a3 (commit)
via d1c7323f3c48f7983e87a2e1230623aa29fa83f4 (commit)
via cfb1eaacf4107bcf2a368f70cf9bd9d5e8677fa0 (commit)
from 96e2a00d7a9044d0b1a83909c11d8f24955bc7c8 (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=c2afe81d854ba4e8a1d68d588ffd…
commit c2afe81d854ba4e8a1d68d588ffdfc83d14e3323
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Jun 13 01:43:23 2017 +0700
ctrl_test.c: fix build with GCC 7.1.1
According to GCC's online docs:
When an inline function is not static, then the compiler must
assume that there may be calls from other source files; since
a global symbol can be defined only once in any program, the
function must not be defined in the other source files, so the
calls therein cannot be integrated. Therefore, a non-static
inline function is always compiled on its own in the usual fashion.
There is no any (performance or size) benefit from 'inline' keyword
in this particular file, so let's replace one by 'static'.
Change-Id: I11e1f1cfea09c6f0cf8225239e782b551d3eb52f
http://cgit.osmocom.org/libosmocore/commit/?id=556f03685e1222a7db89c4e50373…
commit 556f03685e1222a7db89c4e50373811be3dc2da3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:51:41 2017 +0700
gsm/gsm48.c: drop useless assignment
Change-Id: I96c1ba70e332199a4ca95e827a7562f953975af4
http://cgit.osmocom.org/libosmocore/commit/?id=49a0dec1fe889ca444984af25129…
commit 49a0dec1fe889ca444984af25129874f0fa4e52d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:49:38 2017 +0700
vty/command.c: drop useless assignment
Change-Id: Ia30b6481ee570c6cf3e3b38e7a78028c66c036b7
http://cgit.osmocom.org/libosmocore/commit/?id=6e6978ad1224eb0f1c9e5472a7ee…
commit 6e6978ad1224eb0f1c9e5472a7ee6e923b1ab872
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:47:34 2017 +0700
core/conv/conv.c: drop useless assignment
Change-Id: I8c3aa5ec100abacf93da1493aa134e42bf612206
http://cgit.osmocom.org/libosmocore/commit/?id=f17869546651601b24a2ac333cff…
commit f17869546651601b24a2ac333cff05f7526f63a3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:41:35 2017 +0700
gb/gprs_bssgp.c: avoid valueless goto usage
Change-Id: I0c2aaf1ab462c923d62232f1a63fae1e4eb18b4d
http://cgit.osmocom.org/libosmocore/commit/?id=d1c7323f3c48f7983e87a2e12306…
commit d1c7323f3c48f7983e87a2e1230623aa29fa83f4
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:33:07 2017 +0700
sim/core.c: drop useless double assignment
Change-Id: I3bfcabd80b57aeb7f110b306350802e6e82c847a
http://cgit.osmocom.org/libosmocore/commit/?id=cfb1eaacf4107bcf2a368f70cf9b…
commit cfb1eaacf4107bcf2a368f70cf9bd9d5e8677fa0
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:13:12 2017 +0700
core/conv/viterbi.c: fix possible NULL-pointer reference
Change-Id: I36012d4443d97470050cdf9638a9d4cf67ea3b40
-----------------------------------------------------------------------
Summary of changes:
src/conv.c | 2 +-
src/gb/gprs_bssgp.c | 13 +++----------
src/gsm/gsm48.c | 1 -
src/sim/core.c | 2 +-
src/viterbi.c | 19 ++++++++++++++++---
src/vty/command.c | 2 +-
tests/ctrl/ctrl_test.c | 2 +-
7 files changed, 23 insertions(+), 18 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications