ROHC compression/decompression library
Data Fields
d_decode_data Struct Reference

Decompression-related data. More...

Collaboration diagram for d_decode_data:
Collaboration graph
[legend]

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_contextactive
 The context to which the packet is related.

Detailed Description

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.


Field Documentation

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().

The Context ID of the context to which the packet is related.

Referenced by d_decode_header(), and rohc_decompress().

The size (in bytes) of the large CID field.

Referenced by d_decode_header().


The documentation for this struct was generated from the following file: