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:
Smittix
2026-02-08 16:26:09 +00:00
parent 4aeb51a973
commit cd5f1464b6
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -451,9 +451,9 @@ TOOL_DEPENDENCIES = {
'required': True,
'description': 'gr-gsm scanner for finding GSM towers',
'install': {
'apt': 'Build gr-gsm from source: https://github.com/ptrkrysik/gr-gsm',
'apt': 'Build gr-gsm from source: https://github.com/bkerler/gr-gsm',
'brew': 'brew install gr-gsm (may require manual build)',
'manual': 'https://github.com/ptrkrysik/gr-gsm'
'manual': 'https://github.com/bkerler/gr-gsm'
}
},
'grgsm_livemon': {