ROHC compression/decompression library
|
ROHC decompression checks for CRC. More...
Go to the source code of this file.
Functions | |
bool | rohc_decomp_check_uncomp_crc (const struct rohc_decomp *const decomp, const struct rohc_decomp_ctxt *const context, struct rohc_buf *const uncomp_hdrs, const rohc_crc_type_t crc_type, const uint8_t crc_packet) |
Check whether the CRC on uncompressed header is correct or not. More... | |
ROHC decompression checks for CRC.
bool rohc_decomp_check_uncomp_crc | ( | const struct rohc_decomp *const | decomp, |
const struct rohc_decomp_ctxt *const | context, | ||
struct rohc_buf *const | uncomp_hdrs, | ||
const rohc_crc_type_t | crc_type, | ||
const uint8_t | crc_packet | ||
) |
Check whether the CRC on uncompressed header is correct or not.
decomp | The ROHC decompressor |
context | The decompression context |
uncomp_hdrs | The uncompressed headers |
crc_type | The type of CRC |
crc_packet | The CRC extracted from the ROHC header |