Namespace simu5g
LteRohcPdu
classThis is the RObust Header Compression PDU
ROHC is modeled by reducing the compressed headers to a lower size as indicated by the headerCompressedSize_ parameter. The additional ROHC header is added an allows to restore the compressed headers to their full size when decompressing.
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
origSizeTransportHeader | B | |
origSizeIpHeader | B |
Source code
// // This is the RObust Header Compression PDU // // ROHC is modeled by reducing the compressed headers to a lower size // as indicated by the headerCompressedSize_ parameter. The additional ROHC header // is added an allows to restore the compressed headers to their full size when // decompressing. // class LteRohcPdu extends inet::FieldsChunk { inet::B origSizeTransportHeader; inet::B origSizeIpHeader; }File: src/stack/pdcp_rrc/packet/LteRohcPdu.msg