 
            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 "The Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated via c066787fd5e9696e4af0a43f7bd3fd9392de4931 (commit) from ff233256e12b370db78af29d4b283ba5e19becfa (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/osmocom-bb/commit/?id=c066787fd5e9696e4af0a43f7bd3fd...
commit c066787fd5e9696e4af0a43f7bd3fd9392de4931 Author: Vadim Yanitskiy axilirator@gmail.com Date: Fri Mar 2 21:24:57 2018 +0700
host/trxcon: use integer math for ToA (Timing of Arrival)
There's no need to express ToA value as a float. Let's turn it into an int16_t with 1/256 symbol period accuracy throughout the code to avoid both float arithmetic as well as loosing any precision.
Inspired by Idce4178e0b1f7e940ebc22b3e2f340fcd544d4ec.
Change-Id: I99c0f38db08a530d5846c474aba352aa0b68fe86
-----------------------------------------------------------------------
Summary of changes: src/host/trxcon/sched_lchan_desc.c | 6 +++--- src/host/trxcon/sched_lchan_sch.c | 2 +- src/host/trxcon/sched_lchan_tchf.c | 6 +++--- src/host/trxcon/sched_lchan_xcch.c | 6 +++--- src/host/trxcon/sched_trx.c | 5 +++-- src/host/trxcon/sched_trx.h | 9 +++++---- src/host/trxcon/trx_if.c | 10 +++++----- 7 files changed, 23 insertions(+), 21 deletions(-)
hooks/post-receive