libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
|
Functions | |
uint16_t | osmo_crc16gen_compute_bits (const struct osmo_crc16gen_code *code, const ubit_t *in, int len) |
Compute the CRC value of a given array of hard-bits. | |
int | osmo_crc16gen_check_bits (const struct osmo_crc16gen_code *code, const ubit_t *in, int len, const ubit_t *crc_bits) |
Checks the CRC value of a given array of hard-bits. | |
void | osmo_crc16gen_set_bits (const struct osmo_crc16gen_code *code, const ubit_t *in, int len, ubit_t *crc_bits) |
Computes and writes the CRC value of a given array of bits. | |
Osmocom generic CRC routines (for max 16 bits poly)