summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/qa_hdlc_framer.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-10/+10
| | | | | | 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
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-2/+3
|
* gr-digital: update the HDLC blocks.Nick Foster2014-05-091-3/+2
| | | | | | * HDLC deframer is now OVER 9000%! faster * No more correlate_access_code_tag req'd * Properly assign HDLC blocks to Packet Operators subgroup
* Add QA code to HDLC framer/deframer.Nick Foster2014-03-271-0/+64