commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (cfb2c30 -> 1d50d70)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (cfb2c30 -> 1d50d70)
Date: Tue, 15 Nov 2016 19:18:50 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next
in repository gnuradio.

      from  cfb2c30   Merge remote-tracking branch 
'github/remove-mpsk-receiver' into next
       new  ae968d3   digital: Mark deprecated OFDM blocks as such
       new  722113e   Merge remote-tracking branch 
'mbr0wn/deprecate_ofdm_master'
       new  edd0253   digital: add deprecation warnings to appropriate OFDM 
blocks
       new  0afe21d   Merge branch 'master' into next
       new  bcc2153   digital: Delete deprecated OFDM blocks and related 
examples
       new  1d50d70   digital: remove build references to removed files

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gr-digital/examples/CMakeLists.txt                 |   4 -
 gr-digital/examples/ofdm/benchmark_rx.py           | 124 ---------
 gr-digital/examples/ofdm/benchmark_tx.py           | 124 ---------
 gr-digital/examples/ofdm/gr_plot_ofdm.py           | 278 ---------------------
 gr-digital/examples/ofdm/tunnel.py                 | 271 --------------------
 gr-digital/grc/digital_ofdm_demod.xml              | 143 -----------
 gr-digital/grc/digital_ofdm_frame_acquisition.xml  |  77 ------
 gr-digital/grc/digital_ofdm_frame_sink.xml         |  79 ------
 gr-digital/grc/digital_ofdm_insert_preamble.xml    |  63 -----
 gr-digital/grc/digital_ofdm_mod.xml                | 156 ------------
 gr-digital/grc/digital_ofdm_sampler.xml            |  67 -----
 gr-digital/grc/digital_ofdm_sync_pn.xml            |  61 -----
 gr-digital/include/gnuradio/digital/CMakeLists.txt |   5 -
 .../gnuradio/digital/ofdm_frame_acquisition.h      |  82 ------
 .../include/gnuradio/digital/ofdm_frame_sink.h     |  71 ------
 .../gnuradio/digital/ofdm_insert_preamble.h        |  79 ------
 .../include/gnuradio/digital/ofdm_mapper_bcv.h     |  67 -----
 gr-digital/include/gnuradio/digital/ofdm_sampler.h |  57 -----
 gr-digital/lib/CMakeLists.txt                      |   5 -
 gr-digital/lib/ofdm_frame_acquisition_impl.cc      |  32 +--
 gr-digital/lib/ofdm_frame_sink_impl.cc             |  84 ++++---
 gr-digital/lib/ofdm_insert_preamble_impl.cc        |  18 +-
 gr-digital/lib/ofdm_mapper_bcv_impl.cc             |  52 ++--
 gr-digital/lib/ofdm_sampler_impl.cc                |  24 +-
 .../python/digital/qa_ofdm_insert_preamble.py      | 178 -------------
 gr-digital/swig/digital_swig0.i                    |  15 --
 26 files changed, 110 insertions(+), 2106 deletions(-)
 delete mode 100755 gr-digital/examples/ofdm/benchmark_rx.py
 delete mode 100755 gr-digital/examples/ofdm/benchmark_tx.py
 delete mode 100755 gr-digital/examples/ofdm/gr_plot_ofdm.py
 delete mode 100755 gr-digital/examples/ofdm/tunnel.py
 delete mode 100644 gr-digital/grc/digital_ofdm_demod.xml
 delete mode 100644 gr-digital/grc/digital_ofdm_frame_acquisition.xml
 delete mode 100644 gr-digital/grc/digital_ofdm_frame_sink.xml
 delete mode 100644 gr-digital/grc/digital_ofdm_insert_preamble.xml
 delete mode 100644 gr-digital/grc/digital_ofdm_mod.xml
 delete mode 100644 gr-digital/grc/digital_ofdm_sampler.xml
 delete mode 100644 gr-digital/grc/digital_ofdm_sync_pn.xml
 delete mode 100644 gr-digital/include/gnuradio/digital/ofdm_frame_acquisition.h
 delete mode 100644 gr-digital/include/gnuradio/digital/ofdm_frame_sink.h
 delete mode 100644 gr-digital/include/gnuradio/digital/ofdm_insert_preamble.h
 delete mode 100644 gr-digital/include/gnuradio/digital/ofdm_mapper_bcv.h
 delete mode 100644 gr-digital/include/gnuradio/digital/ofdm_sampler.h
 delete mode 100755 gr-digital/python/digital/qa_ofdm_insert_preamble.py



reply via email to

[Prev in Thread] Current Thread [Next in Thread]