aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf3-0/+115
2015-08-03Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_sourceRoman Khassraf3-18/+18
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf4-24/+20
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf5-0/+28
2015-07-29Implemented message sink block for unit testingRoman Khassraf2-3/+64
2015-07-27Implemented message source block for unit testingRoman Khassraf2-1/+62
2015-07-26Added option to message printer that allows printing the gsmtap header.Roman Khassraf1-1/+1
2015-07-24Added option to burst printer for ignoring dummy bursts. Issue #95Roman Khassraf1-1/+2
2015-07-21Added block burst_sink_qa for unit testing of burst-based blocksRoman Khassraf2-0/+61
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf2-0/+65
2015-07-17Added support for A5/2, A5/3, A5/4. Issue #85Roman Khassraf1-5/+6
2015-07-16Merge pull request #87 from romankh/ia-collectorPiotr Krysik2-0/+67
2015-07-13Added options to burst printer to have partial output compatibility to airpro...Roman Khassraf1-1/+2
2015-07-13Implemented option to extract only one Immediate Assignment per request refer...Roman Khassraf1-1/+1
2015-07-13Added option to ignore Immediate Assignments for GPRS channels in the extract...Roman Khassraf1-1/+1
2015-07-12Added option to enable/disable information printing in immediate assignment e...Roman Khassraf1-1/+1
2015-07-12Added functions for retrieving data from immediate assignment extractorRoman Khassraf1-1/+11
2015-07-12Merge remote-tracking branch 'upstream/master' into ia-collectorRoman Khassraf4-1/+5
2015-07-08Added more includes of STL containers definitions.ptrkrysik4-0/+4
2015-07-06Implemented interpretation of bit map and variable bit map cell lists formats...ptrkrysik1-1/+1
2015-06-24Implementation of a block for extracting immediate assignments from control c...Roman Khassraf2-0/+57
2015-06-20Merge remote-tracking branch 'origin/romankh-master'ptrkrysik1-2/+10
2015-06-10Implemented channel hopping for CX channelsrpp1-1/+2
2015-06-10Added CX channel hopper blockrpp2-0/+59
2015-06-02Changed tch_mode enum to support AMRRoman Khassraf1-2/+10
2015-05-30Merge branch 'romankh-master'ptrkrysik3-0/+115
2015-05-29Included block.h instead of sync_block in message_printerPiotr Krysik1-1/+1
2015-05-28Implemented a burst sink and a burst source. See issue #42Roman Khassraf3-0/+115
2015-05-22Changed author in TCH demapper and decoderRoman Khassraf2-2/+2
2015-05-20Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50Roman Khassraf2-1/+67
2015-05-08Merge remote-tracking branch 'upstream/master'Roman Khassraf2-5/+8
2015-05-08Changes in buildsystem bringing back capability to quickly add new blocks wit...ptrkrysik1-5/+7
2015-04-28Define missing 16 bit endian swap macro and fix some endian.h inclusion.Martin Jesper Low Madsen1-0/+1
2015-04-14Implementation of TCH/F demapper block. See issue #38Roman Khassraf2-1/+60
2015-04-12Added option to prepend framenumber in bursts_printerRoman Khassraf1-1/+1
2015-04-04Reimplemented clock_offset_control block in C++ptrkrysik2-0/+61
2015-04-04Removed redundant CMakeList.txtptrkrysik1-20/+0
2015-02-07Added timeslot nr parameter to the demapper to enable it to work on other tim...ptrkrysik1-1/+1
2015-02-07Removed get_bcch_or_cch_bursts blockptrkrysik2-60/+1
2015-01-15Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly.ptrkrysik2-1/+2
2015-01-15Removing unnecessary forecast() and general_work(...) functions.ptrkrysik1-1/+1
2015-01-15After:ptrkrysik1-0/+58
2015-01-03Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjac...ptrkrysik2-2/+2
2014-12-15Added new decryption block (be careful - untested component). Changed CMakeFi...ptrkrysik5-2/+84
2014-12-13Updated burst printer to accept a pmt string which will be prepended to any p...Jacob Gilbert1-1/+1
2014-12-13Updated message printer to accept a pmt string which will be prepended to any...Jacob Gilbert1-1/+1
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old...ptrkrysik17-14/+14
2014-12-03Merge pull request #5 from dholm/feature/osx-supportPiotr K.1-0/+15
2014-12-02Updated copyleft statements of my files #3ptrkrysik11-83/+103
2014-12-01endian: MacOS X support for endian conversion macrosDavid Holm1-0/+15