rohc_decomp_stream Struct Reference

The stream informations about a decompressed packet. More...

Collaboration diagram for rohc_decomp_stream:
Collaboration graph
[legend]

Data Fields

rohc_cid_type_t cid_type
bool cid_found
rohc_cid_t cid
bool context_found
struct rohc_decomp_ctxtcontext
rohc_profile_t profile_id
rohc_mode_t mode
bool do_change_mode
rohc_decomp_state_t state
uint32_t sn_bits
size_t sn_bits_nr
rohc_packet_t packet_type
bool crc_failed

Detailed Description

The stream informations about a decompressed packet.

To be able to send some feedback to the compressor, the decompressor shall (aside the decompression status itself) collect some informations about the packet being decompressed:


Field Documentation

The CID of the packet

Whether the CID of the packet was found or not

The CID type of the channel

The decompression context, if found

Whether the context was found or not

Whether the packet failed the CRC check or not

The context mode shall be advertised

The context mode (if context found)

The type of the decompressed packet

The decompression profile (ROHC_PROFILE_GENERAL if not identified)

The SN LSB bits (if context found)

The number of SN LSB bits (if context found)

The context state (if context found)


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

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1