aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/gsm0503_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-22TRX: Remove extra TCH/HS puncturing valueThomas Tsou1-1/+1
3GPP TS 05.03 "Channel coding" specifies the puncturing matrix (1,0,1) for class 1 information bits and tail bits valued u(0) to u(103) for a maximum puncturing index of 311. The puncturing index 313 exceeds the maximum index and causes osmo_conv_get_output_length() to output the improper length of 210 instead of 211. Signed-off-by: Thomas Tsou <tom@tsou.cc>
2015-09-22TRX: Support for AMR half speechAndreas Eversberg1-0/+309
2015-09-22TRX: Support for TCH/H and GSM half rate transcodingAndreas Eversberg1-0/+74
2015-09-22TRX: Support for AMR full speechAndreas Eversberg1-0/+484
2015-09-22TRX: Code cleanup, prepare for other codecs than GSM full rateAndreas Eversberg1-2/+2
2015-09-22TRX: Cleanup of channel transcodingAndreas Eversberg1-0/+83