rohc_decomp_profile Struct Reference

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

Detailed Description

The ROHC decompression profile.

The object defines a ROHC profile. Each field must be filled in for each new profile.


Field Documentation

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

The maximum number of bits of the Master Sequence Number (MSN)

The handler used to create the profile-specific part of the decompression context.


The documentation for this struct was generated from the following file:

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1