rohc_decomp_get_max_cid − Get the maximal CID value the decompressor uses.
#include <rohc/rohc_decomp.h>
bool
rohc_decomp_get_max_cid(
const struct rohc_decomp *const decomp,
size_t *const max_cid
);
Get the maximal CID value the decompressor uses, ie. the MAX_CID parameter defined in RFC 3095.
decomp |
The ROHC decompressor |
max_cid [output]
The current maximal CID value
true if MAX_CID was successfully retrieved, false otherwise
rohc_decomp.h(3)