GNU Radio's GSM Package
|
Go to the source code of this file.
Classes | |
struct | osmo_crc32gen_code |
structure describing a given CRC code of max 32 bits More... | |
Functions | |
uint32_t | osmo_crc32gen_compute_bits (const struct osmo_crc32gen_code *code, const ubit_t *in, int len) |
int | osmo_crc32gen_check_bits (const struct osmo_crc32gen_code *code, const ubit_t *in, int len, const ubit_t *crc_bits) |
void | osmo_crc32gen_set_bits (const struct osmo_crc32gen_code *code, const ubit_t *in, int len, ubit_t *crc_bits) |
Osmocom generic CRC routines (for max 32 bits poly) header