ROHC compression/decompression library
|
Some information about the last decompressed packet. More...
#include <rohc_decomp.h>
Data Fields | |
unsigned short | version_major |
unsigned short | version_minor |
rohc_mode_t | context_mode |
rohc_decomp_state_t | context_state |
int | profile_id |
unsigned long | nr_lost_packets |
unsigned long | nr_misordered_packets |
bool | is_duplicated |
unsigned long | corrected_crc_failures |
unsigned long | corrected_sn_wraparounds |
unsigned long | corrected_wrong_sn_updates |
rohc_packet_t | packet_type |
Some information about the last decompressed packet.
The structure is used by the rohc_decomp_get_last_packet_info function to store some information about the last decompressed packet.
Versioning works as follow:
Notes for developers:
Supported versions:
The mode of the last context used by the compressor
The state of the last context used by the compressor
unsigned long rohc_decomp_last_packet_info_t::corrected_crc_failures |
The number of successful corrections upon CRC failure
unsigned long rohc_decomp_last_packet_info_t::corrected_sn_wraparounds |
The number of successful corrections of SN wraparound upon CRC failure
The number of successful corrections of incorrect SN updates upon CRC failure
Is last packet a (possible) duplicated packet?
unsigned long rohc_decomp_last_packet_info_t::nr_lost_packets |
The number of (possible) lost packet(s) before last packet
unsigned long rohc_decomp_last_packet_info_t::nr_misordered_packets |
The number of packet(s) before the last packet if late
The type of the last decompressed ROHC packet
The profile ID of the last context used by the compressor
unsigned short rohc_decomp_last_packet_info_t::version_major |
The major version of this structure
unsigned short rohc_decomp_last_packet_info_t::version_minor |
The minor version of this structure