The stream informations about a decompressed packet. More...

Data Fields | |
| rohc_cid_type_t | cid_type |
| bool | cid_found |
| rohc_cid_t | cid |
| bool | context_found |
| struct rohc_decomp_ctxt * | context |
| rohc_profile_t | profile_id |
| rohc_mode_t | mode |
| bool | do_change_mode |
| rohc_decomp_state_t | state |
| uint32_t | sn_bits |
| size_t | sn_bits_nr |
| rohc_packet_t | packet_type |
| bool | crc_failed |
The stream informations about a decompressed packet.
To be able to send some feedback to the compressor, the decompressor shall (aside the decompression status itself) collect some informations about the packet being decompressed:
The CID of the packet
Whether the CID of the packet was found or not
The CID type of the channel
struct rohc_decomp_ctxt* rohc_decomp_stream::context [read] |
The decompression context, if found
Whether the context was found or not
Whether the packet failed the CRC check or not
The context mode shall be advertised
The context mode (if context found)
The type of the decompressed packet
The decompression profile (ROHC_PROFILE_GENERAL if not identified)
| uint32_t rohc_decomp_stream::sn_bits |
The SN LSB bits (if context found)
The number of SN LSB bits (if context found)
The context state (if context found)
1.6.1