rohc_decomp_get_max_cid

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_decomp_get_max_cid − Get the maximal CID value the decompressor uses.

SYNOPSIS

#include <rohc/rohc_decomp.h>

bool rohc_decomp_get_max_cid(
const struct rohc_decomp *const decomp
,
size_t *const max_cid

);

DESCRIPTION

Get the maximal CID value the decompressor uses, ie. the MAX_CID parameter defined in RFC 3095.

PARAMETERS

decomp

The ROHC decompressor

max_cid [output]

The current maximal CID value

STRUCTURES

RETURN VALUE

true if MAX_CID was successfully retrieved, false otherwise

SEE ALSO

rohc_decomp.h(3)