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 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e (commit)
from 9dd3bf0cb4e780b54772f4abe1e2966b09f99301 (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=32e5641dbbfd91b650a9ec8cf62d…
commit 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 16 14:58:00 2017 +0200
Add functions for extended RACH coding
Add support for extended RACH (11 bit) according 3GPP TS 45.003 §5.3.2:
* convolutional code with puncturing
* encoding/decoding routines
* corresponding tests
Change-Id: I85a34a82d5cd39a594ee89d91a2338226066ab5d
Related: OS#1548
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/coding/gsm0503_coding.h | 7 +-
src/coding/gsm0503_coding.c | 80 +-
src/coding/libosmocoding.map | 2 +
src/gsm/libosmogsm.map | 1 +
tests/coding/coding_test.c | 41 +-
tests/coding/coding_test.ok | 30720 ++++++++++++++++++++++++++++++
tests/conv/conv_gsm0503_test.ok | 8 +
utils/conv_codes_gsm.py | 11 +-
9 files changed, 30850 insertions(+), 21 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 8f12047157b55fe3997f686efec26f2a54ea3242 (commit)
via 4a43618332b2bc988f296adeb4470281c88aacc3 (commit)
from 4848c2c4450e15360de5e4b27dc41c757ffc57ae (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-bts/commit/?id=8f12047157b55fe3997f686efec26f2…
commit 8f12047157b55fe3997f686efec26f2a54ea3242
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Dec 6 17:15:31 2017 +0100
cosmetic: tests/agch: remove unused var "static_ilv"
remove unused const variable "static_ilv" from unit test "agch"
Change-Id: Ie724e2e5875020aa835b4cd57ab96966aee283e1
http://cgit.osmocom.org/osmo-bts/commit/?id=4a43618332b2bc988f296adeb447028…
commit 4a43618332b2bc988f296adeb4470281c88aacc3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Dec 6 17:15:00 2017 +0100
cosmetic: tests/power: remove unused var "ret"
remove unused variable "ret" in unit test "power"
Change-Id: Ied484e3e2d3006eb0f03516ceaed3e0e802d51e4
-----------------------------------------------------------------------
Summary of changes:
tests/agch/agch_test.c | 4 ----
tests/power/power_test.c | 1 -
2 files changed, 5 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 4848c2c4450e15360de5e4b27dc41c757ffc57ae (commit)
from 33942ed156413fc0cf69df0fbefccab95d08984d (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-bts/commit/?id=4848c2c4450e15360de5e4b27dc41c7…
commit 4848c2c4450e15360de5e4b27dc41c757ffc57ae
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 11 13:13:28 2017 +0100
Fix malformed Resource Indication packet
Wireshark was showing a Malformed packet alert, and further
ivnestigation showed that "Resource Information" TLV was missing in the
packet. See GSM 08.58 sections 8.6.1 and 9.3.21 for more information.
Indicating interference level is not yet implemented, but at least now
we avoid sending a malformed packet.
Patch has been validated against a running setup with wireshark in my local PC.
Related: OS#2735
Change-Id: Ie97170811aaf8a089febfa20380ab48ea174056a
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 33942ed156413fc0cf69df0fbefccab95d08984d (commit)
from 4b4c2ec4b324b94b0a4f6b4c36a68bfc60bfce3d (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-bts/commit/?id=33942ed156413fc0cf69df0fbefccab…
commit 33942ed156413fc0cf69df0fbefccab95d08984d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Dec 6 14:37:33 2017 +0100
cosmetic: tests/Makefile.am: remove excess whitespace
Change-Id: I7090d46ae72183014e6c74d6ddb240af8d66e0b4
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 "SCCP Library".
The branch, master has been updated
via 6cd8d1243711f4de2f1314c7b87b972572cdec4e (commit)
from 9af7028ebe72bb5bf47713f11b4e111ed83c0693 (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-sccp/commit/?id=6cd8d1243711f4de2f1314c7b87…
commit 6cd8d1243711f4de2f1314c7b87b972572cdec4e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Dec 10 22:35:08 2017 +0100
Allocate SCCP user primitives with headroom
In I19cb83302aaa404ab1a2d92e6f2aec43d0380426 I set the headroom of
msgb's for SCCP User primitives to zero, assuming that we wouldn't
need any headroom in those primitives.
According to pespin, osmo-msc however needs this headroom:
DLSCCP <002e> sccp_user.c:156 Delivering N-CONNECT.indication to SCCP User 'OsmoMSC-A'
msgb(0xadfba0): Not enough headroom msgb_push (0 < 264)
So let's make sure the new SCCP User primitives are allocated with the
same headroom, just like before I19cb83302aaa404ab1a2d92e6f2aec43d0380426.
Change-Id: I92d7648f8ffd034341e2f12aa79dd3d16ec3a98d
-----------------------------------------------------------------------
Summary of changes:
src/sccp_helpers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SCCP Library
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 9dd3bf0cb4e780b54772f4abe1e2966b09f99301 (commit)
from 893979cb08848aed23cc542ca73db8ce268143aa (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=9dd3bf0cb4e780b54772f4abe1e2…
commit 9dd3bf0cb4e780b54772f4abe1e2966b09f99301
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Feb 29 08:49:22 2016 -0500
Fix malformed Abis/RSL messages with extra L3 Information field
Some Abis/RSL messages such as "Release Indication" contained 3 extra
bytes from an L3 Information header which should not be there according
to specs in GSM 08.58 (section 8.3 "Radio link layer management
messages"). Other RSL messages were affected by the same issue, except
for "Establish Indication", which had already a workaround in
send_rslms_dlsap.
This commit fixes the issue in a generic way, removes the "Establish
Indication" and fixes the test accounting for the bug, as it otherwise
fails after applying the changes.
Fixes: OS#1635, OS#2336
Change-Id: Ibb116214e8b1798d65a8b0917150496a3c14f344
-----------------------------------------------------------------------
Summary of changes:
src/gsm/lapd_core.c | 4 +---
src/gsm/lapdm.c | 5 -----
tests/lapd/lapd_test.c | 8 +-------
tests/lapd/lapd_test.ok | 2 +-
4 files changed, 3 insertions(+), 16 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 4b4c2ec4b324b94b0a4f6b4c36a68bfc60bfce3d (commit)
from 62b575db671f2ae1856a058611f1b1304e5cad68 (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-bts/commit/?id=4b4c2ec4b324b94b0a4f6b4c36a68bf…
commit 4b4c2ec4b324b94b0a4f6b4c36a68bfc60bfce3d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Dec 8 18:34:52 2017 +0100
bts-trx: Avoid enqueueing consecutive duplicate messages to TRX
While debugging other protocol/timing issues between osmobts-trx and osmo-trx,
I found that sometimes two consecutives "POWER OFF" commands are
enqueued and sent to osmo-trx.
There's no point in doing so, as the write queue already maintains state
and retries the command until a RSP is received, then goes for the next
one.
With this change we hence improve timing response as we don't need to
wait for the second command to be processed, and on top we get cleaner
logs and simplified states which are easier to debug.
Change-Id: Ib6a5e7bfac8bc5e1b372da6a1f801c07a3d5ebb7
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/trx_if.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 893979cb08848aed23cc542ca73db8ce268143aa (commit)
from a99e110106cb1d2a7b25d74585e704c1bd73db76 (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=893979cb08848aed23cc542ca73d…
commit 893979cb08848aed23cc542ca73db8ce268143aa
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Thu Mar 2 10:45:53 2017 -0500
Fix LAPD UA msgb memory leak.
Change-Id: Ia4f0606810e00aa6f1779d11893e4acc01976f9a
-----------------------------------------------------------------------
Summary of changes:
src/gsm/lapd_core.c | 3 +++
1 file changed, 3 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 "Osmocom code for Iuh interface".
The branch, master has been updated
via accb78000b6161d5f76eae24e625c01533001b89 (commit)
from b593969dd790722935949191ef06226141b9d9fa (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=accb78000b6161d5f76eae24e625c01…
commit accb78000b6161d5f76eae24e625c01533001b89
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Dec 4 15:24:32 2017 +0100
osmo-hnbgw: don't configure specific local IP address for STP connection
It's not necessary to set a local IP to connect to OsmoSTP with, 'any' is as
good as any.
Related: OS#2663
Change-Id: If5d0a1500de5e2c4b80acf025761d0264a8a51a0
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw.c | 3 +--
1 file changed, 1 insertion(+), 2 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 "UNNAMED PROJECT".
The branch, master has been updated
via 39eb95f1307895cbd67d860f15931f66fd384aca (commit)
from cea806e5b9bf7f6c4bdd15520c5914f320fe92f0 (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-pcu/commit/?id=39eb95f1307895cbd67d860f15931f6…
commit 39eb95f1307895cbd67d860f15931f66fd384aca
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 6 13:13:34 2017 +0100
vty: print class and TBFs for each MS
It's handy for troubleshooting to get quick overview of per-MS TBF
allocations and MS [EGPRS] classes.
Change-Id: Ie79c20f86da6db4565654b0f5856f4fddd83ef96
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty_functions.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT