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 8b1a2f8cd7a81c6b8c7cdb0963dcf89de7c46100 (commit)
from 70fdd24d04a37217724ec8f12873e292b10e5e4d (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=8b1a2f8cd7a81c6b8c7cdb0963dcf89d…
commit 8b1a2f8cd7a81c6b8c7cdb0963dcf89de7c46100
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 15 14:59:20 2017 +0200
bsc_init: Forget which SIs are valid for the trx
Previously the SI generation lead to setting the BCCH SIs for all TRX in
a multi-trx setup. This is because we create the SIs globally but
si_valid appears to be limited to the 'current' trx. Warn if we attempt
to set SIs for the BCCH on a trx that does not have a BCCH.
Change-Id: Ie0e288252a2e7709c4dae16b96a0b1512278847f
Tweaked-by: Max <msuraev(a)sysmocom.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 5 ++---
openbsc/src/libbsc/abis_rsl.c | 9 +++++++--
openbsc/src/libbsc/bsc_init.c | 6 ++++--
3 files changed, 13 insertions(+), 7 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)