libosmocore.git branch pmaier/aoip updated. 0.9.6-162-g416417d

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 Mar 27 09:44:45 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, pmaier/aoip has been updated
  discards  9f2a1e8a815b72dd6478180079cfac4a35980c71 (commit)
  discards  642a17d04447a287ff142454cb974a942390e9fd (commit)
       via  416417dbebcc7109aa52ed40a1aa1b976806e34d (commit)
       via  6028d035b00acc3fa3516e63a3cea4d371683332 (commit)
       via  7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7 (commit)
       via  5d994e4f751544475f7b8df9507f0aba357945b9 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (9f2a1e8a815b72dd6478180079cfac4a35980c71)
            \
             N -- N -- N (416417dbebcc7109aa52ed40a1aa1b976806e34d)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=416417dbebcc7109aa52ed40a1aa1b976806e34d

commit 416417dbebcc7109aa52ed40a1aa1b976806e34d
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Mar 24 18:03:17 2017 +0100

    gsm0808: Add utils for Speech Codec List and Speech Codec
    
    The planned support for true A over IP requires the encoding and
    decoding of a so called "Speech Codec Element" element.
    
    This commt adds parsing functionality and tests for the element
    mentioned above, however, it is not yet actively used.

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

commit 6028d035b00acc3fa3516e63a3cea4d371683332
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Mar 24 17:59:26 2017 +0100

    gsm0808: Add utils for AoIP Transport Layer Address
    
    The planned support for true A over IP requires the encoding and
    decoding of a so called "AoIP Transport Layer Address" element.
    
    This commt adds parsing functionality and tests for the element
    mentioned above, however, it is not yet actively used.

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

Summary of changes:
 include/osmocom/gsm/gsm0808_utils.h      |   4 +-
 include/osmocom/gsm/protocol/gsm_12_21.h |   2 +
 src/gsm/abis_nm.c                        | 104 +++++++++++++++++++++++++++++++
 src/gsm/gsm0808_utils.c                  |  60 +++++++++++++++++-
 src/gsm/libosmogsm.map                   |   2 +
 tests/gsm0808/gsm0808_test.c             |  44 +++++++++----
 6 files changed, 201 insertions(+), 15 deletions(-)


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



More information about the osmocom-commitlog mailing list