libosmocoding
0.11.0-dirty
Osmocom GSM/GPRS/EGPRS L1 channel coding library
|
00001 00005 #pragma once 00006 00007 #include <osmocom/core/crcgen.h> 00008 00013 const struct osmo_crc64gen_code gsm0503_fire_crc40; 00014 const struct osmo_crc16gen_code gsm0503_cs234_crc16; 00015 const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr; 00016 const struct osmo_crc16gen_code gsm0503_mcs_crc12; 00017 const struct osmo_crc8gen_code gsm0503_rach_crc6; 00018 const struct osmo_crc16gen_code gsm0503_sch_crc10; 00019 const struct osmo_crc8gen_code gsm0503_tch_fr_crc3; 00020 const struct osmo_crc8gen_code gsm0503_tch_efr_crc8; 00021 const struct osmo_crc8gen_code gsm0503_amr_crc6; 00022