Commit Graph

195 Commits

Author SHA1 Message Date
ptrkrysik 6c35013d73 Added separate file for short license notice (that is used for example by gr_modtool to add these notices) and longer Copying file with full license. 2014-12-15 09:03:49 +01:00
ptrkrysik 79d0909d0d Added example showing that python blocks for new experimental gsm receiver can be actually used for searching for FCCH and SCH bursts and showing their positions on plots. 2014-12-13 11:43:03 +01:00
ptrkrysik 821c87ca09 Added some info about python blocks. 2014-12-13 11:41:10 +01:00
ptrkrysik ec6306b3df Added LIB_SUFFIX in CMakeLists.txt (by Matin Hauke) 2014-12-13 11:40:35 +01:00
ptrkrysik 5ad7d630a5 Added return value to fire_crc (by Matin Hauke) 2014-12-13 11:39:53 +01:00
ptrkrysik 2e5b7fb1c6 Corrected sch_detector 'np.complex64' occurences to 'complex64'. 2014-12-13 10:11:51 +01:00
ptrkrysik 3be74a732b Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. 2014-12-13 10:11:00 +01:00
Piotr Krysik 0cd9ef0a80 Update README.md 2014-12-09 13:41:01 +01:00
Piotr Krysik 3c00d1cd87 Update README.md 2014-12-09 13:39:46 +01:00
Piotr Krysik e3cc354da5 Update README.md 2014-12-07 17:48:03 +01:00
Piotr Krysik dd2798f971 Update README.md 2014-12-07 12:11:19 +01:00
Piotr Krysik fca7e84818 Update README.md 2014-12-07 10:52:12 +01:00
Piotr Krysik ad1785eed3 Update README.md 2014-12-06 23:38:18 +01:00
Piotr Krysik 81a681e948 Update README.md 2014-12-06 23:05:21 +01:00
Piotr Krysik f9a00ab04f Update README.md 2014-12-06 21:22:28 +01:00
Piotr Krysik b3e7b66f18 Update README.md 2014-12-06 21:16:17 +01:00
Piotr Krysik 6985131999 Update sch_detector.py
Commented import that caused problems with running/pybombs installation.
2014-12-06 20:57:32 +01:00
Piotr Krysik d6cc0690c3 Update fcch_burst_tagger.py 2014-12-06 20:56:19 +01:00
Piotr Krysik 248658122a Update README.md 2014-12-06 20:31:00 +01:00
Piotr Krysik fae73e8f4d Update README.md 2014-12-06 20:30:34 +01:00
Piotr Krysik 2cf8a5a7dd Update README.md 2014-12-06 20:24:52 +01:00
Piotr Krysik a5dafdb807 Update README.md 2014-12-06 20:17:53 +01:00
Piotr Krysik d96d1e2cbb Update README.md 2014-12-06 20:15:11 +01:00
Piotr Krysik b89e6a3b84 Update README.md 2014-12-06 19:57:11 +01:00
Piotr Krysik 0127c6e86a Update README.md 2014-12-06 19:53:04 +01:00
Piotr Krysik dc51a082be Update README.md 2014-12-06 19:51:19 +01:00
Piotr Krysik ebdb5f4c2d Update README.md 2014-12-06 19:50:44 +01:00
Piotr Krysik 96b314dd5f Update README.md 2014-12-06 19:15:58 +01:00
Piotr Krysik 99f33e4a61 Update README.md 2014-12-06 18:58:11 +01:00
Piotr Krysik 4142285b87 Update README.md 2014-12-06 18:44:24 +01:00
Piotr Krysik 8ebbf06e15 Update README.md 2014-12-06 18:40:40 +01:00
Piotr Krysik 08b92a017d Update README.md 2014-12-06 18:35:41 +01:00
Piotr Krysik 1adc093428 Update README.md 2014-12-06 18:35:00 +01:00
ptrkrysik f2bb4afbc2 Changes in the Readme - mainly Installation process. 2014-12-06 18:32:24 +01:00
ptrkrysik 458004e3a6 Complied python applications generated from grc wit gnuradio 3.7.2 so it should work with for example Ubuntu 14.10.
Seems that systems with newer versions of gnuradio are also supported.
2014-12-06 15:36:35 +01:00
ptrkrysik 30f3945164 Commented boost libraries linked in order for plotting to work. Don't know how to force pybombs to install boost_iostreams. 2014-12-05 18:25:58 +01:00
Piotr K. 02f2662d5d Merge pull request #10 from dholm/bugfix/cmake-pmt
cmake: Instruct GNU Radio to look for pmt library

I did a little test with pmt library present and with some files of the library removed. This check discovers that if pmt check is missing or not so I'm merging it.
2014-12-03 22:40:33 +01:00
David Holm c7f268259e cmake: Instruct GNU Radio to look for pmt library 2014-12-03 22:22:39 +01:00
ptrkrysik 402c1fac30 Added missing #include statements in order to make gr-gsm compile on some systems.
CLoses issue #8.
2014-12-03 22:09:29 +01:00
ptrkrysik 72f2264968 Removed unnecessary libgnuradio-uhd3.7.2.1 from the list of packages to install on Ubuntu 14.10 2014-12-03 13:31:00 +01:00
ptrkrysik 77509fa851 Updated airprobe_file.py so it works with new clock offset controll 2014-12-03 08:04:42 +01:00
Piotr K. bb69c799d5 Merge pull request #5 from dholm/feature/osx-support
endian: MacOS X support for endian conversion macros
2014-12-03 00:51:20 +01:00
ptrkrysik aea7f34e90 Added checking for Volk presence according to @dholm #4 pull request. 2014-12-03 00:37:57 +01:00
ptrkrysik d57745d31f Removed assert.h as it caused more problems than it was worth. Fixes #7 2014-12-02 19:05:36 +01:00
ptrkrysik 529895b14c Updated copyleft statements of my files #3 2014-12-02 18:07:38 +01:00
ptrkrysik 0e8eee4533 Added license file, closes #3 2014-12-02 15:18:09 +01:00
David Holm 9880653e0f endian: MacOS X support for endian conversion macros
betohX/htobeX are only available on GNU/Linux.  This change introduces a
header file that maps these functions to the ones available on MacOS X.
2014-12-01 21:27:27 +01:00
ptrkrysik e60e671ffd Little correction to the installation process 2014-12-01 16:20:08 +01:00
ptrkrysik fb81e57e25 Changes in the readme.md 2014-11-30 13:23:41 +01:00
ptrkrysik c8bf7969c0 Cosmetic change to Readme.md 2014-11-29 00:17:28 +01:00