libosmocore.git branch pmaier/aoip updated. 0.9.6-169-g8b38d88

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 15:40:52 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  19b593fb0be6993365a0d15f35f4870a6367eeec (commit)
  discards  1e61e87b967e6ef54f8913b2e91cb7fd8e687ee9 (commit)
       via  8b38d88f356e66d58cfd1ed74f76e2d951807ae1 (commit)
       via  b3b08185294d3a3900078ee70c56edd812514234 (commit)
       via  536282984685c0ab136f175860aa42524f92500d (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 (19b593fb0be6993365a0d15f35f4870a6367eeec)
            \
             N -- N -- N (8b38d88f356e66d58cfd1ed74f76e2d951807ae1)

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=8b38d88f356e66d58cfd1ed74f76e2d951807ae1

commit 8b38d88f356e66d58cfd1ed74f76e2d951807ae1
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Mar 29 17:37:55 2017 +0200

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

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

commit b3b08185294d3a3900078ee70c56edd812514234
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=536282984685c0ab136f175860aa42524f92500d

commit 536282984685c0ab136f175860aa42524f92500d
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.

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

Summary of changes:
 include/osmocom/gsm/gsm0808.h |  3 +++
 src/gsm/gsm0808.c             | 61 +++++++++++++++++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map        |  1 +
 tests/gsm0808/gsm0808_test.c  | 48 ++++++++++++++++++++++++++++++++--
 tests/gsm0808/gsm0808_test.ok |  1 +
 5 files changed, 112 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list