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 1fb0ce67d86067d81bd0f8d18b8c11890e36e755 (commit)
from 8ca237b5c2291f2ff18bf993ae4a7e092fd3c131 (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=1fb0ce67d86067d81bd0f8d18b8c118…
commit 1fb0ce67d86067d81bd0f8d18b8c11890e36e755
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Thu Jun 8 19:41:48 2017 -0700
uhd: Use map container for for device parameter access
OsmoTRX is written in C++ so we might as well use built-in
container types when applicable. Map access allows removal
of significant amounts of special device handling code.
Aggregate device rates and timing offsets into a single
table with access keyed by device/tx-sps/rx-sps tuples.
Change-Id: I8660f75a2b2a13488b913c07637bdd0f5f0f4cf9
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 358 ++++++++++---------------------------------
1 file changed, 84 insertions(+), 274 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit