This is a collection of open source software (OSS) tools to locate and track LTE basestation cells using very low performance RF front ends. For example, these tools work with RTL2832 based dongles (E4000, R820T, etc.) which have a noise figure of 20dB, only 8 bits in the A/D, and a crystal with a frequency error of about 100 PPM. In fact, since the LTE downlink center frequencies are accurate to within 0.050 PPM, these tools can be used to calibrate the receiver's oscillator.
This code was developed on an Ubuntu 12.04 system but has also been made to work on Ubuntu 10.04.
To report any bugs, contact James Peroulas ( This email address is being protected from spambots. You need JavaScript enabled to view it. ), or use the bugtracker on github.
Using git:
git clone git://github.com/Evrytania/LTE-Cell-Scanner.git
The following libraries are required to compile and run these programs:
cd LTE-Cell-Scanner mkdir build cd build cmake .. make
sudo make install
sudo make uninstall