aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik2-0/+21
2017-01-11Implemented system info collection blockRoman Khassraf2-0/+21
2016-12-04#240: Implemented block for extraction of information from cipher mode ↵Roman Khassraf2-0/+21
command messages
2016-07-18Removed blocks related to old frequency correction loop (controlled const ↵Piotr Krysik3-75/+0
source and old clock offset corrector)
2016-07-17Changed clock offset controller and company in order to remove from the ↵Piotr Krysik2-25/+17
gsm_input one of the resamplers.
2016-07-17Corrections to clock offset corrector that uses tagsPiotr Krysik1-1/+1
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik2-0/+51
2016-07-15New blocks (msg to tag and controlled resampler) related stuffPiotr Krysik2-1/+4
2016-07-15Little changes of GRC blocks namesPiotr Krysik11-11/+11
2016-07-15Moved new blocks (controlled resampler and msg to tag) to appropriate directoryPiotr Krysik2-0/+49
2015-09-13Added options to print frame number and A5 frame count in message printer. ↵Roman Khassraf1-1/+30
Issue #127
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf3-1/+49
2015-08-05Merged origin/test-utils-98 into dev, fixed conflictsRoman Khassraf6-58/+23
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf3-0/+48
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf3-12/+8
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf4-98/+0
2015-07-29Implemented message sink block for unit testingRoman Khassraf2-2/+22
2015-07-27Implemented message source block for unit testingRoman Khassraf2-1/+34
2015-07-26Added option to message printer that allows printing the gsmtap header.Roman Khassraf1-1/+15
2015-07-24Added option to burst printer for ignoring dummy bursts. Issue #95Roman Khassraf1-2/+19
2015-07-21Added block burst_sink_qa for unit testing of burst-based blocksRoman Khassraf2-1/+14
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf2-3/+39
2015-07-16Merge pull request #87 from romankh/ia-collectorPiotr Krysik2-0/+72
Immediate Assignment Extractor
2015-07-13Added some doc to burst printer block. Issue #86Roman Khassraf1-0/+12
2015-07-13Added options to burst printer to have partial output compatibility to ↵Roman Khassraf1-1/+29
airprobe. See issue #86
2015-07-13Improved documentation of immediate assignment extractorRoman Khassraf1-5/+10
2015-07-13Implemented option to extract only one Immediate Assignment per request ↵Roman Khassraf1-1/+15
reference in the extractor. Enhancement of issue #84
2015-07-13Added option to ignore Immediate Assignments for GPRS channels in the ↵Roman Khassraf1-1/+15
extractor. Enhancement of issue #84
2015-07-12Added option to enable/disable information printing in immediate assignment ↵Roman Khassraf1-2/+28
extractor, plus code cleanup
2015-06-24Implementation of a block for extracting immediate assignments from control ↵Roman Khassraf2-0/+13
channel messages. Currently only printing to terminal.
2015-05-28Implemented a burst sink and a burst source. See issue #42Roman Khassraf3-1/+41
2015-04-12Added option to prepend framenumber in bursts_printerRoman Khassraf1-1/+15
2015-01-15Added gr-gsm gnuradio-companion xml description file for tmsi_dumperptrkrysik2-1/+15
2015-01-03Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into ↵ptrkrysik3-2/+22
mrjaco-master Added appropriate changes to grc files, corrected CMakeLists files
2014-12-15Added new decryption block (be careful - untested component). Changed ↵ptrkrysik1-0/+26
CMakeFiles to reflect more modular design (not finished for the lib directory)
2014-12-13Updated burst printer to accept a pmt string which will be prepended to any ↵Jacob Gilbert1-1/+11
printed messages for situations where multiple print blocks are desired.
2014-12-13Updated message printer to accept a pmt string which will be prepended to ↵Jacob Gilbert1-1/+10
any printed messages for situations where multiple print blocks are desired.
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik6-12/+12
old prefix caused conflicts with libraries already available.
2014-11-19Changes in clock offset corrector and gsm_input - the previous version ↵ptrkrysik1-14/+4
wasn't working well when samp_rate_in was different from samp_rate_out. Now resampling is done outside of clock offset corrector.
2014-11-06Created tree of modules for gnuradio-companion reflecting their organization.ptrkrysik6-14/+7
Changed some names of GRC blocks to prettier ones.
2014-11-06Removed receiver_hier and wireshark_sinkptrkrysik1-13/+0
2014-08-16Little change in wireshark_sink.xml (package name)ptrkrysik1-1/+1
2014-08-16Added message input to the wireshark sinkptrkrysik1-27/+2
2014-08-16Moved wireshark_sink.xml to subdirectoryptrkrysik1-0/+38
2014-08-13Changed directory structure.Piotr K6-0/+168
Corrected clock_offset_corrector (for some streange and yet unknown reason fractional resampler eats strem tags for some values of sps). (this commit may contain some changes that are not described)