aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/amr.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22Fix some spelling errorsRuben Undheim1-1/+1
Change-Id: I5b57102f961f8fd7fb0689ceeaa37dd021535b17
2016-09-30DTX: further AMR SID cache fixes (lc15, sysmo)Max1-1/+42
* consolidate AMR CMR and CMI handling in common/amr.c * use it in save_last_sid() * remove dead code * properly compute RTP payload length for AMR * use save_last_sid() for FR & HR as well * invalidate cached SID if SPEECH frame is received Fixes: OS #1800, #1801 Change-Id: I5a1c1ad0b0a295a50e67775a4db85f1d331755ed
2016-06-18Move copy-pasted code into common partMax1-0/+9
Related: OS#1750 Change-Id: Ic4342eaf7e32a0e9a5f2b16dd196a1f5f03152a9
2015-10-03amr: Catch up with the amr_mode changesHolger Hans Peter Freyther1-10/+10
Use the bts_modes for all the types. As there are two instances know. One for the ms and one for the bts. Manual compile fix and not tested on HW
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-10/+13
2011-09-09AMR: change definition of amr_get_initial_mode() return valueHarald Welte1-4/+6
AMR: return AMR_CODEC_MODE (0..3) instead of full range
2011-09-09Introduce new amr.[ch] for AMR related functionsHarald Welte1-0/+115