rohc_get_profile_descr − Give a description for the given ROHC profile.
#include <rohc/rohc.h>
const char *
rohc_get_profile_descr(
const rohc_profile_t profile
);
Give a description for the given ROHC compression/decompression profile.
The descriptions are not part of the API. They may change between releases without any warning. Do NOT use them for other means that providing to users a textual description of profiles used by the library. If unsure, ask on the mailing list.
profile
The ROHC profile to get a description for
A string that describes the given ROHC profile
rohc.h(3)