how could we get id_ref when decoding uor-2-ts packet with extension 3

Asked by qingbaibai

hello,

How could we get id_ref when decoding uor-2-ts packet with extension 3 in d_ip_ed_decode() in ip_id.c.
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
qingbaibai (sunqing-cztz) said :
#1

I'm sorry. It is d_ip_id_decode()

Revision history for this message
Best Didier Barvaux (didier-barvaux) said :
#2

Hi,

id_ref is the reference IP-ID for the decompressor. It is recorded in the decompression context. There is no need to decode some IP-ID bits from the ROHC header (like in the UOR-2-TS packet) to get the reference IP-ID.

I hope I answered your question.

Regards,
Didier

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

Thanks Didier Barvaux, that solved my question.