Remove LICH from data frame CRC input.

pull/13/head
Rob Riggs 2020-10-25 21:54:24 -05:00
rodzic 9f43f0a2e6
commit e817c2d399
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -219,9 +219,9 @@ detecting all errors up to hamming distance of 5 with payloads up to
As M17s native bit order is most significant bit first, neither the
input nor the output of the CRC algorithm gets reflected.
The input to the CRC algorithm consists of the 48 bits of LICH, 16
bits of FN, 128 bits of payload, and then depending on whether the CRC
is being computed or verified either 16 zero bits or the received CRC.
The input to the CRC algorithm consists of the 16 bits of FN and 128
bits of payload, and then depending on whether the CRC is being computed
or verified either 16 zero bits or the received CRC.
The test vectors in Table 6 are calculated by feeding the given
message and then 16 zero bits to the CRC algorithm.