LteRlcSdu

Namespace default

LteRlcSdu

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)

Known subclasses

Name Type Description
LteRlcAmSdu class (no description)

Fields

Name Type Description
chunkLength

@customize(true); TODO: size 0

snoMainPacket unsigned int

ID of packet (sequence number)

lengthMainPacket unsigned int

Source code

class LteRlcSdu extends inet::FieldsChunk
{
    //@customize(true);
    // TODO: size 0
    chunkLength = inet::B(1); // TODO: should be a tag;
    unsigned int snoMainPacket;                        // ID of packet (sequence number)
    unsigned int lengthMainPacket;
}
File: src/stack/rlc/packet/LteRlcSdu.msg