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 2f984ea1943d3efa01c069b29b330f84f8a6a665 (commit)
via 0eb2c5dab2f9ed61c86cafe96363cee1936ae552 (commit)
via c663678b26aed636e13b56ab8a220791e268f244 (commit)
via b9946d372cb17c95ef629449961004d6e6f12239 (commit)
from 29567376814597a93d78c337242fd1a6ded179ad (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=2f984ea1943d3efa01c069b29b33…
commit 2f984ea1943d3efa01c069b29b330f84f8a6a665
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 15:05:21 2017 +0200
gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as const
The table describing the various MCS convolutional codes are constant
data and should be marked as such.
Change-Id: I4918521ee4572a67cbee5f9b49257fc5bfcde511
http://cgit.osmocom.org/libosmocore/commit/?id=0eb2c5dab2f9ed61c86cafe96363…
commit 0eb2c5dab2f9ed61c86cafe96363cee1936ae552
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 15:03:11 2017 +0200
gsm0503_interleaving: Mark input arguments as 'const *'
The interleaving/deinterleaving functions were missing 'const'
qualifiers on their input data buffers
Change-Id: I2118c34a6353167787b23f877f1d81d60151aaf9
http://cgit.osmocom.org/libosmocore/commit/?id=c663678b26aed636e13b56ab8a22…
commit c663678b26aed636e13b56ab8a220791e268f244
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 14:59:37 2017 +0200
Add doxygen documentation to libosmocoding
This adds the minimum amount of API documentation that we should have on
all our code, particularly new code merged into a library.
Change-Id: I526804f64313867913574e50e5b9e9205ad3aa74
http://cgit.osmocom.org/libosmocore/commit/?id=b9946d372cb17c95ef6294499610…
commit b9946d372cb17c95ef629449961004d6e6f12239
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 09:40:16 2017 +0200
gsm0503_{coding,mapping}: Mark input arguments as 'const'
It is generally our coding style to mark pointers to constant input data
as 'const *'. For some reason the gsm0503 coding and mapping was not
adhering to this, so let's bring it into compliance.
Change-Id: Id8731d7ae6171dff94741b6ddbb95ab5f03bfd4e
-----------------------------------------------------------------------
Summary of changes:
Doxyfile.coding.in | 2 +-
include/osmocom/coding/gsm0503_coding.h | 46 ++--
include/osmocom/coding/gsm0503_interleaving.h | 20 +-
include/osmocom/coding/gsm0503_mapping.h | 16 +-
include/osmocom/coding/gsm0503_parity.h | 10 +
include/osmocom/coding/gsm0503_tables.h | 10 +
src/coding/gsm0503_coding.c | 375 +++++++++++++++++++++-----
src/coding/gsm0503_interleaving.c | 127 ++++++++-
src/coding/gsm0503_mapping.c | 19 +-
src/coding/gsm0503_parity.c | 40 +--
src/coding/gsm0503_tables.c | 14 +
11 files changed, 556 insertions(+), 123 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications