mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Fix the CCITT16 checksums for CSBK, DMR Data and D-Star Headers.
This commit is contained in:
parent
9a3fe18e91
commit
63aa53c705
8 changed files with 96 additions and 56 deletions
|
|
@ -44,6 +44,9 @@ bool CDMRControl::processWakeup(const unsigned char* data)
|
|||
|
||||
CDMRCSBK csbk(data + 2U);
|
||||
|
||||
if (!csbk.isValid())
|
||||
return false;
|
||||
|
||||
CSBKO csbko = csbk.getCSBKO();
|
||||
if (csbko != CSBKO_BSDWNACT)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue