The ROHC decompression profile. More...
#include <rohc_decomp_internals.h>
Data Fields | |
| const rohc_profile_t | id |
| const size_t | msn_max_bits |
| rohc_decomp_new_context_t | new_context |
| The handler used to create the profile-specific part of the decompression context. | |
| rohc_decomp_free_context_t | free_context |
| The handler used to destroy the profile-specific part of the decompression context. | |
| rohc_decomp_detect_pkt_type_t | detect_pkt_type |
| rohc_decomp_parse_pkt_t | parse_pkt |
| rohc_decomp_decode_bits_t | decode_bits |
| rohc_decomp_build_hdrs_t | build_hdrs |
| rohc_decomp_update_ctxt_t | update_ctxt |
| rohc_decomp_attempt_repair_t | attempt_repair |
| rohc_decomp_get_sn_t | get_sn |
The ROHC decompression profile.
The object defines a ROHC profile. Each field must be filled in for each new profile.
The handler used to detect the type of the ROHC packet
The handler used to destroy the profile-specific part of the decompression context.
The profile ID as reserved by IANA
| const size_t rohc_decomp_profile::msn_max_bits |
The maximum number of bits of the Master Sequence Number (MSN)
The handler used to create the profile-specific part of the decompression context.
1.6.1