Hi I just started to install Airprobe to capture and decode GSM bursts, Everything is fine when I configure and install . But when starting to run the script ./go.sh in the gsm receiver directory, a lot of problems occur. Then I also tried to change the script so it can run with gnuradio 3.10.5.1 because some modules as well as classes are no longer supported and the result doesn't give what I expected.
The line that i have changed:
class class tuner(gr.feval_dd) to class tuner(gr.sync_block)
gsm.receiver_cf(self.tuner_callback, self.synchronizer_callback, self.options.osr, self.options.key.replace(' ', '').lower(), self.options.configuration.upper()) to gsm.receiver(self.options.osr, cell_allocation, seq_nums, process_uplink=False)
Can anyone help me with this issue or Is there any alternative way to capture and decode GSM bursts beside using Airprobe ?
Hi I just started to install Airprobe to capture and decode GSM bursts, Everything is fine when I configure and install . But when starting to run the script ./go.sh in the gsm receiver directory, a lot of problems occur. Then I also tried to change the script so it can run with gnuradio 3.10.5.1 because some modules as well as classes are no longer supported and the result doesn't give what I expected.
The line that i have changed:
class class tuner(gr.feval_dd) to class tuner(gr.sync_block)
gsm.receiver_cf(self.tuner_callback, self.synchronizer_callback, self.options.osr, self.options.key.replace(' ', '').lower(), self.options.configuration.upper()) to gsm.receiver(self.options.osr, cell_allocation, seq_nums, process_uplink=False)
Can anyone help me with this issue or Is there any alternative way to capture and decode GSM bursts beside using Airprobe ?