libosmocoding  0.12.0
Osmocom GSM/GPRS/EGPRS L1 channel coding library
gsm0503_parity.h
Go to the documentation of this file.
1 
5 #pragma once
6 
7 #include <osmocom/core/crcgen.h>
8 
13 const struct osmo_crc64gen_code gsm0503_fire_crc40;
14 const struct osmo_crc16gen_code gsm0503_cs234_crc16;
15 const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr;
16 const struct osmo_crc16gen_code gsm0503_mcs_crc12;
17 const struct osmo_crc8gen_code gsm0503_rach_crc6;
18 const struct osmo_crc16gen_code gsm0503_sch_crc10;
19 const struct osmo_crc8gen_code gsm0503_tch_fr_crc3;
20 const struct osmo_crc8gen_code gsm0503_tch_efr_crc8;
21 const struct osmo_crc8gen_code gsm0503_amr_crc6;
22 
const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr
Definition: gsm0503_parity.h:15
const struct osmo_crc16gen_code gsm0503_mcs_crc12
Definition: gsm0503_parity.h:16
const struct osmo_crc8gen_code gsm0503_tch_fr_crc3
Definition: gsm0503_parity.h:19
const struct osmo_crc8gen_code gsm0503_amr_crc6
Definition: gsm0503_parity.h:21
const struct osmo_crc8gen_code gsm0503_rach_crc6
Definition: gsm0503_parity.h:17
const struct osmo_crc16gen_code gsm0503_sch_crc10
Definition: gsm0503_parity.h:18
const struct osmo_crc64gen_code gsm0503_fire_crc40
Definition: gsm0503_parity.h:13
const struct osmo_crc8gen_code gsm0503_tch_efr_crc8
Definition: gsm0503_parity.h:20
const struct osmo_crc16gen_code gsm0503_cs234_crc16
Definition: gsm0503_parity.h:14