GNU Radio blocks for receiving/transmitting GSM https://osmocom.org/projects/gr-gsm/wiki
Go to file
piotr 8a9f592f5c Missing swig and CMake changes for clock correction 2014-08-06 14:12:11 +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 Removed the receiver with channelizer 2014-08-06 14:08:07 +02:00
grc Added new blocks for clock freqeuncy correction 2014-08-06 14:10:56 +02:00
hier_blocks Added new blocks for clock freqeuncy correction 2014-08-06 14:10:56 +02:00
include Missing swig and CMake changes for clock correction 2014-08-06 14:12:11 +02:00
lib Added new blocks for clock freqeuncy correction 2014-08-06 14:10:56 +02:00
python Added new blocks for clock freqeuncy correction 2014-08-06 14:10:56 +02:00
swig Missing swig and CMake changes for clock correction 2014-08-06 14:12:11 +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 Added information about installation to the README.md 2014-08-06 14:06:46 +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