bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
438 stars 126 forks source link

fixes issue #76 (timestamps did "overflow" after 536 seconds) #93

Closed kevinluchsinger closed 7 years ago

kevinluchsinger commented 7 years ago

removed cast to int: after 536 seconds at 2.4 MSamples/s, the cast to int did overflow

bistromath commented 7 years ago

approved, thanks.

kevinluchsinger commented 7 years ago

you can close issue #76 (auto-close did not work)