GNU Radio blocks for receiving/transmitting GSM https://osmocom.org/projects/gr-gsm/wiki
Go to file
piotr 5f1e1d38f8 turned off automatic tuning to estimated frequency offset with positive result for stability of the receiver 2014-02-05 18:10:05 +01: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 Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
grc Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
include/gsm Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
lib turned off automatic tuning to estimated frequency offset with positive result for stability of the receiver 2014-02-05 18:10:05 +01:00
python Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
swig Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
.gitignore Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
CMakeLists.txt Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00

docs/README.gsm

This is the gsm-write-a-block package meant as a guide to building
out-of-tree packages. To use the gsm blocks, the Python namespaces
is in 'gsm', which is imported as:

    import gsm

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using: 

    help(gsm)