aboutsummaryrefslogtreecommitdiffstats
path: root/lib/demapping
AgeCommit message (Expand)AuthorFilesLines
2016-07-19 modified: lib/demapping/tch_f_chans_demapper_impl.ccYour Name2-103/+134
2016-05-22Corrected setting of header fields in the universal demapperPiotr Krysik1-16/+21
2016-05-21Added check of sizes of vectors passed to universal demapper blockPiotr Krysik1-0/+10
2016-05-20Big change of the universal control channels demapper:Piotr Krysik2-235/+96
2016-05-14Merged uplink-decoding branch (with complete support for control channels dec...Piotr Krysik2-84/+201
2015-08-16Fix issue #112 (copy messages instead of modifying the input msg)iZsh2-13/+30
2015-08-06Changed control channels demappers in order to support uplink. Values of para...Piotr Krysik2-83/+200
2015-07-08Added more includes of STL containers definitions.ptrkrysik2-0/+2
2015-05-22Changed author in TCH demapper and decoderRoman Khassraf2-2/+2
2015-05-22Fixed bug in tch_f_demappers check for consecutive burstsRoman Khassraf1-1/+1
2015-05-20Moved handling of stolen TCH frames / FACCH to tch_f_decoder. Issues #38 and #50Roman Khassraf1-64/+24
2015-05-08Changed demapping of TCH and FACCH to conform with GSM 05.02 and 05.03Roman Khassraf2-33/+98
2015-04-14Implementation of TCH/F demapper block. See issue #38Roman Khassraf2-0/+240
2015-04-12Added subslot assignment to frames, which enables filtering by subslot in e.g...Roman Khassraf2-0/+46
2015-04-12First and last frame were not assigned a channel typeRoman Khassraf1-1/+1
2015-04-12Moved channel type assignment into condition to avoid wrong assignments in ca...Roman Khassraf1-2/+3
2015-02-07Added timeslot nr parameter to the demapper to enable it to work on other tim...ptrkrysik2-6/+8
2015-02-07Removed get_bcch_or_cch_bursts blockptrkrysik2-149/+0
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old...ptrkrysik4-6/+6
2014-12-03Merge pull request #5 from dholm/feature/osx-supportPiotr K.2-0/+2
2014-12-02Updated copyleft statements of my files #3ptrkrysik4-32/+40
2014-12-01endian: MacOS X support for endian conversion macrosDavid Holm2-0/+2
2014-11-21Changed format of messages containing bursts to PDU. Corrected types of bursts.ptrkrysik2-7/+5
2014-11-19Added new configurable block for demapping of control channels.ptrkrysik2-0/+183
2014-11-12Corrected frame numberptrkrysik1-3/+3
2014-08-16Repaired cmake buildsystem - include files paths were inconsistent with sourc...ptrkrysik1-1/+1
2014-08-04Added option to the simple mapperpiotr2-9/+10
2014-07-20Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper...piotr2-0/+144