diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-06-05 14:17:13 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2013-06-05 14:17:13 -0400 |
commit | f4ebf4091af6b3c0f6f5a1e74eb1f586d107a226 (patch) | |
tree | c58f9da1aed372693fa5fae55e906a5a7bbadff1 /gr-digital/python/digital/qa_crc32_bb.py | |
parent | 359e08dde2a5dbc2c7f97e9d1b8be930ecc5ffb9 (diff) |
digital: qa_crc32_bb update crc32 to the correct value for standard crc-32
Diffstat (limited to 'gr-digital/python/digital/qa_crc32_bb.py')
-rwxr-xr-x | gr-digital/python/digital/qa_crc32_bb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/digital/qa_crc32_bb.py b/gr-digital/python/digital/qa_crc32_bb.py index 167470d420..71ba81ded3 100755 --- a/gr-digital/python/digital/qa_crc32_bb.py +++ b/gr-digital/python/digital/qa_crc32_bb.py @@ -126,7 +126,7 @@ class qa_crc32_bb (gr_unittest.TestCase): def test_005_tag_propagation (self): """ Make sure tags on the CRC aren't lost. """ - data = (0, 1, 2, 3, 4, 5, 6, 7, 8, 230, 166, 39, 8) + data = (0, 1, 2, 3, 4, 5, 6, 7, 8, 2, 67, 225, 188) tag_name = "len" tag = gr.tag_t() tag.offset = 0 |