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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 6f0e50c8337355eb59033903ede9ab6528890835 (commit)
from a18001d50605b0c7d4ae54c812b8766f8e7f5f61 (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/openbsc/commit/?id=6f0e50c8337355eb59033903ede9ab65…
commit 6f0e50c8337355eb59033903ede9ab6528890835
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Apr 12 15:30:54 2017 +0200
Prepare for extended SI2quater support
Supporting SI2quater 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_BTS_SI helper instead of accessing
buffer directly
* make helper more robust by adding extra parenthesis
* add similar helper for gsm_lchan
* add function estimating number of SI2quater message to hold configured
number of (U|E)ARFCNs
* add SI2q index/count fields and pass them to rest_octets generator
explicitly
* internalize buffer access in generate_si* functions
Change-Id: I74e4e3cb86364cec869a1472a41b4a95af0d50dd
Related: RT#8792
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 6 +-
openbsc/include/openbsc/rest_octets.h | 5 +-
openbsc/include/openbsc/system_information.h | 2 +-
openbsc/src/libbsc/bsc_vty.c | 10 ++--
openbsc/src/libbsc/rest_octets.c | 6 +-
openbsc/src/libbsc/system_information.c | 87 +++++++++++++---------------
openbsc/tests/gsm0408/gsm0408_test.c | 5 +-
7 files changed, 60 insertions(+), 61 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)