GSM receiver with gr-gsm and Wireshark » History » Version 2

« Previous - Version 2/3 (diff) - Next » - Current version
ROQUE, Damien, 02/21/2015 01:16 AM


GSM receiver with gr-gsm and Wireshark

In this example, we use a module available at https://github.com/ptrkrysik/gr-gsm. As explained in this page, its installation can be performed thanks to PyBombs which should be already installed if you followed our installation guide. In you PyBombs directory, issue the following instruction:

sudo ./pybombs install gr-gsm
sudo ldconfig

In order to use this module with USRP hardware, you should use the following GRC flowgraph.

Once the GRC program is launched and configured on a GSM beacon frequency, decoded data is displayed on standard output as well as on a UDP socket. Wireshark can thus be used to dissect captured frames:

sudo wireshark -k -Y '!icmp && gsmtap' -i lo