ROHC compression/decompression library
Data Fields
rohc_decomp_ctxt Struct Reference

The ROHC decompression context. More...

#include <rohc_decomp_internals.h>

Collaboration diagram for rohc_decomp_ctxt:
Collaboration graph
[legend]

Data Fields

rohc_cid_t cid
struct rohc_decompdecompressor
struct rohc_decomp_profileprofile
void * specific
rohc_mode_t mode
rohc_decomp_state_t state
bool do_change_mode
unsigned int latest_used
unsigned int first_used
int curval
rohc_packet_t packet_type
int total_uncompressed_size
int total_compressed_size
int header_uncompressed_size
int header_compressed_size
int num_recv_packets
int num_recv_ir
int num_recv_ir_dyn
int num_sent_feedbacks
int num_decomp_failures
unsigned long corrected_crc_failures
unsigned long corrected_sn_wraparounds
unsigned long corrected_wrong_sn_updates
struct rohc_stats total_16_uncompressed
struct rohc_stats total_16_compressed
struct rohc_stats header_16_uncompressed
struct rohc_stats header_16_compressed
unsigned long nr_lost_packets
unsigned long nr_misordered_packets
bool is_duplicated

Detailed Description

The ROHC decompression context.


Field Documentation

The Context IDentifier (CID)

The number of successful corrections upon CRC failure

The number of successful corrections of SN wraparound upon CRC failure

The number of successful corrections of incorrect SN updates upon CRC failure

Variable related to feedback interval

The associated decompressor

Whether the operation modes at compressor and decompressor mismatch

Usage timestamp

The average size of the compressed headers

The average size of the uncompressed headers

Is last packet a (possible) duplicated packet?

Usage timestamp

The operation mode in which the context operates

The number of (possible) lost packet(s) before last packet

The number of packet(s) before the last packet if late

The type of the last decompressed ROHC packet

The associated profile

Profile-specific data, defined by the profiles

The operation state in which the context operates

The average size of the compressed packets

The average size of the uncompressed packets


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