summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/qa_packet_headerparser_b.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: qa: Add preconditions to wait for qa_packet_headerparser_bMartin Braun2021-03-031-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 filesmormj2020-10-301-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 warningsmormj2020-10-301-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-14/+2
|
* qa: Use random.seed(0) everywhere import random is usedMartin Braun2018-12-191-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 python3Douglas Anderson2017-02-261-5/+6
|
* digital: Fixes to packet_header_ofdmMartin Braun2016-04-291-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 CRCMartin Braun2013-10-061-10/+9
|
* digital: OFDM headers now have auto-scramble feature (reduce PAPR spikes)Martin Braun2013-10-021-1/+36
|
* channels: Setting up channels module for uninstalled import.Ben Reynwar2013-06-031-1/+1
|
* Merged in next_docs branch.Ben Reynwar2013-05-191-5/+11
|
* Merged in 'next' branch.Ben Reynwar2013-05-101-18/+79
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-0/+69