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 3e2de526b0ec314ac0dbacb58d5004e7aea04dfb (commit)
via 88b2cc30a6a7253c2c4c76178e5727fad48556ca (commit)
via 67d3b8b136a720a0487074c23bc1656f681c94f1 (commit)
from 95d2505e579be07c89022239366ebd71b12450c0 (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=3e2de526b0ec314ac0dbacb58d5004e…
commit 3e2de526b0ec314ac0dbacb58d5004e7aea04dfb
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 9 12:58:29 2017 +0200
cosmetic: remove unused variable
Tha variable ms_timing_offset in lchan_meas_check_compute is not
used anymore.
Change-Id: I40c393f6864fe72b88a70da265b7775da8fb469c
http://cgit.osmocom.org/osmo-bts/commit/?id=88b2cc30a6a7253c2c4c76178e5727f…
commit 88b2cc30a6a7253c2c4c76178e5727fad48556ca
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 9 12:10:19 2017 +0200
sysmobts: normalize frame number in measurement indication
The higher layers relay on a normalized version of frame number
in order to detect the end of a measurement period.
The frame number on which the measurement reports are sent may
depend on the phy, so we need to normalize the frame number
before we report it to the higher layers.
Change-Id: I90bd01479e41f04a6b0aefe3845d071e3148d0c6
http://cgit.osmocom.org/osmo-bts/commit/?id=67d3b8b136a720a0487074c23bc1656…
commit 67d3b8b136a720a0487074c23bc1656f681c94f1
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 9 12:21:47 2017 +0200
Revert "measurement: exclude idle channels from uplink measurement"
The offsets used in the lookup tables may be phy dependand. So we
will have to do the alignment in the layer 1 interface of the
phy dependand code before we report the frame number up to the
higher layers.
This reverts commit e0fb3ae52d747b26b6487ec67c79eceaf37a125c.
Change-Id: I8acab50cc1bb1cb133831c6a145f4d790e99176c
-----------------------------------------------------------------------
Summary of changes:
src/common/measurement.c | 54 +++++++++++++++++++++-------------------------
src/osmo-bts-sysmo/l1_if.c | 12 +++++++++--
2 files changed, 34 insertions(+), 32 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)