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 6a531ba847b955a926ab376bd610afb16aab38c0 (commit)
discards 95d4cede17d3ce88601e175eadc3720b607755f8 (commit)
discards 485b006427ca4681cdb99a6bfba0d5448b3b7d99 (commit)
discards 2de2db7c07f05ff4987d7df807254f0242d1f0ad (commit)
discards 210836e4a7d3c3c79c0a342cb37643f033060ac9 (commit)
discards 9e69063bd768a35e7b7d44053abc0e3b7d668f0e (commit)
discards f390b01aed2d965d1c70f96903c18c266dc3ec14 (commit)
discards 5e1731a05c745bfc287d5bd8c2fb51dd3fe8c48f (commit)
discards b7ff0cc864d1a186a1bc3e22418e91a64945e610 (commit)
via bd5ebd5c10e4dde24de21bdaa23da7e916301366 (commit)
via 595e1d4ea442e0dd7c262577ad3d54d78a98fa2d (commit)
via f6785e8c99c9056ff490342535061d242f5b1488 (commit)
via b66fdf09b6d7e0bd254af3228fd6aa8fb9826962 (commit)
via afe3454091bd87a4c2520f8ce57cbea5b1f4df84 (commit)
via b39cabdf574bc11f8cd4aac90941d0e05af14502 (commit)
via 7fcbe8c16b9820c23485b0125cf686c4c7fc32b9 (commit)
via 5615e854f4cf76918de18dda1203a921dfd51ed7 (commit)
via 2e976bcd6403e9f684a76dcfb042b46201e66136 (commit)
via d4089f4b072c06610c3301516de86e1ee401e125 (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 (6a531ba847b955a926ab376bd610afb16aab38c0)
\
N -- N -- N (bd5ebd5c10e4dde24de21bdaa23da7e916301366)
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=bd5ebd5c10e4dde24de21bdaa23d…
commit bd5ebd5c10e4dde24de21bdaa23da7e916301366
Author: Philipp Maier <pmaier(a)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=595e1d4ea442e0dd7c262577ad3d…
commit 595e1d4ea442e0dd7c262577ad3d54d78a98fa2d
Author: Philipp Maier <pmaier(a)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=f6785e8c99c9056ff49034253506…
commit f6785e8c99c9056ff490342535061d242f5b1488
Author: Philipp Maier <pmaier(a)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=b66fdf09b6d7e0bd254af3228fd6…
commit b66fdf09b6d7e0bd254af3228fd6aa8fb9826962
Author: Philipp Maier <pmaier(a)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=afe3454091bd87a4c2520f8ce57c…
commit afe3454091bd87a4c2520f8ce57cbea5b1f4df84
Author: Philipp Maier <pmaier(a)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=b39cabdf574bc11f8cd4aac90941…
commit b39cabdf574bc11f8cd4aac90941d0e05af14502
Author: Philipp Maier <pmaier(a)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=7fcbe8c16b9820c23485b0125cf6…
commit 7fcbe8c16b9820c23485b0125cf686c4c7fc32b9
Author: Philipp Maier <pmaier(a)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=5615e854f4cf76918de18dda1203…
commit 5615e854f4cf76918de18dda1203a921dfd51ed7
Author: Philipp Maier <pmaier(a)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=2e976bcd6403e9f684a76dcfb042…
commit 2e976bcd6403e9f684a76dcfb042b46201e66136
Author: Philipp Maier <pmaier(a)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:
contrib/jenkins.sh | 12 +++++++
include/osmocom/gsm/gsm0808_utils.h | 4 +--
src/gsm/gsm0808_utils.c | 68 +++++++++++++++++--------------------
tests/gsm0808/gsm0808_test.c | 56 +++++++++++++++---------------
4 files changed, 72 insertions(+), 68 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications