aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-02-13Changes of names of applicationsPiotr Krysik7-25/+41
-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-13Renamed applications. Legacy names are kept as symlinks.Piotr Krysik6-37/+40
The symbolic links are created with use of CMake during building.
2016-02-11Removed old and now not needed hack from the receiver's synchronization ↵Piotr Krysik1-1/+1
algorithm
2016-01-09Missing part of fix of the #135 bugPiotr Krysik1-4/+1
2016-01-06Fixed all hierarchical blocks in the projectPiotr Krysik8-22/+41
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-02Another approach to fix for problem #135Piotr Krysik2-2/+4
with message inputs of hierarhical blocks, caused by incompatibility introduced in GNU Radio 3.7.9.
2016-01-01Fix for problem #135 with hierarhical blocks due to incompatibility ↵Piotr Krysik2-2/+9
introduced in GNU Radio 3.7.9
2015-11-22Corrected of MCC field interpretationPiotr Krysik1-1/+1
2015-11-15Merge pull request #133 from maxifree/patch-1Piotr Krysik1-1/+1
Update gr-gsmConfig.cmake
2015-11-15Update gr-gsmConfig.cmakemaxifree1-1/+1
After renaming library to libgnuradio-grgsm.so we should change NAMES parameter accordingly
2015-11-14Remove throttling from gsm_channelize.pySteve Glass1-4/+1
Signed-off-by: Piotr Krysik <ptrkrysik@gmail.com>
2015-10-12Commented lines incompatible with older GNU Radio versions from ↵Piotr Krysik1-33/+36
airprobe_rtlsdr.py
2015-10-07Merge pull request #132 from rpp0/wideband-inputPiotr Krysik6-2/+202
Wideband input block
2015-10-05Cleaned up code in wideband input blockrpp1-22/+26
2015-10-05Implemented multiband channelizer as gr-gsm block.rpp6-2/+198
2015-10-01Merge pull request #131 from romankh/wideband-scannerPiotr Krysik7-5/+503
Addition of the wideband scanner
2015-09-29Fixed class names and added sample rate correctness check in ↵Roman Khassraf1-4/+7
airprobe_rtlsdr_scanner.py
2015-09-27Fixed CMakeLists for airprobe_rtlsdr_scanner.pyRoman Khassraf1-0/+1
2015-09-27Added /airprobe_rtlsdr_scanner.py to appsRoman Khassraf1-0/+393
2015-09-27Added parsing arfcn's from cell description in SIT1.Roman Khassraf3-0/+33
2015-09-26Added parsing CCCH Config in system info extractorRoman Khassraf3-2/+17
2015-09-26Added MCC parsing in system info extractor, fixed MNC parsing for 2-digit MNC'sRoman Khassraf3-5/+21
2015-09-26Added functions to get first and last arfcn of a bandRoman Khassraf2-0/+37
2015-09-20Added option of providing recording length to airporbe_rtl_sdr_capturePiotr Krysik1-5/+25
2015-09-20Added missing include of endian.h to the message printerPiotr Krysik1-0/+3
2015-09-18Updated link to examplesPiotr Krysik1-0/+0
2015-09-14Updated submodules linksPiotr Krysik2-0/+0
2015-09-14Corrected links to the wikiPiotr Krysik1-1/+1
2015-09-14Replaced usage and installation information with links to wikiPiotr Krysik1-138/+4
2015-09-14Merge pull request #126 from rpp0/app-channelizerPiotr Krysik1-0/+153
Standalone GSM channelizer app for splitting wideband cfiles
2015-09-14Merge pull request #128 from romankh/msg-printing-issue-127Piotr Krysik6-17/+98
airprobe_decode enhancements
2015-09-13Updated link to examples repositoryPiotr Krysik1-0/+0
2015-09-13Mandatory arfcn or frequency only for cfile input in airprobe_decodeRoman Khassraf1-1/+1
2015-09-13Added option verbose for message printing in airprobe_decodeRoman Khassraf1-2/+24
2015-09-13Replaced frame count calculation by libosmogsm functionRoman Khassraf1-7/+5
2015-09-13Added options to print frame number and A5 frame count in message printer. ↵Roman Khassraf4-7/+68
Issue #127
2015-09-11Created standalone GSM channelizer app for splitting wideband captures into ↵rpp1-0/+153
multiple per-channel files
2015-09-05Updated link to examples to current revisionPiotr Krysik1-0/+0
2015-09-05Corrected CMakeLists from apps directoryPiotr Krysik1-1/+1
2015-09-04Updated examplesPiotr Krysik1-0/+0
2015-09-02updated examplesPiotr Krysik1-0/+0
2015-09-02Removed grcc compilation and added airprobe_rtlsdr.pyPiotr Krysik2-20/+296
2015-09-02Removed airprobe_file from grcPiotr Krysik1-897/+0
2015-08-31Added submodules for examples and test dataPiotr Krysik7-3790/+6
2015-08-30Merge pull request #121 from romankh/gr-gsm-appsPiotr Krysik1-0/+357
Addition of the Decoder app by romankh
2015-08-30Added information about requirement of libosmocorePiotr Krysik1-1/+6
Added information about requirement of libosmocore to manual installation description.
2015-08-29Implemented decoder appRoman Khassraf1-0/+357
2015-08-25Removal of docker installtion from the readmePiotr Krysik1-8/+0
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-25Merge pull request #119 from romankh/gr-gsm-appsPiotr Krysik5-0/+649
App for RTL-SDR single channel capture
2015-08-24Added getter/setter for arfcnRoman Khassraf1-2/+19