libosmocore.git branch pmaier/aoip updated. 0.9.6-166-g237372f

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 11:45:01 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  37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4 (commit)
  discards  0b8a36e0949e992961ba6aec1e553e470a901986 (commit)
  discards  d4b4e7d8ca1c5ebe067cb803dfbd8d02ec8fe1e4 (commit)
  discards  5a549d7122f7a483e1a5d355bcb2a1d76c5e2e5f (commit)
  discards  96ceed58c2f513166e4cec398716eae35acc746b (commit)
       via  237372f9cf4f58e563e30e9c0a9ededb9cc600b3 (commit)
       via  10474cb4bd961fef4f788752f0db4a59611cb3db (commit)
       via  74ac24a49516d95914d90444e62dd9eac1edd408 (commit)
       via  04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba (commit)
       via  22281de99bcafbdb67471214db7afaf7c7949bfc (commit)
       via  58e8088ddd1c4821c70b5632c859fc2fe7340d3d (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 (37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4)
            \
             N -- N -- N (237372f9cf4f58e563e30e9c0a9ededb9cc600b3)

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=237372f9cf4f58e563e30e9c0a9ededb9cc600b3

commit 237372f9cf4f58e563e30e9c0a9ededb9cc600b3
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=10474cb4bd961fef4f788752f0db4a59611cb3db

commit 10474cb4bd961fef4f788752f0db4a59611cb3db
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=74ac24a49516d95914d90444e62dd9eac1edd408

commit 74ac24a49516d95914d90444e62dd9eac1edd408
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=04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba

commit 04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba
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=22281de99bcafbdb67471214db7afaf7c7949bfc

commit 22281de99bcafbdb67471214db7afaf7c7949bfc
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=58e8088ddd1c4821c70b5632c859fc2fe7340d3d

commit 58e8088ddd1c4821c70b5632c859fc2fe7340d3d
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      |  11 ++++
 include/osmocom/gsm/protocol/gsm_08_08.h |  14 +++++
 src/gsm/gsm0808_utils.c                  | 102 +++++++++++++++++++++++++++++--
 src/gsm/libosmogsm.map                   |   2 +
 tests/gsm0808/gsm0808_test.c             | 100 ++++++++++++++++++++++++++++--
 5 files changed, 218 insertions(+), 11 deletions(-)


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



More information about the osmocom-commitlog mailing list