mirror of
https://github.com/smittix/intercept.git
synced 2026-07-20 23:38:10 -07:00
Switch gr-gsm source from ptrkrysik to bkerler fork
The ptrkrysik/gr-gsm repo uses SWIG which is incompatible with GNU Radio 3.10+. The bkerler fork supports modern GNU Radio and builds successfully on current Ubuntu/Debian systems. Updated all references in Dockerfile, setup.sh, dependencies.py, and error messages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1379,7 +1379,7 @@ def scanner_thread(cmd, device_index):
|
||||
except FileNotFoundError:
|
||||
logger.error(
|
||||
"grgsm_scanner not found. Please install gr-gsm: "
|
||||
"https://github.com/ptrkrysik/gr-gsm"
|
||||
"https://github.com/bkerler/gr-gsm"
|
||||
)
|
||||
# Send error to SSE stream so the UI knows
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user