falkenber9 / falcon

FALCON - Fast Analysis of LTE Control channels
GNU Affero General Public License v3.0
241 stars 74 forks source link

Fix gui for entering frequency above 2.1 GHz. #1

Closed paul99 closed 4 years ago

paul99 commented 4 years ago

One line computed frequency in Hz as int32_t before assignment, and therefore went negative above 2^31 Hz (2.147... GHz).

Cast it to double.

Allows operation in band 7, e.g. 2.625 GHz.

paul99 commented 4 years ago

Thanks for the really nice project, Robert! This is just a trivial bug fix to frequency selection above 2^31 Hz. The base code works, just the GUI has an error when reading the spin-box value.

falkenber9 commented 4 years ago

Dear Paul, thank you for the bugfix! We are currently refactoring the GUI, so the bugfix will be included there.

Best Robert

falkenber9 commented 4 years ago

Fixed in release v1.0.0 b8fa6220993b2dc1e27ed28daf3848017a8bf2ad.