ROHC compression/decompression library
|
Decompression-related data. More...
Data Fields | |
uint16_t | cid |
The Context ID of the context to which the packet is related. | |
int | addcidUsed |
Whether the ROHC packet uses add-CID or not. | |
unsigned int | large_cid_size |
The size (in bytes) of the large CID field. | |
struct d_context * | active |
The context to which the packet is related. |
Decompression-related data.
This object stores the information related to the decompression of one ROHC packet (CID and context for example). The lifetime of this object is the time needed to decompress one single packet.
struct d_context* d_decode_data::active |
The context to which the packet is related.
Referenced by d_decode_header(), and rohc_decompress().
Whether the ROHC packet uses add-CID or not.
Referenced by d_decode_header(), and rohc_decompress().
uint16_t d_decode_data::cid |
The Context ID of the context to which the packet is related.
Referenced by d_decode_header(), and rohc_decompress().
unsigned int d_decode_data::large_cid_size |
The size (in bytes) of the large CID field.
Referenced by d_decode_header().