aboutsummaryrefslogtreecommitdiffstats
path: root/grc
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04Added a controlled fractional resamplerPiotr Krysik2-1/+29
2016-06-29Corrections of tch/f decoder - removal of parameter continuedPiotr Krysik1-1/+1
2016-06-29Added voice output, removed saving to file from inside the decoder - now it ↵Piotr Krysik1-7/+6
should be done GNU Radio way
2016-06-29Disabled boundary check by defaultPiotr Krysik1-1/+1
2016-05-29Added msg_to_tag block - currently it does nothingPiotr Krysik2-1/+40
2016-05-20Big change of the universal control channels demapper:Piotr Krysik4-140/+63
-simplification of the universal demapper, -addition of hierarhical blocks for each of the demappers - so they also look well and readable in python, -addition of helper script for compilation of the demappers.
2016-05-14Merged uplink-decoding branch (with complete support for control channels ↵Piotr Krysik8-22/+162
decoding on uplink) # Conflicts: # examples # lib/demapping/universal_ctrl_chans_demapper_impl.cc # lib/receiver/receiver_impl.cc
2016-02-29Make band user-selectable in gsm_wideband_inputSteve Glass1-0/+41
2015-10-05Implemented multiband channelizer as gr-gsm block.rpp3-0/+80
2015-09-13Added options to print frame number and A5 frame count in message printer. ↵Roman Khassraf1-1/+30
Issue #127
2015-08-11Implemented boundary check for voice decoding. Issue 107Roman Khassraf1-2/+24
2015-08-10Corrected syntax of control channels demappersPiotr Krysik3-12/+12
2015-08-06Implemented burst sdcch subslot filter. Issue #100Roman Khassraf3-1/+47
2015-08-06Set parameters of demappers for uplink channelsPiotr Krysik4-7/+7
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf3-1/+33
2015-08-06Changed control channels demappers in order to support uplink. Values of ↵Piotr Krysik4-15/+82
parameters for uplink are incorrect at this stage.
2015-08-06Added grc receiver block that supports uplink and changed block that ↵Piotr Krysik4-1/+74
supports downlink only
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf4-1/+51
2015-08-05Merged origin/flow-control-100 into dev, fixed conflictsRoman Khassraf7-0/+167
2015-08-05Merged origin/test-utils-98 into dev, fixed conflictsRoman Khassraf11-23/+108
2015-08-05Implemented burst sub-slot splitter. Issue #100Roman Khassraf3-1/+47
2015-08-04Implemented dummy burst filter. Issue #100Roman Khassraf3-1/+27
2015-08-04Implemented burst framenumber filter. Issue #100Roman Khassraf3-1/+45
2015-08-03Implemented burst timeslot splitter for flow control. Issue #100Roman Khassraf4-0/+51
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf4-0/+50
2015-08-03Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_sourceRoman Khassraf3-8/+8
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf4-14/+10
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf5-0/+25
2015-08-03Removed test utilities from GRCRoman Khassraf1-4/+0
2015-07-29Implemented message sink block for unit testingRoman Khassraf3-2/+23
2015-07-27Implemented message source block for unit testingRoman Khassraf4-3/+36
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 Khassraf3-1/+15
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf3-3/+40
2015-07-17Added support for A5/2, A5/3, A5/4. Issue #85Roman Khassraf1-3/+13
2015-07-16Merge pull request #87 from romankh/ia-collectorPiotr Krysik3-0/+73
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 Khassraf3-0/+14
channel messages. Currently only printing to terminal.
2015-06-20Merge remote-tracking branch 'origin/romankh-master'ptrkrysik1-2/+34
with implementation of AMR decoding Conflicts: lib/decoding/tch_f_decoder_impl.cc lib/decoding/tch_f_decoder_impl.h
2015-06-10Implemented channel hopping for CX channelsrpp1-1/+2
2015-06-10Added CX channel hopper blockrpp3-0/+36
2015-06-02Changed tch_mode enum to support AMRRoman Khassraf1-2/+34
2015-05-29Merge pull request #60 from romankh/demapper-wrapPiotr Krysik5-0/+142
Preconfigured demapper blocks
2015-05-28Implemented a burst sink and a burst source. See issue #42Roman Khassraf4-1/+43