mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-09 10:24:20 +02:00
lower_mac: Add puncturing schemes for voice channels
This commit is contained in:
parent
025c3fc4c9
commit
cb25e99b21
2 changed files with 38 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue