aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decoding/tch_f_decoder_impl.cc
AgeCommit message (Expand)AuthorFilesLines
2017-01-03Changes in decoding:Piotr Krysik1-1/+1
2016-10-02TCH decoding with libosmocorePiotr Krysik1-48/+36
2016-08-18TCH/F decoding correction - less wrong messages interpreted as voice framesPiotr Krysik1-2/+2
2016-06-29Corrections of tch/f decoder - removal of parameter continuedPiotr Krysik1-4/+4
2016-06-29Added voice output, removed saving to file from inside the decoder - now it s...Piotr Krysik1-20/+20
2016-02-27Fix buffer overrun/silence compiler warningSteve Glass1-1/+1
2015-08-16Fix issue #112 (copy messages instead of modifying the input msg)iZsh1-3/+2
2015-08-11Fixed missing GSM 06.10 header for FR audio frames.Roman Khassraf1-1/+2
2015-08-11Implemented boundary check for voice decoding. Issue 107Roman Khassraf1-3/+37
2015-07-11Added handling of channel mode modify messages for AMRRoman Khassraf1-2/+53
2015-07-06Applied again bugfix for issue #65 (it was removed during one of merges)ptrkrysik1-0/+2
2015-06-07Removed unused or duplicate codeRoman Khassraf1-1/+1
2015-06-07Implemented / integrated AMR decodingRoman Khassraf1-55/+188
2015-06-02Removed check for tail bits, as it may lead to false discarding of framesRoman Khassraf1-6/+1
2015-06-02Moved variable declaration to header fileRoman Khassraf1-20/+12
2015-06-02Changed tch_mode enum to support AMRRoman Khassraf1-3/+3
2015-06-02Updated BitVector to recent sourceRoman Khassraf1-2/+4
2015-05-22Changed author in TCH demapper and decoderRoman Khassraf1-1/+1
2015-05-22Fixed missing magic bytes for GSM-EFR output fileRoman Khassraf1-0/+5
2015-05-20Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50Roman Khassraf1-0/+242