|
ROHC compression/decompression library
|
The ROHC decompression context. More...
#include <rohc_decomp_internals.h>

Data Fields | |
| rohc_cid_t | cid |
| struct rohc_decomp * | decompressor |
| struct rohc_decomp_profile * | profile |
| 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 |
The ROHC decompression context.
The Context IDentifier (CID)
| unsigned long rohc_decomp_ctxt::corrected_crc_failures |
The number of successful corrections upon CRC failure
| unsigned long rohc_decomp_ctxt::corrected_sn_wraparounds |
The number of successful corrections of SN wraparound upon CRC failure
| unsigned long rohc_decomp_ctxt::corrected_wrong_sn_updates |
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
| unsigned int rohc_decomp_ctxt::first_used |
Usage timestamp
The average size of the compressed headers
The average size of the uncompressed headers
Is last packet a (possible) duplicated packet?
| unsigned int rohc_decomp_ctxt::latest_used |
Usage timestamp
The operation mode in which the context operates
| unsigned long rohc_decomp_ctxt::nr_lost_packets |
The number of (possible) lost packet(s) before last packet
| unsigned long rohc_decomp_ctxt::nr_misordered_packets |
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
1.7.6.1