mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Make the punctured convolution code processed correctly.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user