libosmocore.git branch pmaier/aoip updated. 0.9.6-173-gef9a2d6

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
Tue Apr 4 12:37:02 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  e65c72e153bbea4875f148af22732e37b97cc28f (commit)
  discards  42b5174bb1a009a8e00a7e74cf5ea8ceb2e96edf (commit)
  discards  572ed619e9c8d5998a7648a4f583ddc0120d8b2a (commit)
  discards  164b52e2582e7924654147eef4ee65fab2e68642 (commit)
  discards  6505bc5b020886728193f70596b1d059f9da3e70 (commit)
  discards  5edf07e6f336fad317265238146f1d421f07bd97 (commit)
  discards  49cc026c4e0078e136e9a201404104dce3f1314e (commit)
  discards  02d7f7bc44c024cd9736bb9a7144f00dd0a1ad04 (commit)
  discards  3bf45a39733d6654c8f983260209a6cee015ce27 (commit)
       via  ef9a2d6b0d1d23f3de8c11518bce82fcc3fb37dd (commit)
       via  8ef5eb36863f757bfed24f7a678f9f79b1a55402 (commit)
       via  e77ec2d0406202825c0cac654552b7619c8e0920 (commit)
       via  1dfdfa546d22f7e218a0dec85644a93d5fe00d45 (commit)
       via  271103cf55b157b62532afdeccddc7c164c869a7 (commit)
       via  20cc2cd2fe4d60ee1d934a2de9da91b5b08b8343 (commit)
       via  78bf1fdd2b6ddfdcb67cad1d3346eb50cb529da7 (commit)
       via  0dcb071ff5bf6c56c668531a2df6cb63bdcf186d (commit)
       via  bcfb53d12ecc6d25b224071db9e92d33bdffd153 (commit)
       via  059c40476ca7c425736825d2a479d1a4b64ce603 (commit)
       via  62d3296c145e88c9788274bbbf7b15bfe10b9ffd (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 (e65c72e153bbea4875f148af22732e37b97cc28f)
            \
             N -- N -- N (ef9a2d6b0d1d23f3de8c11518bce82fcc3fb37dd)

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

commit ef9a2d6b0d1d23f3de8c11518bce82fcc3fb37dd
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Mar 29 17:53:43 2017 +0200

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

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

commit 8ef5eb36863f757bfed24f7a678f9f79b1a55402
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.
    
    Change-Id: I9afecf0109305ca5153bf081bb29cd94071dd2b7

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

commit e77ec2d0406202825c0cac654552b7619c8e0920
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.
    
    Change-Id: I8eb1c357860c3e740b0f5d17e1c256bc87920958

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

commit 1dfdfa546d22f7e218a0dec85644a93d5fe00d45
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.
    
    Change-Id: I625245dd1dd396fc2bc189e8cd2c444a33042528

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

commit 271103cf55b157b62532afdeccddc7c164c869a7
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.
    
    Change-Id: I8262050a9d9fd3f17462cfbb046c6e034dccc6fb

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

commit 20cc2cd2fe4d60ee1d934a2de9da91b5b08b8343
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.
    
    Change-Id: Id0e2164d84b8cbcc6fe6a090fc7f40a1251421d7

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

commit 78bf1fdd2b6ddfdcb67cad1d3346eb50cb529da7
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
    
    Change-Id: I77f866abec1822d19871052f3c647ad782785b34

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

commit 0dcb071ff5bf6c56c668531a2df6cb63bdcf186d
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.
    
    Change-Id: I0e1e2edf47adaa45b22d4b0bcae3640dba7ca200

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

commit bcfb53d12ecc6d25b224071db9e92d33bdffd153
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.
    
    Change-Id: I57933b0a06a3f54ec2a41e6ecb6ced9fbbc89332

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

Summary of changes:
 include/osmocom/core/logging.h |  6 +++++-
 src/logging.c                  | 20 ++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list