ROHC compression/decompression library
Functions
rohc_common.c File Reference

ROHC common definitions and routines. More...

#include "rohc.h"
#include "config.h"
#include <assert.h>
Include dependency graph for rohc_common.c:

Functions

char * rohc_version (void)
 Get the version of the ROHC library.
const char * rohc_strerror (const rohc_status_t status)
 Give a description for the given ROHC status code.
const char * rohc_get_mode_descr (const rohc_mode_t mode)
 Give a description for the given ROHC mode.
const char * rohc_get_profile_descr (const rohc_profile_t profile)
 Give a description for the given ROHC profile.

Detailed Description

ROHC common definitions and routines.

Author:
Didier Barvaux <didier.barvaux@toulouse.viveris.com>
Emmanuelle Pechereau <epechereau@toulouse.viveris.com>