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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 3deaa025077bef9f4b3877d3d959934533709109 (commit)
via 45164a2b45e5eb6ea04137ede3a4b79eedce6c0f (commit)
from 9f6760de2cf3166c169ba4018144e2cd95fafaff (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=3deaa025077bef9f4b3877d3d9599345…
commit 3deaa025077bef9f4b3877d3d959934533709109
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jul 15 23:56:12 2017 +0200
RSL: Allow disabling of BCCH/SACCH filling for given SI type
If we want to instruct the BTS to stop sending a given SI, we must be
able to send the respective BCCH INFO / SACCH FILLING with a header but
without any L3 data IE. This patch enables the related functions to do
this whenever their data argument points to NULL.
Change-Id: I88b85614951a108574f05db3b706884afe7e87a9
http://cgit.osmocom.org/openbsc/commit/?id=45164a2b45e5eb6ea04137ede3a4b79e…
commit 45164a2b45e5eb6ea04137ede3a4b79eedce6c0f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jul 15 22:52:01 2017 +0200
Fix regression causing loss of static system-information messages
In commit 8b1a2f8cd7a81c6b8c7cdb0963dcf89de7c46100 we started to
initialize bts->si_valid to 0. This means we are skipping the manually
configured static system information.
Instead, we have to initialize bts->si_valid to bts->si_mode_static,
i.e. start with those that are static and not to be auto-generated.
Found while developing
http://git.osmocom.org/osmo-ttcn3-hacks/tree/sysinfo
Change-Id: Iab9cc93cf6d54560a72cc393cc3721a8d10e04bf
Closes: #2367
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 12 ++++++++----
openbsc/src/libbsc/bsc_init.c | 4 ++--
2 files changed, 10 insertions(+), 6 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)