Changed name of message input in clock offset corrector
3 files changed
tree: 2159a7b507a4632fe70e5412e3f4dd958d72723b
  1. apps/
  2. cmake/
  3. docs/
  4. examples/
  5. grc/
  6. hier_blocks/
  7. include/
  8. lib/
  9. python/
  10. swig/
  11. .gitignore
  12. CMakeLists.txt
  13. README.md
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