libosmocore.git branch pmaier/aoip updated. 0.9.6-168-g19b593f

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
Wed Mar 29 13:58:31 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  f398e03d096ff2ea2cfaf10344cc90e3f30cad0a (commit)
  discards  798655636bcaa00f6bc5fc443e987be0bc9934b7 (commit)
  discards  682106bc2ab321cffbacff8b0778318dd8f19022 (commit)
  discards  c01db44414f5697af468fe62eea6d649e5c27734 (commit)
  discards  04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba (commit)
  discards  22281de99bcafbdb67471214db7afaf7c7949bfc (commit)
  discards  58e8088ddd1c4821c70b5632c859fc2fe7340d3d (commit)
       via  19b593fb0be6993365a0d15f35f4870a6367eeec (commit)
       via  1e61e87b967e6ef54f8913b2e91cb7fd8e687ee9 (commit)
       via  6419635b322cf25f9d7a4b1dffc016942ad41457 (commit)
       via  5fff76a1298b3ed6418e0e52bf75905f25972745 (commit)
       via  5e216c86f2967321e8e91ad65ef8660d4acd5e90 (commit)
       via  4b0733a39401b096b55fbf2ed9c242beb52ed979 (commit)
       via  00a1eb4deb90081fa33dcb9145ce67b460baa042 (commit)
       via  d78c973cd89fc7c119573357cfbebb891dbc697a (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 (f398e03d096ff2ea2cfaf10344cc90e3f30cad0a)
            \
             N -- N -- N (19b593fb0be6993365a0d15f35f4870a6367eeec)

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=19b593fb0be6993365a0d15f35f4870a6367eeec

commit 19b593fb0be6993365a0d15f35f4870a6367eeec
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Mar 29 15:50:05 2017 +0200

    gsm0808: Add create functions for CIPHER MODE COMMAND
    
    gsm0808.h/c lacks functionality to generate CIPHER MODE COMMAND messages. These
    messages are required if the code is used in an MSC implementation.
    
    This commit adds a gsm0808_create_cipher() function, that generates an A/AoiP
    CIPHER MODE COMMAND message.

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

commit 1e61e87b967e6ef54f8913b2e91cb7fd8e687ee9
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Mar 29 11:35:50 2017 +0200

    gsm0808: Add utils for Cell Identifier List
    
    The planned support for true A over IP requires the encoding of
    the a Cell Identifier List element (see also BSS_MAP_MSG_PAGING).
    
    This commt adds encoding/decoding functionality and tests for
    the element mentioned above, however, it is not yet actively used.

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

commit 6419635b322cf25f9d7a4b1dffc016942ad41457
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Mar 28 18:36:52 2017 +0200

    gsm0808: Add utils for Encryption Information
    
    The planned support for true A over IP requires the encoding of
    the an Encryption Information element (see also BSS_MAP_MSG_CIPHER_MODE_CMD).
    
    This commt adds encoding/decoding functionality and tests for
    the element mentioned above, however, it is not yet actively used.

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

commit 5fff76a1298b3ed6418e0e52bf75905f25972745
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Mar 28 17:05:40 2017 +0200

    gsm0808: Add utils for Channel Type
    
    The planned support for true A over IP requires the encoding of
    the a Channel Type element (see also ASSIGNMENT REQUEST).
    
    This commt adds encoding/decoding functionality and tests for
    the element mentioned above, however, it is not yet actively used.

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

commit 5e216c86f2967321e8e91ad65ef8660d4acd5e90
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Mar 27 16:55:32 2017 +0200

    gsm0808: Add AoIP specific elements to gsm0808_create_... functions
    
    the classic A implementation in libosmocore lacks support for AoIP
    message elements. This patch adds support for AoIP by adding a set
    of new gsm0808_create_..., which support the missing AoIP message
    elements

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

commit 4b0733a39401b096b55fbf2ed9c242beb52ed979
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=00a1eb4deb90081fa33dcb9145ce67b460baa042

commit 00a1eb4deb90081fa33dcb9145ce67b460baa042
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:
 src/gsm/gsm0808.c   | 20 ++++++++++++++++++++
 src/gsm/lapd_core.c | 10 +++++-----
 2 files changed, 25 insertions(+), 5 deletions(-)


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



More information about the osmocom-commitlog mailing list