ROHC compression/decompression library
|
ROHC common definitions and routines. More...
#include "rohc_profiles.h"
Functions | |
const char * | rohc_get_profile_descr (const rohc_profile_t profile) |
Give a description for the given ROHC profile. More... | |
bool | rohc_profile_is_rohcv1 (const rohc_profile_t profile) |
Is the given profile one ROHCv1 profile? More... | |
bool | rohc_profile_is_rohcv2 (const rohc_profile_t profile) |
Is the given profile one ROHCv2 profile? More... | |
rohc_profile_t | rohc_profile_get_other_version (const rohc_profile_t profile) |
Get the other version of the given profile. More... | |
ROHC common definitions and routines.