Osmocom GMR-1 CRC header.
More...
#include <osmocom/core/crcgen.h>
Go to the source code of this file.
|
const struct osmo_crc8gen_code | gmr1_crc8 |
| GMR-1 CRC8 g8(D) = D8 + D7 + D4 + D3 + D + 1.
|
|
const struct osmo_crc16gen_code | gmr1_crc12 |
| GMR-1 CRC12 g12(D) = D12 + D11 + D3 + D2 + D + 1.
|
|
const struct osmo_crc16gen_code | gmr1_crc16 |
| GMR-1 CRC16 g16(D) = D16 + D12 + D5 + 1.
|
|
Osmocom GMR-1 CRC header.