added pf checksum to DIRECT headerframe repair

pull/14/head
Tom Early 6 years ago
parent 80c07c7026
commit 2d69dde51c

@ -1302,6 +1302,7 @@ void CQnetGateway::ProcessModem()
}
memcpy(dsvt.hdr.rpt2, OWNER.c_str(), 7);
dsvt.hdr.rpt2[7] = 'G';
calcPFCS(dsvt.title, 56);
if (LOG_QSO)
printf("Resetting: r1=%.8s r2=%.8s\n", dsvt.hdr.rpt1, dsvt.hdr.rpt2);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.