libosmocore.git branch pmaier/aoip updated. 0.9.6-167-gf398e03

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:51:41 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  237372f9cf4f58e563e30e9c0a9ededb9cc600b3 (commit)
  discards  10474cb4bd961fef4f788752f0db4a59611cb3db (commit)
  discards  74ac24a49516d95914d90444e62dd9eac1edd408 (commit)
       via  f398e03d096ff2ea2cfaf10344cc90e3f30cad0a (commit)
       via  798655636bcaa00f6bc5fc443e987be0bc9934b7 (commit)
       via  682106bc2ab321cffbacff8b0778318dd8f19022 (commit)
       via  c01db44414f5697af468fe62eea6d649e5c27734 (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 (237372f9cf4f58e563e30e9c0a9ededb9cc600b3)
            \
             N -- N -- N (f398e03d096ff2ea2cfaf10344cc90e3f30cad0a)

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=f398e03d096ff2ea2cfaf10344cc90e3f30cad0a

commit f398e03d096ff2ea2cfaf10344cc90e3f30cad0a
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=798655636bcaa00f6bc5fc443e987be0bc9934b7

commit 798655636bcaa00f6bc5fc443e987be0bc9934b7
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=682106bc2ab321cffbacff8b0778318dd8f19022

commit 682106bc2ab321cffbacff8b0778318dd8f19022
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=c01db44414f5697af468fe62eea6d649e5c27734

commit c01db44414f5697af468fe62eea6d649e5c27734
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.

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

Summary of changes:
 include/osmocom/gsm/gsm0808.h            |  2 ++
 include/osmocom/gsm/protocol/gsm_08_08.h |  3 ++-
 src/gsm/gsm0808.c                        | 41 ++++++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map                   |  1 +
 tests/gsm0808/gsm0808_test.c             | 40 +++++++++++++++++++++++++++++++
 tests/gsm0808/gsm0808_test.ok            |  1 +
 6 files changed, 87 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list