Namespace simu5g
LtePdcpPdu
classThis is the PDCP message flowing through LTE stack.
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 |
---|---|---|
chunkLength |
TODO: size 0 |
Source code
// // This is the PDCP message flowing through LTE stack. // class LtePdcpPdu extends inet::FieldsChunk { chunkLength = inet::B(1); // TODO: size 0 }File: src/stack/pdcp_rrc/packet/LtePdcpPdu.msg