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