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, ...)