Vasil Velichkov
Vasil Velichkov
Hi @SDR888, > I did find where is grgsm_livemon.py ,i search everywhere but can't find grgsm_livemon.py . help please!!! thank you so much! How did you install gr-gsm and gnuradio...
Hi @Mr-Momen, > but unfortunately when i try to start the live_mon i get this error :- > # root@kali:~# grgsm_livemon > Traceback (most recent call last): > File "/usr/local/bin/grgsm_livemon",...
> grgsm_scanner seems to be stuck in a loop. Or is this behavior expected? The loop is expected as it scans over all frequencies of the selected band `-b DCS1800`....
> know there are multiple DCS1800 operators here though. How do you know that? > What could be wrong? Does it find cells in the default `GSM900` band? Do you...
Hi @Y2Kot, Comment out lines (347,348) in grgsm_scanner 346 # put /dev/null fds on 1 and 2 347 os.dup2(null_fds[0], 1) 348 os.dup2(null_fds[1], 2) and post the output
Hi @fipso, Try to comment out the following in two lines in `grgsm_scanner`, run it and post the full output ```python # put /dev/null fds on 1 and 2 os.dup2(null_fds[0],...
Hi @fipso, > i get some type of restart loop. That's normal as it loops over all frequencies in the given band. > Args= gr-osmosdr v0.1.4-98-gc653754d (0.1.5git) gnuradio 3.7.12git-377-g273392bd built-in...
> i want to find gsm stations. what args do i have to use ? For me it works without any args but it depends on where you live and...
> germany. For Germany the correct bands are GSM900 (the default one) and DCS1800 (you need to specify it on the command line as show in my previous post) >...
Hi @KR0SIV, > fresh debian installation to boot. Which version? And what SDR do you use? If you are using HackRF see https://github.com/ptrkrysik/gr-gsm/issues/336#issuecomment-332957714 Also provide the full output attached as...