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, ttsou/siggen has been updated
discards e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b (commit)
via a2403021279b8c0a3025bf5818477b013370dae6 (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 (e3a82b79484bf3674c61ae2ca92e2cc2bcc4809b)
\
N -- N -- N (a2403021279b8c0a3025bf5818477b013370dae6)
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=a2403021279b8c0a3025bf5818477b0…
commit a2403021279b8c0a3025bf5818477b013370dae6
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Sat Jun 3 18:31:48 2017 -0700
siggen: Add osmo-siggen for GSM/EDGE test signal generation
* Adds 4 and 1 pulse Laurent GMSK modulators
* Adds NCO based modulator
* Adds synchronization and frequency burst generators
* Adds GPIO frame trigger on GPIO-0
* Tested on USRP B210 only
* Requires C++14 support
B210 GPIO Pin Map
J504
---------
fp_gpio<0> | 1 | 2 | fp_gpio<1>
---------
fp_gpio<2> | 3 | 4 | fp_gpio<3>
---------
fp_gpio<4> | 5 | 6 | fp_gpio<5>
---------
fp_gpio<6> | 7 | 8 | fp_gpio<7>
---------
gnd | 9 | 10| gnd
---------
Change-Id: I891725d7f0cfa97c79e64f978a60dc11a206195c
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 29 +++++++++++++++++++++++++++--
Transceiver52M/laurent.m | 9 ---------
Transceiver52M/osmo-siggen.cpp | 9 ++++++++-
Transceiver52M/pulseApproximate.m | 15 +++++++++++++++
Transceiver52M/radioDevice.h | 1 +
5 files changed, 51 insertions(+), 12 deletions(-)
create mode 100644 Transceiver52M/pulseApproximate.m
hooks/post-receive
--
OpenBTS' transceiver retro-fit