The ROHC decompressor. More...
#include <rohc_decomp_internals.h>

Data Fields | |
| struct rohc_medium | medium |
| rohc_decomp_features_t | features |
| bool | enabled_profiles [D_NUM_PROFILES] |
| rohc_mode_t | target_mode |
| struct rohc_decomp_ctxt ** | contexts |
| size_t | num_contexts_used |
| struct rohc_decomp_ctxt * | last_context |
| size_t | prtt |
| size_t | sn_feedback_min_bits |
| struct rohc_ack_rate_limits | ack_rate_limits |
| uint32_t | last_pkts_errors |
| struct rohc_ack_stats | last_pkt_feedbacks [ROHC_FEEDBACK_RESERVED] |
| uint8_t | rru [ROHC_MAX_MRRU] |
| size_t | rru_len |
| size_t | mrru |
| uint8_t | crc_table_3 [256] |
| uint8_t | crc_table_7 [256] |
| uint8_t | crc_table_8 [256] |
| struct d_statistics | stats |
| rohc_trace_callback2_t | trace_callback |
| void * | trace_callback_priv |
The ROHC decompressor.
struct rohc_ack_rate_limits rohc_decomp::ack_rate_limits [read] |
The configuration for feedback rate-limiting
struct rohc_decomp_ctxt** rohc_decomp::contexts [read] |
The array of decompression contexts that use the decompressor
| uint8_t rohc_decomp::crc_table_3[256] |
The table to enable fast CRC-3 computation
| uint8_t rohc_decomp::crc_table_7[256] |
The table to enable fast CRC-7 computation
| uint8_t rohc_decomp::crc_table_8[256] |
The table to enable fast CRC-8 computation
| bool rohc_decomp::enabled_profiles[D_NUM_PROFILES] |
Which profiles are enabled and with one are not?
Enabled/disabled features for the decompressor
struct rohc_decomp_ctxt* rohc_decomp::last_context [read] |
The last decompression context used by the decompressor
struct rohc_ack_stats rohc_decomp::last_pkt_feedbacks[ROHC_FEEDBACK_RESERVED] [read] |
The informations for feedback rate-limiting
| uint32_t rohc_decomp::last_pkts_errors |
Whether the last decompressed packets failed or not
struct rohc_medium rohc_decomp::medium [read] |
The medium associated with the decompressor
| size_t rohc_decomp::mrru |
The Maximum Reconstructed Reception Unit (MRRU)
The number of decompression contexts in use
| size_t rohc_decomp::prtt |
The maximum number of packets sent during one RTT
| uint8_t rohc_decomp::rru[ROHC_MAX_MRRU] |
The Reconstructed Reception Unit
| size_t rohc_decomp::rru_len |
The length (in bytes) of the Reconstructed Reception Unit
The minimum number of SN bits to transmit in feedbacks
struct d_statistics rohc_decomp::stats [read] |
Some statistics about the decompression processes
The operation mode that the contexts shall target
The callback function used to manage traces
The private context of the callback function used to manage traces
1.6.1