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 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e (commit)
from 9dd3bf0cb4e780b54772f4abe1e2966b09f99301 (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=32e5641dbbfd91b650a9ec8cf62d…
commit 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 16 14:58:00 2017 +0200
Add functions for extended RACH coding
Add support for extended RACH (11 bit) according 3GPP TS 45.003 §5.3.2:
* convolutional code with puncturing
* encoding/decoding routines
* corresponding tests
Change-Id: I85a34a82d5cd39a594ee89d91a2338226066ab5d
Related: OS#1548
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/coding/gsm0503_coding.h | 7 +-
src/coding/gsm0503_coding.c | 80 +-
src/coding/libosmocoding.map | 2 +
src/gsm/libosmogsm.map | 1 +
tests/coding/coding_test.c | 41 +-
tests/coding/coding_test.ok | 30720 ++++++++++++++++++++++++++++++
tests/conv/conv_gsm0503_test.ok | 8 +
utils/conv_codes_gsm.py | 11 +-
9 files changed, 30850 insertions(+), 21 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications