HB9UF / gr-ysf

GNU Radio modules for decoding Yaesu System Fusion C4FM packets
GNU General Public License v3.0
57 stars 14 forks source link

Evaluate CRC #9

Open mweyland opened 8 years ago

mweyland commented 8 years ago

Some of the packets have a CRC appended that is currently just stripped / ignored. We should evaluate that CRC. There are also a few padding-bits that we could also evaluate or force to zero if that helps. Packets that have CRCs are:

This also entails thinking about what has to be done on a CRC mismatch.