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 c8cf82059518855298b87da4757e8e1face74359 (commit)
from 34e228a9bcf3ac37287bb5e684ace46818740f3b (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=c8cf82059518855298b87da4757e…
commit c8cf82059518855298b87da4757e8e1face74359
Author: Max <msuraev(a)sysmocom.de>
Date: Mon May 22 16:07:04 2017 +0200
Distinguish between unsupported and invalid MCS
Previously MCS0 was incorrectly set for some of type1 header values
while according to 3GPP TS 44.060 it can only be set for type3. Fix
this:
* use EGPRS_MCS* constants instead of magic values
* do not set MCS0 for reserved bits values in EGPRS header type1
* return different error codes for invalid and unsupported MCS as well
as for other decoding errors
Note: there's no need to adjust tests because MCS0 decoding is not
supported but it's better to explicitly distinguish between unsupported
and invalid values nevertheless.
Change-Id: Id665d5c0cf50efa18b1bcbf4f17359418a380f9e
Related: OS#1524
-----------------------------------------------------------------------
Summary of changes:
src/coding/gsm0503_coding.c | 15 ++++---
src/gsm/gprs_rlc.c | 107 ++++++++++++++++++++++----------------------
2 files changed, 63 insertions(+), 59 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications