Make the punctured convolution code processed correctly.

This commit is contained in:
Jonathan Naylor
2018-01-23 21:29:25 +00:00
parent ee18aa602c
commit cf2f8ee3c8
3 changed files with 27 additions and 16 deletions

View File

@@ -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) {