blob: 540124a7bf0eabad1d7bbd091e5320a93896763c [file] [log] [blame]
Vadim Yanitskiy3262f822016-09-23 01:48:59 +07001#pragma once
2
3#include <osmocom/core/crcgen.h>
4
5const struct osmo_crc64gen_code gsm0503_fire_crc40;
6const struct osmo_crc16gen_code gsm0503_cs234_crc16;
7const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr;
8const struct osmo_crc16gen_code gsm0503_mcs_crc12;
9const struct osmo_crc8gen_code gsm0503_rach_crc6;
10const struct osmo_crc16gen_code gsm0503_sch_crc10;
11const struct osmo_crc8gen_code gsm0503_tch_fr_crc3;
12const struct osmo_crc8gen_code gsm0503_tch_efr_crc8;
13const struct osmo_crc8gen_code gsm0503_amr_crc6;