mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-18 02:19:44 -07:00
17a9dfe0ff
LTE EARFCNs can exceed the 14-bit GSMTAP ARFCN field maximum (16383), causing Deku to panic with "bit size of input is larger than bit requested size: 16 exceeds 14". This broke pcap generation for international captures (e.g. UK, Switzerland). Mask the value to 14 bits per the GSMTAP spec instead of panicking. Fixes #1012, fixes #945 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>