This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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  6950b191e84c73687f9dc77462ff66cbeaec5686 (commit)
      from  175a4ae93aaf1068b61041dca12962059d65ed55 (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=6950b191e84c73687f9dc77462ff66cbeaec5686
commit 6950b191e84c73687f9dc77462ff66cbeaec5686
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 26 11:48:00 2018 +0100
    coding: Add BER-reporting RACH decode functions
    
    For all other decode operations we report the BER, but not for the
    RACH.  This results in osmo-bts-trx not being able to report BER
    to the higher layers, which is possible on other BTS backends.
    
    Let's close this gap by introducing gsm0503_rach_ext_decode_ber()
    and gsm0503_rach_decode_ber() with the usual n_errors / n_bits_total
    arguments.
    
    Change-Id: I2b1926a37bde860dcfeb0d613eb55a71271928c5
-----------------------------------------------------------------------
Summary of changes:
 include/osmocom/coding/gsm0503_coding.h | 10 +++++--
 src/coding/gsm0503_coding.c             | 46 ++++++++++++++++++++++++++++++---
 src/coding/libosmocoding.map            |  2 ++
 tests/coding/coding_test.c              |  4 +--
 4 files changed, 54 insertions(+), 8 deletions(-)
hooks/post-receive
-- 
An utility library for Open Source Mobile Communications