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 64871df4c8f769cb78e73f96016853d5aa37fe94 (commit)
discards 3e2018aa31d0bceb51f7590d89a37a978a6a8e77 (commit)
discards 4bd6482759de8346574c17e6f0ccf8436a74d329 (commit)
discards 33194125b103cf7d1ec2975012d7645e5b198b67 (commit)
discards 7ace97c20d6d6eab9ef3473ab5d302a7a63b1990 (commit)
discards 5136cb2eecc4c3c77a50a22dbe24ce45fa39f87b (commit)
via 26f6bf8f550aa742c4926fdc7b9d1a5259694d65 (commit)
via 495f8b4118218a74b56373aa8d3673771cd95412 (commit)
via 37f537654b29bda12c2509d6b1c551d499c1526c (commit)
via b721d6104d75dd6fb426fb3cdd4eaa0632ef4bbd (commit)
via c19d1f6c36038ec6ab34939a036862caa7249a1d (commit)
via f0d8a581b47ae99abfa0d96aa42080400313d1b0 (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 (64871df4c8f769cb78e73f96016853d5aa37fe94)
\
N -- N -- N (26f6bf8f550aa742c4926fdc7b9d1a5259694d65)
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=26f6bf8f550aa742c4926fdc7b9d1a5…
commit 26f6bf8f550aa742c4926fdc7b9d1a5259694d65
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=495f8b4118218a74b56373aa8d36737…
commit 495f8b4118218a74b56373aa8d3673771cd95412
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=37f537654b29bda12c2509d6b1c551d…
commit 37f537654b29bda12c2509d6b1c551d499c1526c
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.
http://cgit.osmocom.org/osmo-trx/commit/?id=b721d6104d75dd6fb426fb3cdd4eaa0…
commit b721d6104d75dd6fb426fb3cdd4eaa0632ef4bbd
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 8 23:46:54 2015 -0400
Checking in clockdump.sh utility.
http://cgit.osmocom.org/osmo-trx/commit/?id=c19d1f6c36038ec6ab34939a036862c…
commit c19d1f6c36038ec6ab34939a036862caa7249a1d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 8 23:44:58 2015 -0400
Checking in a more relevant README.
This READMY is from the OpenBTS's TRXManager and actually describes the
transceiver
API and behavior.
http://cgit.osmocom.org/osmo-trx/commit/?id=f0d8a581b47ae99abfa0d96aa420804…
commit f0d8a581b47ae99abfa0d96aa42080400313d1b0
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 8 22:46:38 2015 -0400
Transceiver: Update noise level only when the timeslot is marked as IDLE.
We can't rely on an assumption that if we can't decode a burst - it's
noise.
There are many rasons why we can't decode a burst even if it's well above the
noise level. Just one example is a RACH burst which can be overlapped with
another RACH burst up to a level both are completely unrecognizable. Another
example is when a burst is destroyed by bad multi-path.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit