LteRlcPdu

Namespace default

LteRlcPdu

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
LteRlcAmPdu class (no description)
LteRlcPduNewData class

new data indication for MAC

Fields

Name Type Description
chunkLength

TODO: size 0

totalFragments unsigned int

Total number of fragments

snoFragment unsigned int

Sequence number of this fragment

snoMainPacket unsigned int

ID of packet (sequence number)

Source code

class LteRlcPdu extends inet::FieldsChunk
{
    // TODO: size 0
    chunkLength = inet::B(1); // TODO: should be a tag;
    unsigned int totalFragments;    // Total number of fragments
    unsigned int snoFragment;        // Sequence number of this fragment
    unsigned int snoMainPacket;        // ID of packet (sequence number)
}

File: src/stack/rlc/packet/LteRlcPdu.msg