osmo-trx.git branch master updated. a3dce85ffca6b3eceb0bcd84719797a6443a217c

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
Mon Jun 19 17:05:31 UTC 2017


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 "OpenBTS' transceiver retro-fit".

The branch, master has been updated
       via  a3dce85ffca6b3eceb0bcd84719797a6443a217c (commit)
      from  bb0c68ae61757a470e5c90783b190815faf057d8 (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-trx/commit/?id=a3dce85ffca6b3eceb0bcd84719797a6443a217c

commit a3dce85ffca6b3eceb0bcd84719797a6443a217c
Author: Tom Tsou <tom.tsou at ettus.com>
Date:   Fri Jun 16 17:14:31 2017 -0700

    sigProcLib: Use explicit NaN check in sinc table generation
    
    Using "x < 0.01" is a crude check for detecting NaN condition, which
    occurs in a sinc call when x = 0 due to divide-by-zero. Use stdlib
    isnan() call for this purpose. Also, as the table is created only
    once during initialization, use double floats for table value
    generation.
    
    Change-Id: I3a838fe3139fa977dfe906246020a14451185714

-----------------------------------------------------------------------

Summary of changes:
 Transceiver52M/sigProcLib.cpp | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
OpenBTS' transceiver retro-fit



More information about the osmocom-commitlog mailing list