libosmocore.git branch master updated. 0.10.2-96-g40def49a

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.org
Mon Jan 15 20:12:23 UTC 2018


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  40def49ac4b8babbd1b17c232137ce50a428706b (commit)
      from  c0771d62c19a09608a570a433da5c0c9de6f4884 (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=40def49ac4b8babbd1b17c232137ce50a428706b

commit 40def49ac4b8babbd1b17c232137ce50a428706b
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Sat Dec 16 03:42:15 2017 +0700

    libosmocodec: implement ECU (Error Concealment Unit) for FR
    
    When a bad GSM voice frame is received, it's being replaced
    by a silence frame. This may cause unpleasant audio effects.
    
    This change implements a functionality to craft a replacement
    frame from the last known good frame. Currently, only FR is
    supported, support for other codecs may be added latter.
    
    Change-Id: I06a21f60db01bfe1c2b838f93866fad1d53fdcd1

-----------------------------------------------------------------------

Summary of changes:
 TODO-RELEASE                     |   1 +
 include/Makefile.am              |   1 +
 include/osmocom/codec/ecu.h      |  15 +++
 src/codec/Makefile.am            |   2 +-
 src/codec/ecu_fr.c               | 165 +++++++++++++++++++++++++++++++++
 tests/Makefile.am                |  10 +-
 tests/codec/codec_ecu_fr_test.c  | 146 +++++++++++++++++++++++++++++
 tests/codec/codec_ecu_fr_test.ok | 192 +++++++++++++++++++++++++++++++++++++++
 tests/testsuite.at               |   6 ++
 9 files changed, 535 insertions(+), 3 deletions(-)
 create mode 100644 include/osmocom/codec/ecu.h
 create mode 100644 src/codec/ecu_fr.c
 create mode 100644 tests/codec/codec_ecu_fr_test.c
 create mode 100644 tests/codec/codec_ecu_fr_test.ok


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list