ROHC compression/decompression library
|
The volatile part of the ROHC decompression context. More...
#include <rohc_decomp_internals.h>
Data Fields | |
struct rohc_decomp_crc | crc |
void * | extr_bits |
void * | decoded_values |
The volatile part of the ROHC decompression context.
The volatile part of the ROHC decompression context lasts only one single packet. Between two ROHC packets, the volatile part of the context is erased.
struct rohc_decomp_crc rohc_decomp_volat_ctxt::crc |
The CRC information extracted from the ROHC packet being parsed
void* rohc_decomp_volat_ctxt::decoded_values |
The profile-specific data for values decoded from persistent context and bits extracted from the ROHC packet, defined by the profiles
void* rohc_decomp_volat_ctxt::extr_bits |
The profile-specific data for bits extracted from the ROHC packet, defined by the profiles