[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (b7da9af -> bc60fdb)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (b7da9af -> bc60fdb) |
Date: |
Thu, 14 Apr 2016 20:42:59 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch maint
in repository gnuradio.
from b7da9af Finalize release notes for v3.7.9.2
new 0471d1f grc: update year in copyright
new e6be6cb Merge remote-tracking branch
'gnuradio-wg-grc/maint_grcwg' into maint
adds cf67421 Update revision to 3.7.10git for master branch development
adds 0f09f0a Merge branch 'maint'
adds 31de0f5 repeat: Adding dynamic interpolation
adds 90ba3ea Provided thread safety to dynamic repeat
adds b5b8e82 Merge remote-tracking branch
'mmueller/blocks_repeat_add_dynamic_interp'
adds 761b62d gr-dtv: Vastly improved OFDM symbol acquisition for DVB-T
receiver.
adds 7278728 Merge remote-tracking branch 'drmpeg/dvbt-ofdm-fix'
adds d5fc1c6 Merge branch 'maint'
adds ddb1e77 Merge branch 'maint'
adds 056ce0f Merge branch 'maint'
adds ecb8c80 Add DVB-S transmitter flow graph.
adds 9dccfac Update DVB-S2 flow graph.
adds 443ae06 Add 2X interpolation capability to DVB-S2 modulator.
adds be09e2f Use correct baseband filter size for bladeRF sink.
adds b858d8f Merge remote-tracking branch 'drmpeg/dvbs-tx'
adds 4ae7a60 Check RX/TX streamers::sptr before flush/reset
adds 338cfae gr-uhd: add parameter to enable/disable streaming when
flowgraph starts
adds 8931b69 Merge remote-tracking branch
'iohannez/gr_uhd_issue_stream_cmd_on_start'
adds 5123125 dtv: atsc: performance improvements for equalizer.
adds a78483c dtv: atsc: adds ControlPort interface to get equalizer
taps.
adds 994169c dtv: atsc: adds controlport hooks to equalizer.
adds 8e54c02 dtv: atsc: adds ControlPort hooks to RS decoder.
adds a55dbd4 dtv: atsc: add ControlPort hooks into Viterbi decoder.
adds 4141070 dtv: Adding a ControlPort client example for plotting the
quality of an ATSC receiver.
adds eae966b dtv: Cleanup; ATSC RS decoder - change log level to INFO
instead of DEBUG.
adds eec8500 dtv: installing all examples
adds b17bcb8 Merge remote-tracking branch 'tom/dtv/atsc_controlport'
adds 32e0712 Merge branch 'maint'
adds 1799898 blocks: vector_sink.reset() now also clears tags
adds 4894025 Merge remote-tracking branch 'mbr0wn/bug878_reset_tags'
adds a736f88 blocks: fixed issue #853: set MTU on tun/tap network
interface in TUNTAP PDU block xtor
adds bd69c31 Merge remote-tracking branch 'nowls/tuntap_mtu_fix'
adds 1c2f262 Merge branch 'maint'
adds bb2ed47 Merge branch 'maint'
adds bdaafcc Merge branch 'maint'
adds 830a497 Merge branch 'maint'
adds 473810a uhd: added a --clock-source argument, defaulting to
"internal"
adds e59e44e gr-dtv: Add ITU-T J.83B 64QAM transmitter.
adds 2d7d0e6 gr-dtv: Add ITU-T J.83B 64QAM transmitter updated files.
adds 161147d Merge remote-tracking branch 'drmpeg/catv-64qam-tx'
adds 13b6980 Merge branch 'maint'
adds 72dcbdb Merge branch 'maint'
adds fe823d3 Merge branch 'maint'
adds 4257c91 Merge branch 'maint'
adds 782ddbf Merge branch 'maint'
adds b4eb87f Merge branch 'maint'
adds 3f6af56 grc: #fff as canvas bg color
adds e7d695d grc: optional transparent bg in screen shots
adds 3745fa3 grc: user-selectable transparent bg screen shots
adds 857540a grc: remove [] around categories in the block library
adds e21a3da Merge branch 'maint_grcwg' into docstring_gui_fixes
adds dec3bf5 grc: nicer block documentation tooltip and properties
dialog tab
adds 6113d99 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
adds cf95377 runtime: addresses issue #713.
adds 7f07703 Merge remote-tracking branch 'tom/issue713'
adds f02fb8b runtime: always set max_noutput_items.
adds 33f10e2 filter: Uses last commit to make a better fix for issue
#882.
adds c422e26 blocks: adding QA code to test max_noutput_items.
adds 3996827 Merge remote-tracking branch 'tom/set_max_noutput_items'
adds bd10336 gnuradio-runtime: append docs to set_history regarding
initialization
adds 9ba484a Merge remote-tracking branch
'noc0lour/append_set_history_doc'
adds f051af5 Merge branch 'maint'
adds cb0db92 Merge branch 'maint'
adds eec2270 analog: add ControlPort interfaces to frequency_modulator
block.
adds efed1fe Merge remote-tracking branch 'tom/ctrlport_freq_mod'
adds b5418e2 Merge branch 'maint'
adds 311066b qtgui: Added the ability to control the Y axis label for
the freq sink - Useful if the input device is calibrated and one wants to
display Power (dBm) rather than Relative Gain (dB)
adds 64f3b70 Merge remote-tracking branch 'daulpavid/freqsink_change'
adds 9cbafd7 Merge branch 'maint'
adds d5d7020 qtgui: allow axis labels on/off modes
adds 5a81915 qtgui: add axis labels to raster, constellation,
histogram. Fix waterfall axis issue
adds 9730af3 qtgui: fix grc defs for axislabels patch
adds 051dc15 Merge remote-tracking branch 'osh/qtgui_axislabels_onoff'
adds e63f105 gr-utils: modtool: add option --copyright to add function
to automatically fillout name in LICENSE file.
adds baab516 gr_modtool: add test on license_file for option
--copyright. fix typo
adds 0e3b7a5 Merge remote-tracking branch
'noc0lour/gr_modtool-name_option'
adds b094d76 cmake: when not release and no GIT_EXECUTABLE nad not
.git directory in the archive, allow external overriding of version info via
GR_GIT_COUNT and GR_GIT_HASH, similar to what UHD allows.
adds 762a089 Merge remote-tracking branch 'michaelld/fix_version_info'
adds 1683e58 Merge branch 'maint'
adds c0381e0 Merge branch 'maint'
adds e80496e Merge branch 'maint'
adds 4fb3c42 analog: Adds ability to set the sig_source frequency
using a key:value pair.
adds 64a702e Merge remote-tracking branch 'tom/siggen_freq_control'
adds 497ab7b Merge branch 'maint'
adds d10c1d0 gr-digital: add more constellation types to grc
constellation block
adds 4114f71 Merge remote-tracking branch
'noc0lour/constellation_add_new_types_grc'
adds aa33fb0 blocks: add a setter for repeat flag on vector source
adds 5297e41 blocks: annotate QA and add tests for vector_sourc_sink
setters
adds d44dae8 Merge remote-tracking branch 'nwest/vector-repeat'
adds 4f5d0a1 Merge branch 'maint'
adds 0a18553 Merge branch 'maint'
adds 559845d Merge branch 'maint'
adds 2b8e6a6 Merge branch 'maint'
adds 137ae34 gr-analog: Fix FM preemphasis filter and rework
deemphasis filter
adds 2ae7809 gr-analog: FM emphasis filters use "newstyle" taps
adds 515e400 gr-analog: Add safety and default for FM preemphasis
filter
adds dd625eb gr-analog: Set FM blocks to use implicit default for
preemphasis corner
adds 5e383b0 Merge remote-tracking branch 'awalls/fm_emphasis_filter'
adds eff39c9 Merge branch 'maint'
adds 793a61b Merge branch 'maint'
adds d619706 Merge branch 'maint'
adds 0b544b2 Merge branch 'maint'
adds f143e55 Merge branch 'maint'
adds 0e70983 Merge branch 'maint'
adds 277b294 Merge branch 'maint'
adds fab6c79 Merge branch 'maint'
adds 0ac619e Merge branch 'maint'
new 70c947d float(version) doesn't work with "1.9.0"; fixed nx
version checking
new 03c35e6 Merge remote-tracking branch
'mmueller/fix_networkx_version_checking' into maint
new aef116e gr-fec: Fix memory allocation issue during encoding.
new 1adad29 gr-fec: LDPC python function - addressing an "undefined"
error
new 48f2c2c gr-fec: LPDC python function - addressing an "undefined"
error
new 61deb9e gr-fec: LDPC python function - addressing an attribute
error
new b5826d7 gr-fec: LDPC python function - making a better docstring
new 17c9c6a gr-fec: LDPC python - adding a handy function
new 0a2861d gr-fec: Removing 2 bad matrices from the LDPC alist file
collection
new 1252e03 gr-fec: free memory for G matrix at end of constructor
new f825d6b gr-fec: free memory for info word in LDPC gen mtrx encoder
new 5abda7a gr-fec: free memory used for the LDPC H matrix in the
destructor
new 4873053 gr-fec, LDPC: correct the name of the python function
called
new 01556fd gr-fec, LDPC: use mult_matrices_mod2 function
new bc60fdb Merge remote-tracking branch 'tracierenea/fec_ldpc_H_fix'
into maint
The 17 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:
CMakeLists.txt | 4 +-
cmake/Modules/GrVersion.cmake | 8 +-
docs/exploring-gnuradio/fm_tx.grc | 4 +
gnuradio-runtime/include/gnuradio/block.h | 4 +-
gnuradio-runtime/include/gnuradio/block_detail.h | 7 +
gnuradio-runtime/include/gnuradio/buffer.h | 4 +
gnuradio-runtime/lib/block_detail.cc | 20 +
gnuradio-runtime/lib/flat_flowgraph.cc | 13 +-
.../python/gnuradio/ctrlport/gr-perf-monitorx | 13 +-
gr-analog/examples/fmtest.py | 3 +-
gr-analog/grc/analog_fm_preemph.xml | 8 +-
gr-analog/grc/analog_nbfm_tx.xml | 8 +
gr-analog/grc/analog_wfm_tx.xml | 7 +
gr-analog/lib/CMakeLists.txt | 11 -
gr-analog/lib/frequency_modulator_fc_impl.cc | 22 +
gr-analog/lib/frequency_modulator_fc_impl.h | 2 +
gr-analog/lib/sig_source_X_impl.cc.t | 32 +-
gr-analog/lib/sig_source_X_impl.h.t | 2 +-
gr-analog/python/analog/fm_emph.py | 254 +-
gr-analog/python/analog/nbfm_tx.py | 5 +-
gr-analog/python/analog/wfm_tx.py | 5 +-
gr-blocks/grc/blocks_repeat.xml | 1 +
gr-blocks/include/gnuradio/blocks/repeat.h | 18 +
.../include/gnuradio/blocks/vector_sink_X.h.t | 1 +
.../include/gnuradio/blocks/vector_source_X.h.t | 1 +
gr-blocks/lib/repeat_impl.cc | 20 +
gr-blocks/lib/repeat_impl.h | 6 +
gr-blocks/lib/tuntap_pdu_impl.cc | 33 +
gr-blocks/lib/tuntap_pdu_impl.h | 1 +
gr-blocks/lib/vector_sink_X_impl.h.t | 2 +-
gr-blocks/lib/vector_source_X_impl.h.t | 1 +
gr-blocks/python/blocks/qa_block_behavior.py | 79 +
gr-blocks/python/blocks/qa_vector_sink_source.py | 36 +
gr-digital/grc/digital_constellation.xml | 51 +-
gr-dtv/CMakeLists.txt | 2 +
gr-dtv/examples/CMakeLists.txt | 27 +-
gr-dtv/examples/README.catv | 31 +
gr-dtv/examples/README.dvbs | 26 +
gr-dtv/examples/atsc_ctrlport_monitor.py | 149 +
.../examples/{dvbs2_tx.grc => catv_tx_64qam.grc} | 1625 +++++----
gr-dtv/examples/dvbs2_tx.grc | 2516 +++++++++-----
.../examples/dvbs_tx.grc | 1906 +++++------
gr-dtv/grc/CMakeLists.txt | 7 +-
gr-dtv/grc/dtv_block_tree.xml | 10 +-
...scramble.xml => dtv_catv_frame_sync_enc_bb.xml} | 17 +-
...dtv_atsc_pad.xml => dtv_catv_randomizer_bb.xml} | 9 +-
..._depad.xml => dtv_catv_reed_solomon_enc_bb.xml} | 12 +-
...r.xml => dtv_catv_transport_framing_enc_bb.xml} | 13 +-
...tv_atsc_pad.xml => dtv_catv_trellis_enc_bb.xml} | 9 +-
gr-dtv/grc/dtv_dvbs2_modulator_bc.xml | 22 +-
gr-dtv/include/gnuradio/dtv/CMakeLists.txt | 7 +-
gr-dtv/include/gnuradio/dtv/atsc_equalizer.h | 3 +
gr-dtv/include/gnuradio/dtv/atsc_rs_decoder.h | 15 +
gr-dtv/include/gnuradio/dtv/atsc_viterbi_decoder.h | 6 +
...c_field_sync_mux.h => catv_frame_sync_enc_bb.h} | 31 +-
.../{atsc_randomizer.h => catv_randomizer_bb.h} | 29 +-
...field_sync_mux.h => catv_reed_solomon_enc_bb.h} | 28 +-
...andomizer.h => catv_transport_framing_enc_bb.h} | 29 +-
...atsc_field_sync_mux.h => catv_trellis_enc_bb.h} | 28 +-
gr-dtv/include/gnuradio/dtv/dvbs2_config.h | 6 +
gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h | 6 +-
gr-dtv/lib/CMakeLists.txt | 7 +-
gr-dtv/lib/atsc/atsc_equalizer_impl.cc | 89 +-
gr-dtv/lib/atsc/atsc_equalizer_impl.h | 7 +-
gr-dtv/lib/atsc/atsc_rs_decoder_impl.cc | 89 +-
gr-dtv/lib/atsc/atsc_rs_decoder_impl.h | 13 +-
gr-dtv/lib/atsc/atsc_single_viterbi.cc | 65 +-
gr-dtv/lib/atsc/atsc_single_viterbi.h | 17 +-
gr-dtv/lib/atsc/atsc_viterbi_decoder_impl.cc | 25 +
gr-dtv/lib/atsc/atsc_viterbi_decoder_impl.h | 4 +
.../catv_frame_sync_enc_bb_impl.cc} | 65 +-
.../catv_frame_sync_enc_bb_impl.h} | 30 +-
gr-dtv/lib/catv/catv_randomizer_bb_impl.cc | 104 +
.../catv_randomizer_bb_impl.h} | 33 +-
gr-dtv/lib/catv/catv_reed_solomon_enc_bb_impl.cc | 153 +
.../catv_reed_solomon_enc_bb_impl.h} | 34 +-
.../lib/catv/catv_transport_framing_enc_bb_impl.cc | 131 +
.../lib/catv/catv_transport_framing_enc_bb_impl.h | 84 +
gr-dtv/lib/catv/catv_trellis_enc_bb_impl.cc | 193 ++
.../catv_trellis_enc_bb_impl.h} | 41 +-
gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.cc | 272 +-
gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h | 3 +-
gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.cc | 178 +-
gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.h | 21 +-
gr-dtv/swig/dtv_swig.i | 17 +-
gr-fec/ldpc_alist/CMakeLists.txt | 4 +-
gr-fec/ldpc_alist/n_2400_k_1198_gap_33.alist | 3602 --------------------
gr-fec/ldpc_alist/n_2400_k_1198_gen_matrix.alist | 3602 --------------------
gr-fec/lib/fec_mtrx_impl.cc | 13 +-
gr-fec/lib/ldpc_G_matrix_impl.cc | 16 +-
gr-fec/lib/ldpc_G_matrix_impl.h | 1 -
gr-fec/lib/ldpc_H_matrix_impl.cc | 83 +-
gr-fec/lib/ldpc_H_matrix_impl.h | 4 -
gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py | 2 +-
.../fec/LDPC/Generate_LDPC_matrix_functions.py | 53 +-
gr-filter/examples/synth_to_chan.py | 2 +-
gr-filter/lib/pfb_decimator_ccf_impl.cc | 32 +-
gr-filter/lib/pfb_decimator_ccf_impl.h | 6 +-
gr-qtgui/grc/qtgui_const_sink_x.xml | 18 +
gr-qtgui/grc/qtgui_freq_sink_x.xml | 35 +
gr-qtgui/grc/qtgui_histogram_sink_x.xml | 18 +
gr-qtgui/grc/qtgui_time_raster_x.xml | 17 +
gr-qtgui/grc/qtgui_time_sink_x.xml | 18 +
gr-qtgui/grc/qtgui_waterfall_sink_x.xml | 18 +
gr-qtgui/include/gnuradio/qtgui/DisplayPlot.h | 1 +
.../include/gnuradio/qtgui/FrequencyDisplayPlot.h | 3 +
gr-qtgui/include/gnuradio/qtgui/const_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/displayform.h | 3 +
gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h | 2 +
gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h | 3 +
gr-qtgui/include/gnuradio/qtgui/freqcontrolpanel.h | 1 +
gr-qtgui/include/gnuradio/qtgui/freqdisplayform.h | 3 +-
gr-qtgui/include/gnuradio/qtgui/histogram_sink_f.h | 1 +
.../include/gnuradio/qtgui/time_raster_sink_b.h | 1 +
.../include/gnuradio/qtgui/time_raster_sink_f.h | 1 +
gr-qtgui/include/gnuradio/qtgui/time_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/time_sink_f.h | 1 +
gr-qtgui/include/gnuradio/qtgui/timecontrolpanel.h | 2 +
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h | 1 +
gr-qtgui/lib/DisplayPlot.cc | 9 +
gr-qtgui/lib/FrequencyDisplayPlot.cc | 13 +-
gr-qtgui/lib/WaterfallDisplayPlot.cc | 2 -
gr-qtgui/lib/const_sink_c_impl.cc | 6 +
gr-qtgui/lib/const_sink_c_impl.h | 1 +
gr-qtgui/lib/displayform.cc | 16 +
gr-qtgui/lib/freq_sink_c_impl.cc | 13 +
gr-qtgui/lib/freq_sink_c_impl.h | 2 +
gr-qtgui/lib/freq_sink_f_impl.cc | 13 +
gr-qtgui/lib/freq_sink_f_impl.h | 2 +
gr-qtgui/lib/freqcontrolpanel.cc | 5 +
gr-qtgui/lib/freqdisplayform.cc | 6 +
gr-qtgui/lib/histogram_sink_f_impl.cc | 6 +
gr-qtgui/lib/histogram_sink_f_impl.h | 1 +
gr-qtgui/lib/time_raster_sink_b_impl.cc | 6 +
gr-qtgui/lib/time_raster_sink_b_impl.h | 1 +
gr-qtgui/lib/time_raster_sink_f_impl.cc | 6 +
gr-qtgui/lib/time_raster_sink_f_impl.h | 1 +
gr-qtgui/lib/time_sink_c_impl.cc | 8 +-
gr-qtgui/lib/time_sink_c_impl.h | 1 +
gr-qtgui/lib/time_sink_f_impl.cc | 6 +
gr-qtgui/lib/time_sink_f_impl.h | 1 +
gr-qtgui/lib/timecontrolpanel.cc | 5 +
gr-qtgui/lib/waterfall_sink_c_impl.cc | 6 +
gr-qtgui/lib/waterfall_sink_c_impl.h | 1 +
gr-qtgui/lib/waterfall_sink_f_impl.cc | 6 +
gr-qtgui/lib/waterfall_sink_f_impl.h | 1 +
gr-uhd/apps/uhd_app.py | 7 +-
gr-uhd/examples/python/fm_tx4.py | 3 +-
gr-uhd/include/gnuradio/uhd/usrp_source.h | 5 +-
gr-uhd/lib/usrp_source_impl.cc | 35 +-
gr-uhd/lib/usrp_source_impl.h | 4 +-
gr-utils/python/modtool/modtool_add.py | 14 +-
gr-utils/python/modtool/templates.py | 2 +-
grc/gui/ActionHandler.py | 6 +-
grc/gui/Actions.py | 2 +-
grc/gui/BlockTreeWindow.py | 52 +-
grc/gui/Colors.py | 3 +-
grc/gui/DrawingArea.py | 27 +-
grc/gui/FileDialogs.py | 15 +
grc/gui/Preferences.py | 4 +
grc/gui/PropsDialog.py | 38 +-
grc/python/Block.py | 7 +-
grc/python/Platform.py | 27 +-
grc/python/extract_docs.py | 2 +-
165 files changed, 6453 insertions(+), 10444 deletions(-)
create mode 100644 gr-blocks/python/blocks/qa_block_behavior.py
create mode 100644 gr-dtv/examples/README.catv
create mode 100644 gr-dtv/examples/README.dvbs
create mode 100755 gr-dtv/examples/atsc_ctrlport_monitor.py
copy gr-dtv/examples/{dvbs2_tx.grc => catv_tx_64qam.grc} (79%)
copy gr-uhd/examples/grc/uhd_two_tone_loopback.grc =>
gr-dtv/examples/dvbs_tx.grc (70%)
copy gr-dtv/grc/{dtv_dvbt_energy_descramble.xml =>
dtv_catv_frame_sync_enc_bb.xml} (54%)
copy gr-dtv/grc/{dtv_atsc_pad.xml => dtv_catv_randomizer_bb.xml} (73%)
copy gr-dtv/grc/{dtv_atsc_depad.xml => dtv_catv_reed_solomon_enc_bb.xml} (68%)
copy gr-dtv/grc/{dtv_atsc_equalizer.xml =>
dtv_catv_transport_framing_enc_bb.xml} (65%)
copy gr-dtv/grc/{dtv_atsc_pad.xml => dtv_catv_trellis_enc_bb.xml} (71%)
copy gr-dtv/include/gnuradio/dtv/{atsc_field_sync_mux.h =>
catv_frame_sync_enc_bb.h} (55%)
copy gr-dtv/include/gnuradio/dtv/{atsc_randomizer.h => catv_randomizer_bb.h}
(62%)
copy gr-dtv/include/gnuradio/dtv/{atsc_field_sync_mux.h =>
catv_reed_solomon_enc_bb.h} (61%)
copy gr-dtv/include/gnuradio/dtv/{atsc_randomizer.h =>
catv_transport_framing_enc_bb.h} (60%)
copy gr-dtv/include/gnuradio/dtv/{atsc_field_sync_mux.h =>
catv_trellis_enc_bb.h} (61%)
copy gr-dtv/lib/{dvbt/dvbt_convolutional_interleaver_impl.cc =>
catv/catv_frame_sync_enc_bb_impl.cc} (51%)
copy gr-dtv/lib/{dvbt/dvbt_reed_solomon_enc_impl.h =>
catv/catv_frame_sync_enc_bb_impl.h} (63%)
create mode 100644 gr-dtv/lib/catv/catv_randomizer_bb_impl.cc
copy gr-dtv/lib/{atsc/atsc_pad_impl.h => catv/catv_randomizer_bb_impl.h} (65%)
create mode 100644 gr-dtv/lib/catv/catv_reed_solomon_enc_bb_impl.cc
copy gr-dtv/lib/{dvbt/dvbt_reed_solomon_enc_impl.h =>
catv/catv_reed_solomon_enc_bb_impl.h} (62%)
create mode 100644 gr-dtv/lib/catv/catv_transport_framing_enc_bb_impl.cc
create mode 100644 gr-dtv/lib/catv/catv_transport_framing_enc_bb_impl.h
create mode 100644 gr-dtv/lib/catv/catv_trellis_enc_bb_impl.cc
copy gr-dtv/lib/{dvbt/dvbt_energy_descramble_impl.h =>
catv/catv_trellis_enc_bb_impl.h} (57%)
delete mode 100644 gr-fec/ldpc_alist/n_2400_k_1198_gap_33.alist
delete mode 100644 gr-fec/ldpc_alist/n_2400_k_1198_gen_matrix.alist
- [Commit-gnuradio] [gnuradio] branch maint updated (b7da9af -> bc60fdb),
git <=
- [Commit-gnuradio] [gnuradio] 05/17: gr-fec: LDPC python function - making a better docstring, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 11/17: gr-fec, LDPC: correct the name of the python function called, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 08/17: gr-fec: free memory for G matrix at end of constructor, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 12/17: gr-fec, LDPC: use mult_matrices_mod2 function, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 04/17: gr-fec: LDPC python function - addressing an attribute error, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 06/17: gr-fec: LDPC python - adding a handy function, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 09/17: gr-fec: free memory for info word in LDPC gen mtrx encoder, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 10/17: gr-fec: free memory used for the LDPC H matrix in the destructor, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 02/17: gr-fec: LDPC python function - addressing an "undefined" error, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 14/17: float(version) doesn't work with "1.9.0"; fixed nx version checking, git, 2016/04/14