osmocom-bb.git branch fixeria/trx updated. osmocon_v0.0.0-2043-gc066787f

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Mar 2 14:47:01 UTC 2018


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=c066787fd5e9696e4af0a43f7bd3fd9392de4931

commit c066787fd5e9696e4af0a43f7bd3fd9392de4931
Author: Vadim Yanitskiy <axilirator at 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
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list