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
signature.asc
Description: PGP signature
_______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

