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 f39d03ad21d8120af847603d9b2ead71b8c4ba43 (commit)
from 1ebf23b7fe631dbafcc2dc4a1e8a8beced4ecc0d (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=f39d03ad21d8120af847603d9b2ead71…
commit f39d03ad21d8120af847603d9b2ead71b8c4ba43
Author: Max <msuraev(a)sysmocom.de>
Date: Fri May 12 17:00:30 2017 +0200
Restructure SI2quater generation
In preparation for extended SI2q messages:
* add SI2q-specific accessor macro
* add *_offset variables to gsm_bts struct
* internalize memory check while generating rest octets - introduce
budget concept (number of bits available in a given message)
* internalize *arfcn_size() functions as they are not needed outside of
si2q_num() anymore
* change rest octets generation to work with gsm_bts struct directly
* do not generate rest octets if no SI2q is necessary
* adjust unit tests accordingly (cosmetic changes only to avoid
regressions)
Requires: I92e12e91605bdab9916a3f665705287572434f74 in libosmocore
Change-Id: Ib554cf7ffc949a321571e1ae2ada1160e1b35fa6
Related: RT#8792
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 9 +-
openbsc/include/openbsc/rest_octets.h | 3 +-
openbsc/include/openbsc/system_information.h | 5 +-
openbsc/src/libbsc/bsc_vty.c | 6 +-
openbsc/src/libbsc/rest_octets.c | 197 +++++++++++++++++----------
openbsc/src/libbsc/system_information.c | 89 +++++++-----
openbsc/tests/gsm0408/gsm0408_test.c | 87 ++++++------
openbsc/tests/gsm0408/gsm0408_test.ok | 8 +-
8 files changed, 241 insertions(+), 163 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)