GNU Radio's GSM Package
gsm0503_parity.h
Go to the documentation of this file.
1 /*! \file gsm0503_parity.h
2  * GSM TS 05.03 parity.
3  */
4 
5 #pragma once
6 
7 #include <osmocom/core/crcgen.h>
8 
9 /*! \addtogroup parity
10  * @{
11  * \file gsm0503_parity.h */
12 
22 
23 /*! @} */
gsm0503_mcs_crc8_hdr
const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr
Definition: gsm0503_parity.h:15
gsm0503_tch_fr_crc3
const struct osmo_crc8gen_code gsm0503_tch_fr_crc3
Definition: gsm0503_parity.h:19
osmo_crc64gen_code
structure describing a given CRC code of max 64 bits
Definition: crc64gen.h:39
gsm0503_sch_crc10
const struct osmo_crc16gen_code gsm0503_sch_crc10
Definition: gsm0503_parity.h:18
crcgen.h
gsm0503_rach_crc6
const struct osmo_crc8gen_code gsm0503_rach_crc6
Definition: gsm0503_parity.h:17
gsm0503_amr_crc6
const struct osmo_crc8gen_code gsm0503_amr_crc6
Definition: gsm0503_parity.h:21
gsm0503_tch_efr_crc8
const struct osmo_crc8gen_code gsm0503_tch_efr_crc8
Definition: gsm0503_parity.h:20
gsm0503_mcs_crc12
const struct osmo_crc16gen_code gsm0503_mcs_crc12
Definition: gsm0503_parity.h:16
gsm0503_fire_crc40
const struct osmo_crc64gen_code gsm0503_fire_crc40
Definition: gsm0503_parity.h:13
osmo_crc16gen_code
structure describing a given CRC code of max 16 bits
Definition: crc16gen.h:39
gsm0503_cs234_crc16
const struct osmo_crc16gen_code gsm0503_cs234_crc16
Definition: gsm0503_parity.h:14
osmo_crc8gen_code
structure describing a given CRC code of max 8 bits
Definition: crc8gen.h:39