aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/decoding
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Add TCH/H decoder block with AMR multirate supportVasil Velichkov3-2/+64
Add new TCHH channel mode Add two new optional arguments -m CHAN_MODE, --mode=CHAN_MODE Channel mode. Valid options are 'BCCH' (Non-combined C0), 'BCCH_SDCCH4'(Combined C0), 'SDCCH8' (Stand-alone control channel) 'TCHF' (Traffic Channel, Full rate), 'TCHH' (Traffic Channel, Half rate) --sub-channel=TCH_H_CHANNEL TCH/H sub-channel. [default=0] --multi-rate=MULTI_RATE The MultiRrate configuration element from the Assigment Command message. Example: 28111a40. See 3GPP TS 44.018 - 10.5.2.21aa MultiRate configuration Example: grgsm_decode -m TCHH --sub-channel 0 --multi-rate 2811 -o voice.amr ...
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik2-2/+2
produce debian/copyright file
2016-06-29Corrections of tch/f decoder - removal of parameter continuedPiotr Krysik1-1/+1
2016-06-29Disabled boundary check by defaultPiotr Krysik1-1/+1
2016-05-29Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be ↵Piotr Krysik2-2/+2
modified
2015-08-11Implemented boundary check for voice decoding. Issue 107Roman Khassraf1-1/+1
2015-06-02Changed tch_mode enum to support AMRRoman Khassraf1-2/+10
2015-05-22Changed author in TCH demapper and decoderRoman Khassraf1-1/+1
2015-05-20Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50Roman Khassraf2-1/+67
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik2-0/+84
old prefix caused conflicts with libraries already available.