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 892d998feb4bcb5f118c3f90c6c68dcb97ef1ccf (commit)
discards ed88b23b4a3a49d959eb892f945c248e395fd8b5 (commit)
discards 5b9069210d63fe3d8c420b63dad7be7976ef0c70 (commit)
discards 70cd277b4ee3c63225390384dc2485eee4e0857d (commit)
discards a96a0578134a5c719a25198e9790f2e84f356f0a (commit)
via 64871df4c8f769cb78e73f96016853d5aa37fe94 (commit)
via 3e2018aa31d0bceb51f7590d89a37a978a6a8e77 (commit)
via 4bd6482759de8346574c17e6f0ccf8436a74d329 (commit)
via 33194125b103cf7d1ec2975012d7645e5b198b67 (commit)
via 7ace97c20d6d6eab9ef3473ab5d302a7a63b1990 (commit)
via 5136cb2eecc4c3c77a50a22dbe24ce45fa39f87b (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 (892d998feb4bcb5f118c3f90c6c68dcb97ef1ccf)
\
N -- N -- N (64871df4c8f769cb78e73f96016853d5aa37fe94)
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=64871df4c8f769cb78e73f96016853d…
commit 64871df4c8f769cb78e73f96016853d5aa37fe94
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=3e2018aa31d0bceb51f7590d89a37a9…
commit 3e2018aa31d0bceb51f7590d89a37a978a6a8e77
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=4bd6482759de8346574c17e6f0ccf84…
commit 4bd6482759de8346574c17e6f0ccf8436a74d329
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=33194125b103cf7d1ec2975012d7645…
commit 33194125b103cf7d1ec2975012d7645e5b198b67
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=7ace97c20d6d6eab9ef3473ab5d302a…
commit 7ace97c20d6d6eab9ef3473ab5d302a7a63b1990
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=5136cb2eecc4c3c77a50a22dbe24ce4…
commit 5136cb2eecc4c3c77a50a22dbe24ce45fa39f87b
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 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit