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, master has been updated
via 15596e2a7f101c5db7454d21aabf16dd3878de15 (commit)
via c6144a24481ecb75621410b144663d20f6e246fd (commit)
via 3d48ec06a94d128ee67ceff738c753d70ffbca30 (commit)
via b478dd38d29b0dfdf9d9c4d6f22ec4a24e4c8fcd (commit)
via 783047e86ec64677f3894bd22576315eee631275 (commit)
via 14e76b9958b6cb93944a991ffaa5125f601f3d20 (commit)
via e0c65301d5786be04cf4731f1cdeed05c4442482 (commit)
via fa896abbb3c18af46aa398d6e6708a275d42a863 (commit)
via 6f725d6da3b488558e78d4ba8dacfecde196f07f (commit)
via 22401433aad9f19074229f00d4f3b091de4804ce (commit)
from f7add0889c80f9f94af9985a752375e13f713cd9 (commit)
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=15596e2a7f101c5db7454d21aabf…
commit 15596e2a7f101c5db7454d21aabf16dd3878de15
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 5 17:55:27 2017 +0200
gsm0808: make gsm0808_create_reset_ack() accessible
The create function to generate the RESET ACKNOWLEDGE
message is not accessible from outside, as it does not
appear in limosmogsm.map. It also has not testcase.
This commit adds gsm0808_create_reset_ack() to the
map file and also adds a testcase.
Change-Id: I82d3411484f82b4a9205d407fa0442244678f183
http://cgit.osmocom.org/libosmocore/commit/?id=c6144a24481ecb75621410b14466…
commit c6144a24481ecb75621410b144663d20f6e246fd
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=3d48ec06a94d128ee67ceff738c7…
commit 3d48ec06a94d128ee67ceff738c753d70ffbca30
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=b478dd38d29b0dfdf9d9c4d6f22e…
commit b478dd38d29b0dfdf9d9c4d6f22ec4a24e4c8fcd
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=783047e86ec64677f3894bd22576…
commit 783047e86ec64677f3894bd22576315eee631275
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=14e76b9958b6cb93944a991ffaa5…
commit 14e76b9958b6cb93944a991ffaa5125f601f3d20
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=e0c65301d5786be04cf4731f1cde…
commit e0c65301d5786be04cf4731f1cdeed05c4442482
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=fa896abbb3c18af46aa398d6e670…
commit fa896abbb3c18af46aa398d6e6708a275d42a863
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=6f725d6da3b488558e78d4ba8dac…
commit 6f725d6da3b488558e78d4ba8dacfecde196f07f
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=22401433aad9f19074229f00d4f3…
commit 22401433aad9f19074229f00d4f3b091de4804ce
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:
include/Makefile.am | 1 +
include/osmocom/gsm/gsm0808.h | 31 +-
include/osmocom/gsm/gsm0808_utils.h | 73 ++++
include/osmocom/gsm/protocol/gsm_08_08.h | 49 +++
src/gsm/Makefile.am | 2 +-
src/gsm/gsm0808.c | 201 +++++++++-
src/gsm/gsm0808_utils.c | 530 +++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 19 +
tests/gsm0808/gsm0808_test.c | 605 +++++++++++++++++++++++++++++++
tests/gsm0808/gsm0808_test.ok | 7 +
10 files changed, 1510 insertions(+), 8 deletions(-)
create mode 100644 include/osmocom/gsm/gsm0808_utils.h
create mode 100644 src/gsm/gsm0808_utils.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications