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 9563039a2a8cba0da1f0a7caf537dd78a56ffbe4 (commit)
from 9d5ec1af749c82515023f16318b40d775c8e795a (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=9563039a2a8cba0da1f0a7caf537dd7…
commit 9563039a2a8cba0da1f0a7caf537dd78a56ffbe4
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Apr 12 14:29:13 2017 +0200
Prepare for extended SI2quater support
SI2quater support as per 3GPP TS 44.018 will require chnages to the way
System Information is stored because it uses 1:n instead of 1:1 mapping
between SI type and generated SI content. This should not affect other
SI types though. To facilitate this transition:
* convert the code to always use GSM_LCHAN_SI helper instead of
accessing buffer directly
* move duplicated code to inline function
* add logging for buffer truncation and corresponding length values
Requires I74e4e3cb86364cec869a1472a41b4a95af0d50dd in OpenBSC.
Change-Id: Ie97be6ead6ce6d2d425fbfac8429bb90afb95acc
Related: RT#8792
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 77 +++++++++++++++++++++++++++-----------------------
src/common/sysinfo.c | 2 +-
tests/misc/misc_test.c | 2 +-
3 files changed, 44 insertions(+), 37 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)