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 2a4c5fa2b388e6395b0e5d44bbf7ee60c7a82bcb (commit)
via 4699ebaa266ddfc2aad341a089c2fddbd87ba7b2 (commit)
via 7a6b178fc0af7c90b901db9ec34dd3ff169db042 (commit)
via 53216b5d1f2143b4aad73b41c1db483fa9a0fb42 (commit)
via 50f8165540e112260790769f0428b10cb783f8e8 (commit)
from 61f9158eaffd7f4be76f7a44d803d9ba14988d92 (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=2a4c5fa2b388e6395b0e5d44bbf7ee6…
commit 2a4c5fa2b388e6395b0e5d44bbf7ee60c7a82bcb
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Sat Jun 24 01:08:30 2017 +0200
LC15: properly handle BS-AG-BLKS-RES as received from BSC
Closes: OS#2014
Change-Id: Icf437e621d1991f6185e31a0953773309e2bf5ac
http://cgit.osmocom.org/osmo-bts/commit/?id=4699ebaa266ddfc2aad341a089c2fdd…
commit 4699ebaa266ddfc2aad341a089c2fddbd87ba7b2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 00:36:54 2017 +0200
l1sap: if lchan is in loopback, don't accept incoming RTP
When the lchan is in loopback mode, we loop back all uplink blocks into
downlink blocks. We do not processs any RTP frames for that lchan
anymore. Rather, we discard those RTP frames to avoid mixing
looped-back samples with those received from remote.
Change-Id: I29ef4963e9c491c94c413cbc10436a2388c04d9b
http://cgit.osmocom.org/osmo-bts/commit/?id=7a6b178fc0af7c90b901db9ec34dd3f…
commit 7a6b178fc0af7c90b901db9ec34dd3ff169db042
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 23 18:57:50 2017 +0200
osmo-bts-sysmo/l1_if.c: PH-DATA.ind belongs to L1P, not L1C
L1C is control, while L1P is data primitive.
Change-Id: I5a0ef08df96a67cd25b11eb23c60934011b01c29
http://cgit.osmocom.org/osmo-bts/commit/?id=53216b5d1f2143b4aad73b41c1db483…
commit 53216b5d1f2143b4aad73b41c1db483fa9a0fb42
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 23 21:08:09 2017 +0200
l1sap.c: Factor out function to limit message queue
Change-Id: I0fe0fc6b17cefdbf6b2d9f30ed08306998d30687
http://cgit.osmocom.org/osmo-bts/commit/?id=50f8165540e112260790769f0428b10…
commit 50f8165540e112260790769f0428b10cb783f8e8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 18 13:23:40 2017 +0300
measurement: Remove dead code
We used to have trx_meas_check_compute() and call that from the
bts-specific code in order to iterate over all timeslots and all lchans
in the timeslots if we have to send measurement reports. This was
executed once per frame, and created unequal CPU load over time, which
in turn might increase different per-ts jitter.
Since 2f028c4e2c29f63df9926435466aa35377947767 in April 2017 we have
lchan_meas_check_compute(), which performs this on a per-lchan basis,
and hence CPU load is distributed over all active timeslots.
Change-Id: I6308cefe4a51e55719ea4ed4d613d3782b805c08
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/measurement.h | 2 --
src/common/l1sap.c | 44 +++++++++++++++++++++--------------------
src/common/measurement.c | 37 ----------------------------------
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-sysmo/l1_if.c | 2 +-
5 files changed, 25 insertions(+), 62 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)