Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: qa: Add preconditions to wait for qa_packet_headerparser_b | Martin Braun | 2021-03-03 | 1 | -10/+6 |
| | | | | | | | This is an attempt to avoid QA failures due to messages not being delivered before wait() concludes. Signed-off-by: Martin Braun <martin@gnuradio.org> | ||||
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -39/+54 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -14/+2 |
| | |||||
* | qa: Use random.seed(0) everywhere import random is used | Martin Braun | 2018-12-19 | 1 | -0/+1 |
| | | | | | | This affects all Python-based unit tests which use the Python random module. If they do, this change adds random.seed(0) to every setUp() call, so that all QA runs are reproducible. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -5/+6 |
| | |||||
* | digital: Fixes to packet_header_ofdm | Martin Braun | 2016-04-29 | 1 | -2/+5 |
| | | | | | | | - For unusual carrier allocations, the parser would report the wrong number of payload OFDM symbols => Fixed. - Updated QA code to track this use case. - Minor whitespace/indentation fixes | ||||
* | digital: packet_header_default now comes with an 8-Bit CRC | Martin Braun | 2013-10-06 | 1 | -10/+9 |
| | |||||
* | digital: OFDM headers now have auto-scramble feature (reduce PAPR spikes) | Martin Braun | 2013-10-02 | 1 | -1/+36 |
| | |||||
* | channels: Setting up channels module for uninstalled import. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 1 | -5/+11 |
| | |||||
* | Merged in 'next' branch. | Ben Reynwar | 2013-05-10 | 1 | -18/+79 |
| | |||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 1 | -0/+69 |