libosmocoding 1.9.0.198-0323
Osmocom GSM/GPRS/EGPRS L1 channel coding library
gsm0503_parity.h
Go to the documentation of this file.
1
5#pragma once
6
8
13extern const struct osmo_crc64gen_code gsm0503_fire_crc40;
14extern const struct osmo_crc16gen_code gsm0503_cs234_crc16;
15extern const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr;
16extern const struct osmo_crc16gen_code gsm0503_mcs_crc12;
17extern const struct osmo_crc8gen_code gsm0503_rach_crc6;
18extern const struct osmo_crc16gen_code gsm0503_sch_crc10;
19extern const struct osmo_crc8gen_code gsm0503_tch_fr_crc3;
20extern const struct osmo_crc8gen_code gsm0503_tch_efr_crc8;
21extern const struct osmo_crc8gen_code gsm0503_amr_crc6;
22extern const struct osmo_crc16gen_code gsm0503_amr_crc14;
23
const struct osmo_crc8gen_code gsm0503_tch_fr_crc3
GSM TCH FR/HR/EFR parity.
Definition: gsm0503_parity.c:104
const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr
EDGE MCS header parity.
Definition: gsm0503_parity.c:61
const struct osmo_crc16gen_code gsm0503_cs234_crc16
GSM PDTCH CS-2, CS-3, CS-4 parity.
Definition: gsm0503_parity.c:51
const struct osmo_crc16gen_code gsm0503_mcs_crc12
EDGE MCS data parity.
Definition: gsm0503_parity.c:71
const struct osmo_crc16gen_code gsm0503_sch_crc10
GSM SCH parity.
Definition: gsm0503_parity.c:93
const struct osmo_crc8gen_code gsm0503_tch_efr_crc8
GSM TCH EFR parity.
Definition: gsm0503_parity.c:115
const struct osmo_crc16gen_code gsm0503_amr_crc14
GSM AMR parity (SID_UPDATE)
Definition: gsm0503_parity.c:137
const struct osmo_crc64gen_code gsm0503_fire_crc40
GSM (SACCH) parity (FIRE code)
Definition: gsm0503_parity.c:40
const struct osmo_crc8gen_code gsm0503_amr_crc6
GSM AMR parity.
Definition: gsm0503_parity.c:126
const struct osmo_crc8gen_code gsm0503_rach_crc6
GSM RACH parity.
Definition: gsm0503_parity.c:82