when to use extension

Asked by qingbaibai

hello,

I find that extension is decoded only in type 2 packet. Do type 0 and type 1 packets not use extension?
Thank you.

Regards,
qingbaibai

Question information

Language:
English Edit question
Status:
Solved
For:
rohc Edit question
Assignee:
No assignee Edit question
Solved by:
Didier Barvaux
Solved:
Last query:
Last reply:
Revision history for this message
Best Didier Barvaux (didier-barvaux) said :
#1

Hello,

UO-0 packets cannot use extensions (no X bit in the different forms of base headers). For UO-1 packets, only UO-1-ID can use extensions. The ROHC library currently does not implement the X bit of the UO-1-ID packet. There is an opened bug to track this issue and the tasks that need to be performed to solve it: https://bugs.launchpad.net/rohc/+bug/896842

Regards,
Didier

Revision history for this message
qingbaibai (sunqing-cztz) said :
#2

Thanks Didier Barvaux, that solved my question.