Evrytania LLC


LTE Tools

Introduction

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.

  • LTE Cell Scanner is a tool that will scan a set of frequencies and identify LTE carriers. It also decodes the MIB.
  • LTE Tracker is a realtime tool that continuously identifies and tracks all the LTE cells on a particular frequency.

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.

Obtaining the code

Using git:

git clone git://github.com/Evrytania/LTE-Cell-Scanner.git

Required libraries

The following libraries are required to compile and run these programs:

Compile

cd LTE-Cell-Scanner
mkdir build
cd build
cmake ..
make

Install

sudo make install

Un-Install

sudo make uninstall

Related links: