Commit Graph

437 Commits

Author SHA1 Message Date
Piotr Krysik a8aab32d85 Updated readmes to include renamed applications 2016-02-13 18:38:12 +01:00
Piotr Krysik 332e0b5c6b Changes of names of applications
-removed 'airprobe' from names completely,
-removed '.py' from names,
-moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.
2016-02-13 18:37:32 +01:00
Piotr Krysik 3e192c4fbe Renamed applications. Legacy names are kept as symlinks.
The symbolic links are created with use of CMake during building.
2016-02-13 07:31:51 +01:00
Piotr Krysik 97d4f8a4ca Removed old and now not needed hack from the receiver's synchronization algorithm 2016-02-11 08:40:44 +01:00
Piotr Krysik e403d9bfe5 Missing part of fix of the #135 bug 2016-01-09 22:27:28 +01:00
Piotr Krysik 8715da0893 Fixed all hierarchical blocks in the project
by adding a hier_block class that solves incompatibility between GNU Radio >=3.7.9 and <=3.7.8
and inheriting all hierarchical blocks from it.
This commit fixes #135
2016-01-06 22:21:09 +01:00
Piotr Krysik e3b652ddf3 Another approach to fix for problem #135
with message inputs of hierarhical blocks, caused by incompatibility introduced in GNU Radio 3.7.9.
2016-01-02 09:14:27 +01:00
Piotr Krysik 3a527f8e58 Fix for problem #135 with hierarhical blocks due to incompatibility introduced in GNU Radio 3.7.9 2016-01-01 16:01:26 +01:00
Piotr Krysik 34935e9b05 Corrected of MCC field interpretation 2015-11-22 08:07:02 +01:00
Piotr Krysik 25cb6cdf30 Merge pull request #133 from maxifree/patch-1
Update gr-gsmConfig.cmake
2015-11-15 16:14:18 +01:00
maxifree 7238590f10 Update gr-gsmConfig.cmake
After renaming library to libgnuradio-grgsm.so we should change NAMES parameter accordingly
2015-11-15 03:34:35 +03:00
Steve Glass e25e10e607 Remove throttling from gsm_channelize.py
Signed-off-by: Piotr Krysik <ptrkrysik@gmail.com>
2015-11-14 10:52:07 +01:00
Piotr Krysik 56b0a67369 Commented lines incompatible with older GNU Radio versions from airprobe_rtlsdr.py 2015-10-12 08:34:15 +02:00
Piotr Krysik 1afe0c2985 Merge pull request #132 from rpp0/wideband-input
Wideband input block
2015-10-07 14:48:45 +02:00
rpp d7e8baeade Cleaned up code in wideband input block 2015-10-05 10:48:18 +02:00
rpp a49a4d2b96 Implemented multiband channelizer as gr-gsm block. 2015-10-05 09:57:03 +02:00
Piotr Krysik 06ecb02d5e Merge pull request #131 from romankh/wideband-scanner
Addition of the wideband scanner
2015-10-01 08:23:37 +02:00
Roman Khassraf e2fbb87d8e Fixed class names and added sample rate correctness check in airprobe_rtlsdr_scanner.py 2015-09-29 19:40:04 +02:00
Roman Khassraf 1e6871724b Fixed CMakeLists for airprobe_rtlsdr_scanner.py 2015-09-27 11:29:12 +02:00
Roman Khassraf 996103f5e6 Added /airprobe_rtlsdr_scanner.py to apps 2015-09-27 11:22:35 +02:00
Roman Khassraf 74efd100da Added parsing arfcn's from cell description in SIT1. 2015-09-27 10:49:23 +02:00
Roman Khassraf 9f4feb5c38 Added parsing CCCH Config in system info extractor 2015-09-26 18:44:56 +02:00
Roman Khassraf a1dd7eef16 Added MCC parsing in system info extractor, fixed MNC parsing for 2-digit MNC's 2015-09-26 17:20:49 +02:00
Roman Khassraf 5ec7987f8a Added functions to get first and last arfcn of a band 2015-09-26 08:29:13 +02:00
Piotr Krysik 351d217b77 Added option of providing recording length to airporbe_rtl_sdr_capture 2015-09-20 13:53:06 +02:00
Piotr Krysik 29bcd398cd Added missing include of endian.h to the message printer 2015-09-20 13:15:51 +02:00
Piotr Krysik 43eb034fba Updated link to examples 2015-09-18 10:23:09 +02:00
Piotr Krysik 42a30afba1 Updated submodules links 2015-09-14 20:35:35 +02:00
Piotr Krysik e464788eed Corrected links to the wiki 2015-09-14 12:51:44 +02:00
Piotr Krysik 1b89fdaa67 Replaced usage and installation information with links to wiki 2015-09-14 12:45:39 +02:00
Piotr Krysik 5238a3849a Merge pull request #126 from rpp0/app-channelizer
Standalone GSM channelizer app for splitting wideband cfiles
2015-09-14 11:46:45 +02:00
Piotr Krysik f321c6f324 Merge pull request #128 from romankh/msg-printing-issue-127
airprobe_decode enhancements
2015-09-14 11:19:48 +02:00
Piotr Krysik e92e9c759c Updated link to examples repository 2015-09-13 13:47:47 +02:00
Roman Khassraf f4307481cf Mandatory arfcn or frequency only for cfile input in airprobe_decode 2015-09-13 12:23:59 +02:00
Roman Khassraf 262b53dcbd Added option verbose for message printing in airprobe_decode 2015-09-13 12:14:26 +02:00
Roman Khassraf 9a54c7bfcf Replaced frame count calculation by libosmogsm function 2015-09-13 11:04:42 +02:00
Roman Khassraf dfe7009435 Added options to print frame number and A5 frame count in message printer. Issue #127 2015-09-13 10:59:56 +02:00
rpp 29a39b2d5e Created standalone GSM channelizer app for splitting wideband captures into multiple
per-channel files
2015-09-11 16:33:58 +02:00
Piotr Krysik b3d386d5e4 Updated link to examples to current revision 2015-09-05 15:06:29 +02:00
Piotr Krysik c17d9a2864 Corrected CMakeLists from apps directory 2015-09-05 02:13:52 +02:00
Piotr Krysik 38eff9d1ad Updated examples 2015-09-04 09:08:55 +02:00
Piotr Krysik c674719fc1 updated examples 2015-09-02 21:49:42 +02:00
Piotr Krysik 3558208ae9 Removed grcc compilation and added airprobe_rtlsdr.py 2015-09-02 21:49:12 +02:00
Piotr Krysik 803e4f4e5c Removed airprobe_file from grc 2015-09-02 21:11:31 +02:00
Piotr Krysik c8cf3e9c57 Added submodules for examples and test data 2015-08-31 17:05:40 +02:00
Piotr Krysik a5c8e2b64e Merge pull request #121 from romankh/gr-gsm-apps
Addition of the Decoder app by romankh
2015-08-30 18:36:48 +02:00
Piotr Krysik 83209f6c2d Added information about requirement of libosmocore
Added information about requirement of libosmocore to manual installation description.
2015-08-30 18:29:19 +02:00
Roman Khassraf 2b1ebf1f21 Implemented decoder app 2015-08-29 17:43:43 +02:00
Piotr Krysik d38966e171 Removal of docker installtion from the readme
The docker installation wasn't updated for long time and due to report that it doesn't work - I'm removing its description from readme.
2015-08-25 08:49:44 +02:00
Piotr Krysik 75927258eb Merge pull request #119 from romankh/gr-gsm-apps
App for RTL-SDR single channel capture
2015-08-25 08:25:52 +02:00