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 452a6bb347aa907d5593f7ca7ab901b4f9a90321 (commit)
via 17778bda23cacfce3a9ad176dcb2d084893c5e66 (commit)
from 00f4ef7262519ccb48213c9b844e1e015b1c3046 (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=452a6bb347aa907d5593f7ca7ab9…
commit 452a6bb347aa907d5593f7ca7ab901b4f9a90321
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 23 00:29:34 2017 +0200
comments: gsm0808_utils: mention various 3GPP specs
Tweaked-by: nhofmeyr
Change-Id: I990dfe9eeaf96f377484b828143935240a937226
http://cgit.osmocom.org/libosmocore/commit/?id=17778bda23cacfce3a9ad176dcb2…
commit 17778bda23cacfce3a9ad176dcb2d084893c5e66
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Apr 28 11:05:44 2017 +0200
gsm0808: fix length check of the element decoder functions
The length check of the decoder functions is not entirely
correct. The check also checks for values below zero,
which does not make sense, since the length is encoded
as uint8_t.
For some elements a minimum length is known (in most cases
this is 1), so checking for zero is sufficient but in some
cases (e.g. channel type) the spec mentions a minimum and
maximum length. This is now also reflected in the code.
Tweaked-by: nhofmeyr
Change-Id: I78bc887f68d1963d28c6fcd631ac20ccd893d6d6
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm0808_utils.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications