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 33e03065a508f1238056f36841b97d38083ac18b (commit)
from f74cfd35acadbebe7ccd9fc02d05920958f43ad3 (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=33e03065a508f1238056f36841b9…
commit 33e03065a508f1238056f36841b97d38083ac18b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Jan 19 17:01:15 2017 +0700
tests/conv: add GSM 05.03 specific test
This change extends the convolutional code test coverage, adding
the GSM 05.03 specific test vectors, generated by the conv_gen.py.
Inspired by Tom's patch:
http://lists.osmocom.org/pipermail/openbsc/2014-April/007364.html
Change-Id: I76d1cd4032d2f74c5bb93bde4fab99aa655b7f1a
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
tests/Makefile.am | 17 ++-
tests/conv/conv.h | 4 +-
tests/conv/conv_gsm0503_test.c | 28 ++++
tests/conv/conv_gsm0503_test.ok | 304 ++++++++++++++++++++++++++++++++++++++++
tests/testsuite.at | 6 +
6 files changed, 355 insertions(+), 5 deletions(-)
create mode 100644 tests/conv/conv_gsm0503_test.c
create mode 100644 tests/conv/conv_gsm0503_test.ok
hooks/post-receive
--
An utility library for Open Source Mobile Communications