blob: f844720b5d176a75c8b5f9d1dc2c4ae3aed6e37d [file] [log] [blame]
Vadim Yanitskiy3262f822016-09-23 01:48:59 +07001#pragma once
2
3#include <osmocom/core/crcgen.h>
4
Harald Weltec6636782017-06-12 14:59:37 +02005/*! \addtogroup parity
6 * @{
7 */
8
9/*! \file gsm0503_parity.h
10 * \brief GSM TS 05.03 parity
11 */
12
Vadim Yanitskiy3262f822016-09-23 01:48:59 +070013const struct osmo_crc64gen_code gsm0503_fire_crc40;
14const struct osmo_crc16gen_code gsm0503_cs234_crc16;
15const struct osmo_crc8gen_code gsm0503_mcs_crc8_hdr;
16const struct osmo_crc16gen_code gsm0503_mcs_crc12;
17const struct osmo_crc8gen_code gsm0503_rach_crc6;
18const struct osmo_crc16gen_code gsm0503_sch_crc10;
19const struct osmo_crc8gen_code gsm0503_tch_fr_crc3;
20const struct osmo_crc8gen_code gsm0503_tch_efr_crc8;
21const struct osmo_crc8gen_code gsm0503_amr_crc6;
Harald Weltec6636782017-06-12 14:59:37 +020022
23/*! @} */