aboutsummaryrefslogtreecommitdiffstats
path: root/grc
AgeCommit message (Collapse)AuthorFilesLines
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-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
2015-05-23Added preconfigured demapper blocks that wrap universal ctrl chans demapperRoman Khassraf5-0/+142
2015-05-22Fixed typos in tch demapper and ctrl chans demapperRoman Khassraf2-6/+6
2015-05-20Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50Roman Khassraf3-1/+40
2015-05-08Merge remote-tracking branch 'upstream/master'Roman Khassraf1-2/+2
2015-05-08Changes in buildsystem bringing back capability to quickly add new blocks ↵ptrkrysik1-2/+2
with use of gr_modool.
2015-04-14Implementation of TCH/F demapper block. See issue #38Roman Khassraf3-1/+31
2015-04-12Added option to prepend framenumber in bursts_printerRoman Khassraf1-1/+15
2015-02-08Added default value of key to the decryption block - for this value the ↵ptrkrysik1-0/+1
decrytpion block just copies bursts from input to the output.
2015-02-07Added timeslot nr parameter to the demapper to enable it to work on other ↵ptrkrysik1-1/+9
timeslots that 0.
2015-02-07Removed get_bcch_or_cch_bursts blockptrkrysik3-24/+0
2015-01-15Added gr-gsm gnuradio-companion xml description file for tmsi_dumperptrkrysik3-1/+16
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 ↵ptrkrysik8-16/+155
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 ↵ptrkrysik15-30/+30
old prefix caused conflicts with libraries already available.
2014-11-28Removed unused samp_rate parameter from clock_offset_controlptrkrysik1-8/+1
2014-11-19Hidden some parameters of the GSM Receiverptrkrysik1-0/+3
2014-11-19Added new configurable block for demapping of control channels.ptrkrysik3-0/+34
2014-11-19Changes in clock offset corrector and gsm_input - the previous version ↵ptrkrysik2-32/+19
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-06Added capability to receive multiple channels of a single BTS to the ↵ptrkrysik1-6/+19
receiver. It is now possible to receive bursts on channels for which frequency hopping was used. Changed examples to work without hierarhical GSM Receiver block.
2014-11-06Changed organization of gsm blocks in gnuradio-companion to better reflect ↵ptrkrysik1-0/+40
their roles
2014-11-06Added new block which adapts stream of samples to GSM receiver's input ↵ptrkrysik2-0/+65
requirements (integer multiply of 1625000/6 symbol rate, LP filtering)
2014-11-06Created tree of modules for gnuradio-companion reflecting their organization.ptrkrysik14-23/+10
Changed some names of GRC blocks to prettier ones.
2014-11-06Removed receiver_hier and wireshark_sinkptrkrysik3-59/+0
2014-10-30First step to add multichannel capability to the GSM receiver. At this ↵ptrkrysik1-0/+10
moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code.
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-16Changed cmake to point to wireshark_sink.xmlptrkrysik1-1/+1