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 fbe194807026906bc1f7fe8365efcebe9e3f160a (commit)
discards 8b38d88f356e66d58cfd1ed74f76e2d951807ae1 (commit)
discards b3b08185294d3a3900078ee70c56edd812514234 (commit)
discards 536282984685c0ab136f175860aa42524f92500d (commit)
discards 6419635b322cf25f9d7a4b1dffc016942ad41457 (commit)
discards 5fff76a1298b3ed6418e0e52bf75905f25972745 (commit)
discards 5e216c86f2967321e8e91ad65ef8660d4acd5e90 (commit)
discards 4b0733a39401b096b55fbf2ed9c242beb52ed979 (commit)
discards 00a1eb4deb90081fa33dcb9145ce67b460baa042 (commit)
via 3753eced734936930099959b050f26ae5c2ad1bf (commit)
via 4edbe31b6063fd284088f79d9160184493c294f6 (commit)
via 12893f51ff17b52bc162ea4b7c08cd7c40d9e1b2 (commit)
via 907b630a1746c6f69d1a0596a4c3ef3c1343524e (commit)
via 20ae03057c07ce7fda836f8121bf915d9d15a1ce (commit)
via 0d7b72464071cbeaca00b08146058c6b7f9e35a3 (commit)
via 0c9bb5b442ebb2b9ce6d9c58472eb29f6fe684ad (commit)
via 55173dc055fef646747f1e59bb9c0e7feceae822 (commit)
via e18c1e0ae5a6b1554a58cbfc5010912edfc3cd59 (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 (fbe194807026906bc1f7fe8365efcebe9e3f160a)
\
N -- N -- N (3753eced734936930099959b050f26ae5c2ad1bf)
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=3753eced734936930099959b050f…
commit 3753eced734936930099959b050f26ae5c2ad1bf
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.
http://cgit.osmocom.org/libosmocore/commit/?id=4edbe31b6063fd284088f79d9160…
commit 4edbe31b6063fd284088f79d9160184493c294f6
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.
http://cgit.osmocom.org/libosmocore/commit/?id=12893f51ff17b52bc162ea4b7c08…
commit 12893f51ff17b52bc162ea4b7c08cd7c40d9e1b2
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.
http://cgit.osmocom.org/libosmocore/commit/?id=907b630a1746c6f69d1a0596a4c3…
commit 907b630a1746c6f69d1a0596a4c3ef3c1343524e
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.
http://cgit.osmocom.org/libosmocore/commit/?id=20ae03057c07ce7fda836f8121bf…
commit 20ae03057c07ce7fda836f8121bf915d9d15a1ce
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.
http://cgit.osmocom.org/libosmocore/commit/?id=0d7b72464071cbeaca00b0814605…
commit 0d7b72464071cbeaca00b08146058c6b7f9e35a3
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.
http://cgit.osmocom.org/libosmocore/commit/?id=0c9bb5b442ebb2b9ce6d9c58472e…
commit 0c9bb5b442ebb2b9ce6d9c58472eb29f6fe684ad
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
http://cgit.osmocom.org/libosmocore/commit/?id=55173dc055fef646747f1e59bb9c…
commit 55173dc055fef646747f1e59bb9c0e7feceae822
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.
http://cgit.osmocom.org/libosmocore/commit/?id=e18c1e0ae5a6b1554a58cbfc5010…
commit e18c1e0ae5a6b1554a58cbfc5010912edfc3cd59
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.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_08_08.h | 11 +++++---
src/gsm/gsm0808_utils.c | 46 +++++++++++++++++++-------------
tests/gsm0808/gsm0808_test.c | 10 ++++---
3 files changed, 41 insertions(+), 26 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 240fdfeefb21be1b1f524e3774a8a97c22b07943 (commit)
via fbe194807026906bc1f7fe8365efcebe9e3f160a (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 (240fdfeefb21be1b1f524e3774a8a97c22b07943)
\
N -- N -- N (fbe194807026906bc1f7fe8365efcebe9e3f160a)
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=fbe194807026906bc1f7fe8365ef…
commit fbe194807026906bc1f7fe8365efcebe9e3f160a
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.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808.h | 10 +++---
src/gsm/gsm0808.c | 77 +++++++++++++++++++++++++++++++++++++++++--
tests/gsm0808/gsm0808_test.c | 51 ++++++++++++++++++++++++++++
tests/gsm0808/gsm0808_test.ok | 1 +
4 files changed, 131 insertions(+), 8 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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
via 240fdfeefb21be1b1f524e3774a8a97c22b07943 (commit)
from 8b38d88f356e66d58cfd1ed74f76e2d951807ae1 (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=240fdfeefb21be1b1f524e3774a8…
commit 240fdfeefb21be1b1f524e3774a8a97c22b07943
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 29 17:53:43 2017 +0200
WIP
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808.h | 5 +++++
src/gsm/gsm0808.c | 9 +++++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 15 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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=8b38d88f356e66d58cfd1ed74f76…
commit 8b38d88f356e66d58cfd1ed74f76e2d951807ae1
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.
http://cgit.osmocom.org/libosmocore/commit/?id=b3b08185294d3a3900078ee70c56…
commit b3b08185294d3a3900078ee70c56edd812514234
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.
http://cgit.osmocom.org/libosmocore/commit/?id=536282984685c0ab136f175860aa…
commit 536282984685c0ab136f175860aa42524f92500d
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.
-----------------------------------------------------------------------
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
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 "Osmocom code for Iuh interface".
The branch, master has been updated
via c23c4fe06c543648a7c7dc429ce50f5cf79abe3a (commit)
from 2c45e9082afada5249a7347a35bd8812a88b5aa7 (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/osmo-iuh/commit/?id=c23c4fe06c543648a7c7dc429ce50f5…
commit c23c4fe06c543648a7c7dc429ce50f5cf79abe3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 29 17:07:02 2017 +0200
doc: fix osmo-hnbgw.cfg example
'bind' was changed to local-ip in 39ee92606213a9fd36b10183bb461fa6e2d3a407
The 'logging all everything' is known to not work, use 'all debug' instead.
Fix indenting of the 'log' items.
Change-Id: Ie7828073a4b4a5555f418246b20588e903ef4135
-----------------------------------------------------------------------
Summary of changes:
doc/examples/osmo-hnbgw.cfg | 43 ++++++++++++++++++-------------------------
1 file changed, 18 insertions(+), 25 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, vlr_3G has been updated
discards ed868ec1e68de7a359ae5c1bd8147e2524f0bb11 (commit)
discards 33f428ed51165a2e3da2d6ed95ddd2ae47787a30 (commit)
discards ef86d12d62695148154b6099812867464806a66c (commit)
discards b42b32736912acf7a178dec6a00efebdbd6feaad (commit)
via 2e8ecf3af3c1ffab29357f45e4576b2d3b9268e4 (commit)
via 581ffc9d7bee9b6ea238fc2014007aab4cbe5315 (commit)
via 0aae05474790bf1d3b4d7ce369611892873443b5 (commit)
via a2697738cc08e2e6528c09bb7775f1793cff37b8 (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 (ed868ec1e68de7a359ae5c1bd8147e2524f0bb11)
\
N -- N -- N (2e8ecf3af3c1ffab29357f45e4576b2d3b9268e4)
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/openbsc/commit/?id=2e8ecf3af3c1ffab29357f45e4576b2d…
commit 2e8ecf3af3c1ffab29357f45e4576b2d3b9268e4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=581ffc9d7bee9b6ea238fc2014007aab…
commit 581ffc9d7bee9b6ea238fc2014007aab4cbe5315
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Mar 10 02:15:20 2017 +0100
log protocol discriminators and message types by name
Depends: libosmocore change-id I0fca8e95ed5c2148b1a7440eff3fc9c7583898df
Change-Id: If1c49faf6e1757cb16b383dd2db87b48bc94eee6
http://cgit.osmocom.org/openbsc/commit/?id=0aae05474790bf1d3b4d7ce369611892…
commit 0aae05474790bf1d3b4d7ce369611892873443b5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Mar 16 16:14:34 2017 +0100
mgcp: hack RAB success from nano3G: patch first RTP payload
The ip.access nano3G needs the first RTP payload's first two bytes to read hex
'e400', or it will reject the RAB assignment. Add flag
patched_first_rtp_payload to mgcp_rtp_state to detect the first RTP payload on
a stream, and overwrite its first bytes with e400. This should probably be
configurable, but seems to not harm other femto cells (as long as we patch only
the first RTP payload in each stream). Only do this when sending to the BTS
side.
Change-Id: I31a4475f42d59fd5704d52ee6e473e270db6d779
http://cgit.osmocom.org/openbsc/commit/?id=a2697738cc08e2e6528c09bb7775f179…
commit a2697738cc08e2e6528c09bb7775f1793cff37b8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
Implement IuCS (large refactoring and addition)
osmo-nitb becomes osmo-msc
add DIUCS debug log constant
add iucs.[hc]
add msc vty, remove nitb vty
add libiudummy, to avoid linking Iu deps in tests
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
libmgcp: add mgcpgw client API
bridge calls via mgcpgw
mgcp: hack RAB success from nano3G: patch first RTP payload
The ip.access nano3G needs the first RTP payload's first two bytes to read hex
'e400', or it will reject the RAB assignment. Add flag
patched_first_rtp_payload to mgcp_rtp_state to detect the first RTP payload on
a stream, and overwrite its first bytes with e400. This should probably be
configurable, but seems to not harm other femto cells (as long as we patch only
the first RTP payload in each stream). Only do this when sending to the BTS
side.
Change-Id: Ie13ff348117e892d41b8355ab6c24915301eaeaf
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 8 +-
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 1 +
.../osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg | 164 ---------------
.../examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg | 84 --------
.../examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg | 148 --------------
openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg | 56 ------
.../osmo-nitb/nanobts/openbsc-multitrx.cfg | 99 ----------
openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg | 77 --------
.../osmo-nitb/nokia/openbsc_nokia_3trx.cfg | 117 -----------
openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg | 220 ---------------------
.../doc/examples/osmo-nitb/sysmobts/openbsc.cfg | 77 --------
11 files changed, 5 insertions(+), 1046 deletions(-)
delete mode 100644 openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/bs11/openbsc.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/nokia/openbsc_nokia_3trx.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg
delete mode 100644 openbsc/doc/examples/osmo-nitb/sysmobts/openbsc.cfg
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 f398e03d096ff2ea2cfaf10344cc90e3f30cad0a (commit)
discards 798655636bcaa00f6bc5fc443e987be0bc9934b7 (commit)
discards 682106bc2ab321cffbacff8b0778318dd8f19022 (commit)
discards c01db44414f5697af468fe62eea6d649e5c27734 (commit)
discards 04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba (commit)
discards 22281de99bcafbdb67471214db7afaf7c7949bfc (commit)
discards 58e8088ddd1c4821c70b5632c859fc2fe7340d3d (commit)
via 19b593fb0be6993365a0d15f35f4870a6367eeec (commit)
via 1e61e87b967e6ef54f8913b2e91cb7fd8e687ee9 (commit)
via 6419635b322cf25f9d7a4b1dffc016942ad41457 (commit)
via 5fff76a1298b3ed6418e0e52bf75905f25972745 (commit)
via 5e216c86f2967321e8e91ad65ef8660d4acd5e90 (commit)
via 4b0733a39401b096b55fbf2ed9c242beb52ed979 (commit)
via 00a1eb4deb90081fa33dcb9145ce67b460baa042 (commit)
via d78c973cd89fc7c119573357cfbebb891dbc697a (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 (f398e03d096ff2ea2cfaf10344cc90e3f30cad0a)
\
N -- N -- N (19b593fb0be6993365a0d15f35f4870a6367eeec)
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=19b593fb0be6993365a0d15f35f4…
commit 19b593fb0be6993365a0d15f35f4870a6367eeec
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.
http://cgit.osmocom.org/libosmocore/commit/?id=1e61e87b967e6ef54f8913b2e91c…
commit 1e61e87b967e6ef54f8913b2e91cb7fd8e687ee9
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.
http://cgit.osmocom.org/libosmocore/commit/?id=6419635b322cf25f9d7a4b1dffc0…
commit 6419635b322cf25f9d7a4b1dffc016942ad41457
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.
http://cgit.osmocom.org/libosmocore/commit/?id=5fff76a1298b3ed6418e0e52bf75…
commit 5fff76a1298b3ed6418e0e52bf75905f25972745
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.
http://cgit.osmocom.org/libosmocore/commit/?id=5e216c86f2967321e8e91ad65ef8…
commit 5e216c86f2967321e8e91ad65ef8660d4acd5e90
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
http://cgit.osmocom.org/libosmocore/commit/?id=4b0733a39401b096b55fbf2ed9c2…
commit 4b0733a39401b096b55fbf2ed9c242beb52ed979
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.
http://cgit.osmocom.org/libosmocore/commit/?id=00a1eb4deb90081fa33dcb9145ce…
commit 00a1eb4deb90081fa33dcb9145ce67b460baa042
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.
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm0808.c | 20 ++++++++++++++++++++
src/gsm/lapd_core.c | 10 +++++-----
2 files changed, 25 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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=f398e03d096ff2ea2cfaf10344cc…
commit f398e03d096ff2ea2cfaf10344cc90e3f30cad0a
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.
http://cgit.osmocom.org/libosmocore/commit/?id=798655636bcaa00f6bc5fc443e98…
commit 798655636bcaa00f6bc5fc443e987be0bc9934b7
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.
http://cgit.osmocom.org/libosmocore/commit/?id=682106bc2ab321cffbacff8b0778…
commit 682106bc2ab321cffbacff8b0778318dd8f19022
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.
http://cgit.osmocom.org/libosmocore/commit/?id=c01db44414f5697af468fe62eea6…
commit c01db44414f5697af468fe62eea6d649e5c27734
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.
-----------------------------------------------------------------------
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
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 d78c973cd89fc7c119573357cfbebb891dbc697a (commit)
from 7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7 (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=d78c973cd89fc7c119573357cfbe…
commit d78c973cd89fc7c119573357cfbebb891dbc697a
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Mon Mar 6 14:33:20 2017 -0500
Fix LAPD UA message buffer memory leak.
The state check in lapd_dl_reset causes some buffers
never to be released. Using talloc report LAPD UA
message buffers are never released after each call
and cause a memory leak.
Change-Id: I2799b70623f2ec4dbc725eb213e332e98da02a3e
-----------------------------------------------------------------------
Summary of changes:
src/gsm/lapd_core.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 5e87fdfcabc9cabe0025d7350b7ab31cdc4b6fa3 (commit)
from c42bf19cc5ebb7b675fc14b57a8e3946cbeb5e60 (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/libosmo-abis/commit/?id=5e87fdfcabc9cabe0025d7350b7…
commit 5e87fdfcabc9cabe0025d7350b7ab31cdc4b6fa3
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Mon Mar 6 13:22:37 2017 -0500
Fix RTP jitter buffer that never stop to increase.
Duration passed to osmo_rtp_send_frame_ext function is based
on the last frame and the current one. Duration must then be
added to the timestamp before being transmitted.
Change-Id: I0593d6530c097cca34125a0ae2dd1b019b4dd80d
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library