libosmocore.git branch master updated. 0.9.6-294-g4703fd2

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
Thu Jun 22 17:08:33 UTC 2017


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  4703fd215f3684a2e7cba46e423512960218ea54 (commit)
       via  884ba0f2bcaf385cabee0b4228a2598d61fa406b (commit)
       via  3149b0d076477303a38df735fe579b1b06ee17b2 (commit)
       via  a9b92769482585b17467008fa0d78085d7b10820 (commit)
       via  bb8396690ec36a912c2134087be8ec61166e4ad2 (commit)
      from  039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8 (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=4703fd215f3684a2e7cba46e423512960218ea54

commit 4703fd215f3684a2e7cba46e423512960218ea54
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jun 16 16:17:19 2017 +0200

    cosmetic: remove API documentation strings in header file
    
    Typically we don't place comments with the function declarations
    in .h files. Not sure why this file has comments for each. The
    API doc belongs in the .c file as proper doxygen comments,
    and shouldn't be duplicated in the .h file.
    
    In this particular case, doxygen comments are added in the
    corresponding c file recently.
    
    Change-Id: I5c4cb55be5ec59a6945b1720b875c5987f1cfaad

http://cgit.osmocom.org/libosmocore/commit/?id=884ba0f2bcaf385cabee0b4228a2598d61fa406b

commit 884ba0f2bcaf385cabee0b4228a2598d61fa406b
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jun 2 13:49:16 2017 +0200

    gsm0808: add function gsm0808_speech_codec_from_chan_type()
    
    The contents of the speech codec element (struct gsm0808_speech_codec),
    that is also used in the speech codec list element (struct
    gsm0808_speech_codec_list) can be generated directly from the
    permitted speech parameter in the channel type field (struct
    gsm0808_channel_type) when full AoIP with compressed speech via
    RTP/UDP/IP is assumed and when the codec configuration on the air
    interface exactly matches the codec configuration on the IP backhaul.
    
    This patch adds a function that can be used as a helper to fill
    out spech codec fields by only giving a permitted speech parameter
    as input.
    
    Change-Id: I257c972e9fdf0dfe940a8d483447085bd62e50a2

http://cgit.osmocom.org/libosmocore/commit/?id=3149b0d076477303a38df735fe579b1b06ee17b2

commit 3149b0d076477303a38df735fe579b1b06ee17b2
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jun 2 13:22:34 2017 +0200

    gsm0808: add function gsm0808_chan_type_to_speech_code()
    
    The permitted speech field used in channel type element (struct
    gsm0808_channel_type) uses a different representation as
    the type field in the speech codec element (struct
    gsm0808_speech_codec)
    
    This patch adds a function to convert from permitted speech to
    speech codec type.
    
    Change-Id: Ib26a9c20864459b2baaa04f49b6e7902ba44b7cb

http://cgit.osmocom.org/libosmocore/commit/?id=a9b92769482585b17467008fa0d78085d7b10820

commit a9b92769482585b17467008fa0d78085d7b10820
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jun 2 11:25:28 2017 +0200

    gsm0808: add default speech codec configuration
    
    In an AoIP scenario, the speech codec list field specifies the
    codecs used in the RTP interface. This patch adds a table
    with default codec configurations that match the codec
    configurations that are also used on the air interface.
    
    Change-Id: I9dc0165d76a022b2c1b7418bc3133407e61b7261

http://cgit.osmocom.org/libosmocore/commit/?id=bb8396690ec36a912c2134087be8ec61166e4ad2

commit bb8396690ec36a912c2134087be8ec61166e4ad2
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Jun 1 17:11:19 2017 +0200

    gsm0808: fix AoIP speech codec element parser/generator
    
    The implementation of the parser/generator for the speech codec
    information element slightly wrong, making it impossible to use
    it properly.
    
    (See also: 3GPP TS 48.008, 3.2.2.103)
    
    Change-Id: Idabb0f9620659557672e1c6b90c75481192e5c89

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

Summary of changes:
 include/osmocom/gsm/gsm0808_utils.h      |  26 +----
 include/osmocom/gsm/protocol/gsm_08_08.h |  23 +++-
 src/gsm/gsm0808_utils.c                  | 191 ++++++++++++++++++++++++++++---
 src/gsm/libosmogsm.map                   |   2 +
 tests/gsm0808/gsm0808_test.c             |  77 ++++++-------
 5 files changed, 235 insertions(+), 84 deletions(-)


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



More information about the osmocom-commitlog mailing list