aboutsummaryrefslogtreecommitdiffstats
path: root/grc/demapping
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Fix the TCH/H decoder and demapper XML definitionsVasil Velichkov1-4/+11
- The second argument of tch_h_decoder constructor is a string that accepts the value of MultiRate configuration element and not an enum like the tch_f_decoder decoder. - Make the demapper's burst sink required. - Make all parameters visible. - Rename the TCH/H Channel parameter to Sub-channel number. - Add the qa_tch_h_decoder test in the CMakeLists.txt - Fix several typos Change-Id: I92d4f49955c634df7d76f17cfb58d7106846c1bd
2019-07-18Move HR demapping into a separate blockVasil Velichkov3-27/+44
2019-07-18Add HR demappingAndrew Artyushok1-2/+27
2016-08-18Optional in/out for tch/f demapperPiotr Krysik1-0/+3
2016-07-15Little changes of GRC blocks namesPiotr Krysik5-5/+5
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.
2015-08-10Corrected syntax of control channels demappersPiotr Krysik3-12/+12
2015-08-06Set parameters of demappers for uplink channelsPiotr Krysik4-7/+7
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-05-23Added preconfigured demapper blocks that wrap universal ctrl chans demapperRoman Khassraf4-0/+139
2015-05-22Fixed typos in tch demapper and ctrl chans demapperRoman Khassraf2-6/+6
2015-04-14Implementation of TCH/F demapper block. See issue #38Roman Khassraf2-1/+30
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 blockptrkrysik2-23/+0
2014-12-15Added new decryption block (be careful - untested component). Changed ↵ptrkrysik1-0/+23
CMakeFiles to reflect more modular design (not finished for the lib directory)
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik2-4/+4
old prefix caused conflicts with libraries already available.
2014-11-19Added new configurable block for demapping of control channels.ptrkrysik1-0/+32
2014-11-06Created tree of modules for gnuradio-companion reflecting their organization.ptrkrysik1-1/+0
Changed some names of GRC blocks to prettier ones.
2014-08-13Changed directory structure.Piotr K1-0/+23
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)