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 70fdd24d04a37217724ec8f12873e292b10e5e4d (commit)
from 9b97b007dfe96b8a74932ab101d5e341b5796f75 (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=70fdd24d04a37217724ec8f12873e292…
commit 70fdd24d04a37217724ec8f12873e292b10e5e4d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 15 15:10:53 2017 +0200
Update SI data structures and generation
To support segmented SI2quater as per 3GPP TS 44.018 we'll have to
support multiple SI messages (up to 16 for SI2q) for a given type in
contrast to existing 1:1 mapping:
* expand storage space to hold up to 16 SI messages (spec limit)
* add assertions for budget calculations
* generate multiple SI2q messages
* adjust SI2q-related tests
* use precise check for number of SIq messages instead of approximate
estimation
Change-Id: Ic516ec9f0b821557d9461ae9f1c0afdd786f3b05
Related: OS#1660
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 7 ++
openbsc/include/openbsc/gsm_data_shared.h | 16 +--
openbsc/include/openbsc/system_information.h | 2 +
openbsc/src/libbsc/bsc_init.c | 6 +-
openbsc/src/libbsc/bsc_vty.c | 78 ++++++--------
openbsc/src/libbsc/rest_octets.c | 80 ++++++++------
openbsc/src/libbsc/system_information.c | 152 ++++++++++++++++++---------
openbsc/tests/gsm0408/gsm0408_test.c | 78 +++++++++++---
openbsc/tests/gsm0408/gsm0408_test.ok | 100 +++++++++++++++---
9 files changed, 354 insertions(+), 165 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)