libosmocore.git branch master updated. 0.9.0-165-g92db150

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
Tue May 31 10:12:07 UTC 2016


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  92db150488bdadf6577a4968feabd5a3ab694c5e (commit)
      from  adef12a3497d14aafe677b77b468b952f4c6b5d5 (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=92db150488bdadf6577a4968feabd5a3ab694c5e

commit 92db150488bdadf6577a4968feabd5a3ab694c5e
Author: Max <msuraev at sysmocom.de>
Date:   Wed May 25 18:13:51 2016 +0200

    Add helper functions for AMR codec
    
    * add functions to encode/decode various codec paramters from RTP payload with
      AMR frame according to RFC 4867
    * those functions are extended version based on code from osmo-bts'
      amr.c by Andreas Eversberg
    * add corresponding enum types and strings for logging
    * add regression tests
    
    It's useful both to replace manual parsing in osmo-bts with fuctions
    covered by test suite and as a debugging helpers for issues related to
    AMR.
    
    Change-Id: Ia217679a07d3fbc970f435e20f6eac33d34bd597
    Related: OS#1562
    Reviewed-on: https://gerrit.osmocom.org/118
    Tested-by: Jenkins Builder
    Reviewed-by: Holger Freyther <holger at freyther.de>

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

Summary of changes:
 .gitignore                    |   1 +
 include/osmocom/codec/codec.h |  31 ++++++++++++
 src/codec/Makefile.am         |   2 +-
 src/codec/gsm690.c            | 106 ++++++++++++++++++++++++++++++++++++++++++
 tests/Makefile.am             |   7 ++-
 tests/codec/codec_test.c      |  86 ++++++++++++++++++++++++++++++++++
 tests/codec/codec_test.ok     |   9 ++++
 tests/testsuite.at            |   7 ++-
 8 files changed, 245 insertions(+), 4 deletions(-)
 create mode 100644 tests/codec/codec_test.c
 create mode 100644 tests/codec/codec_test.ok


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



More information about the osmocom-commitlog mailing list