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 236269397ed56a76a70699b3167ee3050844811a (commit)
from d49915eccff46c9ff6c1549b35cc0c9d3fe81abe (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=236269397ed56a76a70699b3167ee30…
commit 236269397ed56a76a70699b3167ee3050844811a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 10 14:05:29 2017 +0200
Fix multiple SI2q reception
Previously the received SI was copied to si_buf unconditionally which
means that the first SI2q message is always overwritten be the last one.
Fix it moving check for SI2q ahead of generic code and moving generic
copy into else branch of SI2q check.
Change-Id: Ib8031d2f0e00368283a40b4aadb3eea616038d04
Related: OS#2357
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)