mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Make the punctured convolution code processed correctly.
This commit is contained in:
parent
ee18aa602c
commit
cf2f8ee3c8
3 changed files with 27 additions and 16 deletions
|
|
@ -165,6 +165,8 @@ bool CNXDNControl::processVoice(unsigned char usc, unsigned char option, unsigne
|
|||
CNXDNSACCH sacch;
|
||||
sacch.decode(data + 2U);
|
||||
|
||||
sacch.encode(data + 2U);
|
||||
|
||||
#ifdef notdef
|
||||
unsigned char fi = m_lastFICH.getFI();
|
||||
if (valid && fi == YSF_FI_HEADER) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue