Comment 10 for bug 1587011

Revision history for this message
Mohammad Abyan Abdullah (c-admin-v) wrote :

I'm using rohc_decomp_get_last_packet_info() to get the information
and
last_packet_info.version_major = 0;
last_packet_info.version_minor = 1;
And
decomp_nr_corrected_crc_failures += last_packet_info.corrected_crc_failures;
decomp_nr_corrected_sn_wraparounds += last_packet_info.corrected_sn_wraparounds;
decomp_nr_corrected_wrong_sn_updates += last_packet_info.corrected_wrong_sn_updates;

After each packet decompress I'm updating the info. Don't think there might be any probs ...

Regards
Abyan.