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 9c1d3f9606bee1f8549b95037fba04a9fab534cf (commit)
via 2f028c4e2c29f63df9926435466aa35377947767 (commit)
from 67d8c72c2eab1d13bed3e8ac98338c996bf08df8 (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=9c1d3f9606bee1f8549b95037fba04a…
commit 9c1d3f9606bee1f8549b95037fba04a9fab534cf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 17:09:50 2017 +0200
measurement: Compute measurement results on measurement idication
Computing the measurement results on in l1sap_info_time_ind() all
at once may peak the host CPU. On smaller systems (arm based
sysmobts) this might cause a noticable delay of other important
tasks (e.g. passing l2 messages back and forth) It makes more
sense to compute the measurement results continously when
l1sap_info_meas_ind() is executed.
Change-Id: Iecb9a30c0d716bfc88221cd752b1ffdc74269e30
http://cgit.osmocom.org/osmo-bts/commit/?id=2f028c4e2c29f63df9926435466aa35…
commit 2f028c4e2c29f63df9926435466aa35377947767
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 16:04:37 2017 +0200
measurement: make lchan_meas_check_compute() available to l1sap.c
lchan_meas_check_compute() is a static function measurement.c.
In order to distribute the measurement result calculation events,
we need to be able to call lchan_meas_check_compute() from l1sap.c
Change-Id: Ideffe896613e0feda443bc13dac59dcdbbc605aa
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/measurement.h | 2 ++
src/common/l1sap.c | 9 ++++-----
src/common/measurement.c | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)