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 6a538a092106e448a354e42c161ea7630e457455 (commit)
from 390742b3ede56aa05e7fb01f140ec8450f38e2af (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=6a538a092106e448a354e42c161ea76…
commit 6a538a092106e448a354e42c161ea7630e457455
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 17:36:11 2017 +0200
octphy: do not send empty frames to phy
ph_data_req() and ph_tch_req() are generating empty (idle)
frames when no data (msg == NULL) is available. Since the
phy is able to generate idle frames internally, there is
no need to waste Host CPU cycles by doing this in software.
Remove the empty frame generation and exit the function
cleanly.
(Patch by Octasic Inc.)
Change-Id: Ib857b7dab490ad426c48d6a9e5e6fa10ef5a0838
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 39 +++++----------------------------------
1 file changed, 5 insertions(+), 34 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)