libosmocoding  0.9.6.269-c2af
Osmocom GSM/GPRS/EGPRS L1 channel coding library
 All Data Structures Files Functions Variables Modules Pages
gsm0503_parity.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <osmocom/core/crcgen.h>
4 
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
EDGE MCS header parity.
Definition: gsm0503_parity.c:64
const struct osmo_crc16gen_code gsm0503_mcs_crc12
EDGE MCS data parity.
Definition: gsm0503_parity.c:74
const struct osmo_crc8gen_code gsm0503_tch_fr_crc3
GSM TCH FR/HR/EFR parity.
Definition: gsm0503_parity.c:107
const struct osmo_crc8gen_code gsm0503_amr_crc6
GSM AMR parity.
Definition: gsm0503_parity.c:129
const struct osmo_crc8gen_code gsm0503_rach_crc6
GSM RACH parity.
Definition: gsm0503_parity.c:85
const struct osmo_crc16gen_code gsm0503_sch_crc10
GSM SCH parity.
Definition: gsm0503_parity.c:96
const struct osmo_crc64gen_code gsm0503_fire_crc40
GSM (SACCH) parity (FIRE code)
Definition: gsm0503_parity.c:43
const struct osmo_crc8gen_code gsm0503_tch_efr_crc8
GSM TCH EFR parity.
Definition: gsm0503_parity.c:118
const struct osmo_crc16gen_code gsm0503_cs234_crc16
GSM PDTCH CS-2, CS-3, CS-4 parity.
Definition: gsm0503_parity.c:54