Commit Graph

19 Commits

Author SHA1 Message Date
Vasil Velichkov 807e06139b Fix the TCH/H decoder and demapper XML definitions
- 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-18 10:31:27 +02:00
Vasil Velichkov 63e568dc3d Move HR demapping into a separate block 2019-07-18 10:31:26 +02:00
Andrew Artyushok 3e2f883ba0 Add HR demapping 2019-07-18 10:31:26 +02:00
Piotr Krysik 0454dafdbc Optional in/out for tch/f demapper 2016-08-18 18:57:26 +02:00
Piotr Krysik 24db07572f Little changes of GRC blocks names 2016-07-15 13:09:07 +02:00
Piotr Krysik 773a194c32 Big change of the universal control channels demapper:
-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-20 12:45:54 +02:00
Piotr Krysik 5d6ae65557 Corrected syntax of control channels demappers 2015-08-10 11:15:25 +02:00
Piotr Krysik c6b3dce5cf Set parameters of demappers for uplink channels 2015-08-06 12:17:26 +02:00
Piotr Krysik 9f723fd771 Changed control channels demappers in order to support uplink. Values of parameters for uplink are incorrect at this stage. 2015-08-06 10:23:52 +02:00
Roman Khassraf 1c48ce51ca Added preconfigured demapper blocks that wrap universal ctrl chans demapper 2015-05-23 20:08:20 +02:00
Roman Khassraf 9bd9baf397 Fixed typos in tch demapper and ctrl chans demapper 2015-05-22 10:49:47 +02:00
Roman Khassraf fb6bc5009f Implementation of TCH/F demapper block. See issue #38 2015-04-14 15:44:40 +02:00
ptrkrysik d8d4fbc6af Added timeslot nr parameter to the demapper to enable it to work on other timeslots that 0. 2015-02-07 19:37:42 +01:00
ptrkrysik 9d1cb8cfa7 Removed get_bcch_or_cch_bursts block 2015-02-07 19:27:57 +01:00
ptrkrysik 18b631eb71 Added new decryption block (be careful - untested component). Changed CMakeFiles to reflect more modular design (not finished for the lib directory) 2014-12-15 09:09:18 +01:00
ptrkrysik 3be74a732b Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. 2014-12-13 10:11:00 +01:00
ptrkrysik 6dded65ede Added new configurable block for demapping of control channels. 2014-11-19 11:32:05 +01:00
ptrkrysik 486d97946a Created tree of modules for gnuradio-companion reflecting their organization.
Changed some names of GRC blocks to prettier ones.
2014-11-06 13:54:36 +01:00
Piotr K 66bb3cdc31 Changed directory structure.
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)
2014-08-13 19:04:57 +02:00