gr-gsm/apps/helpers
Vasil Velichkov b615cefdee grgsm_capture: Fix device arguments
We need a space between numchan=1 and the rest of the device arguments
otherwise when --args is specified it fails with RuntimeError: bad lexical cast

$ grgsm_capture --args=soapy

Traceback (most recent call last):
  File "/usr/local/bin/grgsm_capture", line 179, in <module>
    device_args=options.device_args)
  File "/usr/local/bin/grgsm_capture", line 57, in __init__
    osmosdr.source(args="numchan=1" + device_args )
  File "/usr/local/lib64/python2.7/site-packages/osmosdr/osmosdr_swig.py", line 1170, in make
    return _osmosdr_swig.source_make(*args, **kwargs)
RuntimeError: bad lexical cast: source type value could not be interpreted as target

Change-Id: I2d1bcee835b695c91a5c44ec78a40b2d969f611c
2019-07-18 10:31:27 +02:00
..
CMakeLists.txt Remove all traces of the compatibility symlinks from cmake. 2017-08-26 13:14:13 +00:00
README Updated readmes to include renamed applications 2016-02-13 18:38:12 +01:00
grgsm_capture grgsm_capture: Fix device arguments 2019-07-18 10:31:27 +02:00
grgsm_channelize grgsm_channelize: Add ichar data type 2018-09-13 15:35:44 +02:00

README

Helper programs for grgsm_decode:

-grgsm_capture    (old name: airprobe_rtlsdr_capture.py) - program for capturing GSM signal to a file that can be later processed by grgsm_decode,

-grgsm_channelize (old name: gsm_channelize.py) - splits wideband capture file into multiple files - each contain single GSM channel,