Namespace simu5g
LteMacSduRequest
class(no description)
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 |
---|---|---|
sduSize | unsigned int |
size of the requested SDU |
chunkLength |
TODO: size 0 |
Source code
class LteMacSduRequest extends inet::FieldsChunk { @customize(true); unsigned int sduSize; // size of the requested SDU chunkLength = inet::B(1); // TODO: size 0 }File: src/stack/mac/packet/LteMacSduRequest.msg