HB9UF / gr-ysf

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

Do not rely on FICH order #26

Open mweyland opened 8 years ago

mweyland commented 8 years ago

The current code relies on the FICH packets to arrive in the specified order to correctly extract call signs etc. While this usually works, if one packet is dropped, the order is messed up. Use tags or some other mechanism to explicitly assign a packet type in the deframer.

mweyland commented 8 years ago

Actually the current code does not rely on the FICH packets to arrive in a specific order. Yet something appears to get mixed up when packets are dropped. Must investigate this further.