← Back to team overview

rohc team mailing list archive

Re: [Question #189821]: about "code_UO_packet_tail"

 

Question #189821 on rohc changed:
https://answers.launchpad.net/rohc/+question/189821

    Status: Open => Answered

Didier Barvaux proposed the following answer:
Hello,

The code_UO_packet_tail() function builds the tail of the UO-0, UO-1 and
UOR-2 packets as defined in RFC 3095. The UO* packets share several
fields in common at their very end. The code_UO_packet_tail() function
builds these fields.

The code_UO_packet_tail() function is fully described there (the fields it builds are described there too):
  http://rohc-lib.org/doc/rohc-doc-trunk-latest/c__generic_8c.html#a765b90cc11d9b4ca197bb2a9a99eeefa

The code_UO_packet_tail() function is called by the functions that builds the UO-0, UO-1 and UOR-2 packets:
 - code_UO0_packet(): http://rohc-lib.org/doc/rohc-doc-trunk-latest/c__generic_8c.html#abe107e1241b979edf600a80f8d08be5a
 - code_UO1_packet(): http://rohc-lib.org/doc/rohc-doc-trunk-latest/c__generic_8c.html#ad62cac140beb1066eb0c84eb11ce0751
 - code_UO2_packet(): http://rohc-lib.org/doc/rohc-doc-trunk-latest/c__generic_8c.html#af0f0e82ad7d5359772be02cc45144056

Regards,
Didier

-- 
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.