osmo-trx.git branch ttsou/siggen updated. b79895c9990c77f7aa5c72ca3795e9d0d8443dfb

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Jun 14 22:36:52 UTC 2017


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  db259aa6ae97c174a297ef15f015f8f53cfdfa58 (commit)
       via  b79895c9990c77f7aa5c72ca3795e9d0d8443dfb (commit)
       via  980525c8a9cc620314aa36e566d30e0592f280d5 (commit)
       via  70134a01eb5b70c69a4a3b86467d99b5286b4ec6 (commit)
       via  1fb0ce67d86067d81bd0f8d18b8c11890e36e755 (commit)
       via  8ca237b5c2291f2ff18bf993ae4a7e092fd3c131 (commit)
       via  082bbbf8feec0a9a86d7484476e768971fe3b646 (commit)
       via  3bd763d2a10e19980505c90242a2eae9e2f6b4cb (commit)
       via  ee5735768213f8724b978cd9180f088721e0cde0 (commit)
       via  8537b90dbefd98eb91915aaa32e7b623bf3cd581 (commit)
       via  038fd7fd70cc4523ed9872bbdfd848cbf4103f42 (commit)
       via  0cd246c27ad8cdfc39671ed217b31635d57ef937 (commit)
       via  61fbf2ec95430d1f76f301de80e765114face5a2 (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 (db259aa6ae97c174a297ef15f015f8f53cfdfa58)
            \
             N -- N -- N (b79895c9990c77f7aa5c72ca3795e9d0d8443dfb)

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=b79895c9990c77f7aa5c72ca3795e9d0d8443dfb

commit b79895c9990c77f7aa5c72ca3795e9d0d8443dfb
Author: Tom Tsou <tom.tsou at 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 at ettus.com>

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |   1 +
 CommonLibs/Makefile.am                             |   4 +
 CommonLibs/PRBS.h                                  | 110 ++++++
 .../convert_base.c => CommonLibs/PRBSTest.cpp      |  30 +-
 Transceiver52M/UHDDevice.cpp                       | 423 +++++++--------------
 Transceiver52M/osmo-siggen.cpp                     |  78 ++--
 Transceiver52M/osmo-trx.cpp                        |   8 +
 Transceiver52M/sigProcLib.cpp                      | 357 ++++-------------
 Transceiver52M/sigProcLib.h                        | 203 ----------
 Transceiver52M/x86/convert.c                       |   2 +
 Transceiver52M/x86/convolve.c                      |   2 +-
 ...le_stdcxx_14.m4 => ax_cxx_compile_stdcxx_11.m4} |  17 +-
 config/ax_gcc_x86_avx_xgetbv.m4                    |  79 ----
 config/ax_gcc_x86_cpuid.m4                         |  79 ----
 config/ax_sse.m4                                   |  36 +-
 configure.ac                                       |  30 +-
 16 files changed, 439 insertions(+), 1020 deletions(-)
 create mode 100644 CommonLibs/PRBS.h
 copy Transceiver52M/common/convert_base.c => CommonLibs/PRBSTest.cpp (57%)
 rename config/{ax_cxx_compile_stdcxx_14.m4 => ax_cxx_compile_stdcxx_11.m4} (67%)
 delete mode 100644 config/ax_gcc_x86_avx_xgetbv.m4
 delete mode 100644 config/ax_gcc_x86_cpuid.m4


hooks/post-receive
-- 
OpenBTS' transceiver retro-fit



More information about the osmocom-commitlog mailing list