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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 960dd993cdc16d9e268f83f5c7ca294a96a5048f (commit)
from 20363d165e4979ee74054bfbbc0419184e9846f8 (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/osmo-bts/commit/?id=960dd993cdc16d9e268f83f5c7ca294…
commit 960dd993cdc16d9e268f83f5c7ca294a96a5048f
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 24 12:42:25 2016 +0100
TRX: prevent segfault upon phy init
Previously if multiply phy instances were configured but not used
osmo-bts-trx would segfault. Terminate with clear error message instead
so user can correct configuration. Example configuration which caused
problem:
...
phy 0
instance 0
instance 1
...
trx 0
phy 0 instance 0
Note the 2nd instance of phy 0 which is not used in trx later on.
Change-Id: Id979506731ea92401458f1060e87aeb690901539
-----------------------------------------------------------------------
Summary of changes:
src/common/scheduler.c | 3 +++
src/osmo-bts-trx/l1_if.c | 17 ++++++++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)