← Back to team overview

rohc team mailing list archive

Re: ROHC LSB

 

Hi,

>         we could only find  LSB decode function in
> lsb.c(d_lsb_decode()),   I wonder where we encode fields such as SN
> fields! Thank you in advance!

Section 5.7 from RFC 3095 specifies that the Sequence Number (SN) is
compressed with the W-LSB encoding scheme, not the LSB encoding
scheme. The ROHC library follows that rule and uses the functions
defined in the src/common/wlsb.c file for SN encoding.

Regards,
Didier Barvaux

Attachment: signature.asc
Description: PGP signature


References