libosmocoding  0.9.6.256-2956
Osmocom L1 transcoding library
 All Data Structures
gsm0503_parity.h
1 #pragma once
2 
3 #include <osmocom/core/crcgen.h>
4 
5 const struct osmo_crc64gen_code gsm0503_fire_crc40;
6 const struct osmo_crc16gen_code gsm0503_cs234_crc16;
7 const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr;
8 const struct osmo_crc16gen_code gsm0503_mcs_crc12;
9 const struct osmo_crc8gen_code gsm0503_rach_crc6;
10 const struct osmo_crc16gen_code gsm0503_sch_crc10;
11 const struct osmo_crc8gen_code gsm0503_tch_fr_crc3;
12 const struct osmo_crc8gen_code gsm0503_tch_efr_crc8;
13 const struct osmo_crc8gen_code gsm0503_amr_crc6;