osmo-gmr 0.2.104-2b98
Osmocom GMR-1

Osmocom GMR-1 CRC implementation. More...

#include <stdint.h>
#include <osmocom/core/bits.h>
#include <osmocom/core/crcgen.h>

Variables

const struct osmo_crc8gen_code gmr1_crc8
 GMR-1 CRC8 g8(D) = D8 + D7 + D4 + D3 + D + 1. More...
 
const struct osmo_crc16gen_code gmr1_crc12
 GMR-1 CRC12 g12(D) = D12 + D11 + D3 + D2 + D + 1. More...
 
const struct osmo_crc16gen_code gmr1_crc16
 GMR-1 CRC16 g16(D) = D16 + D12 + D5 + 1. More...
 

Detailed Description

Osmocom GMR-1 CRC implementation.