lower_mac: Add puncturing schemes for voice channels

This commit is contained in:
Harald Welte 2011-05-27 10:38:24 +02:00
parent 025c3fc4c9
commit cb25e99b21
2 changed files with 38 additions and 5 deletions

View file

@ -18,6 +18,8 @@ enum tetra_rcpc_puncturer {
TETRA_RCPC_PUNCT_1_3,
TETRA_RCPC_PUNCT_292_432,
TETRA_RCPC_PUNCT_148_432,
TETRA_RCPC_PUNCT_114_171,
TETRA_RCPC_PUNCT_72_162,
};
/* Puncture the mother code (in) and write 'len' symbols to out */