GNU Radio blocks for receiving/transmitting GSM https://osmocom.org/projects/gr-gsm/wiki
Go to file
piotr 1c8de50663 Changes to make clock_offset_corrector install and work on other machines 2014-08-06 16:01:40 +02:00
apps Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
cmake Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
docs Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
examples Changes to make clock_offset_corrector install and work on other machines 2014-08-06 16:01:40 +02:00
grc Changes to make clock_offset_corrector install and work on other machines 2014-08-06 16:01:40 +02:00
hier_blocks Cleanup in examples directory 2014-08-06 14:18:02 +02:00
include Missing swig and CMake changes for clock correction 2014-08-06 14:12:11 +02:00
lib Added workaround old implementation of rotateN that is still present in ubuntu 14.04 packages 2014-08-06 15:37:01 +02:00
python Changes to make clock_offset_corrector install and work on other machines 2014-08-06 16:01:40 +02:00
swig Missing swig for new message printing block 2014-08-06 14:17:13 +02:00
.gitignore Ignore *.pyc and *.pyo files 2014-08-04 09:25:10 +02:00
CMakeLists.txt Added to buildsystem instalation of include/gsm/plotting.h 2014-04-17 10:58:09 +02:00
README.md Formatting 2014-08-06 15:11:07 +02:00

README.md

This are gnuradio blocks and tools for receiving GSM transmissions.

Installation

On clean Ubuntu 14.04 following packages are required in order to compile gr-gsm:

sudo apt-get install gnuradio gnuradio-dev uhd-host gr-osmosdr        #use this command if you don't want to compile gnuradio sources
sudo apt-get install git cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev

Download gr-gsm sources with following command:

git clone git@github.com:Jakotako/gr-gsm.git

and compile it:

cd gr-gsm
mkdir build
cmake ..
make
sudo make install