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, fairwaves/pending has been updated
discards 26f6bf8f550aa742c4926fdc7b9d1a5259694d65 (commit)
discards 495f8b4118218a74b56373aa8d3673771cd95412 (commit)
discards 37f537654b29bda12c2509d6b1c551d499c1526c (commit)
via 34e5a3807f4d77f098c786b99aa6bea5c0160918 (commit)
via b49874aa646bfae23355a6a4c38d835323f2c8f4 (commit)
via 030951695c3c78557cd27f19533daa412b3937a3 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (26f6bf8f550aa742c4926fdc7b9d1a5259694d65)
\
N -- N -- N (34e5a3807f4d77f098c786b99aa6bea5c0160918)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=34e5a3807f4d77f098c786b99aa6bea…
commit 34e5a3807f4d77f098c786b99aa6bea5c0160918
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 22:18:31 2015 -0400
Transceiver: Do not update state->SNRestimate if equalization is disabled.
This also fix a bug of using bool type for noise instead of float.
http://cgit.osmocom.org/osmo-trx/commit/?id=b49874aa646bfae23355a6a4c38d835…
commit b49874aa646bfae23355a6a4c38d835323f2c8f4
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 21:47:33 2015 -0400
uhd: Fix rounding error in timestamp conversion functions.
Rounding error introduced oscilating timing advance error by regularly
overwriting one bit and then skipping one bit.
This commit also adds an error message to show up in logs if this ever
happens again.
http://cgit.osmocom.org/osmo-trx/commit/?id=030951695c3c78557cd27f19533daa4…
commit 030951695c3c78557cd27f19533daa412b3937a3
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jun 9 20:52:11 2015 -0400
sigProcLib: Abstract out common part of Normal/RACH burst detection.
As a side change - get rid of passing toa and amp arguments as pointers and use
references instead.
The commit doesn't change behaviour, but makes the code cleaner.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/sigProcLib.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit