LteRlcAmPdu

Namespace simu5g

LteRlcAmPdu

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

Fields

Name Type Description
amType unsigned short
txNumber unsigned short
firstSn int
lastSn int
bitmap bool[]
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 LteRlcAmPdu extends LteRlcPdu
{
    @customize(true);
    unsigned short amType @enum(LteAmType);
    unsigned short txNumber;
    int firstSn;
    int lastSn;
    abstract bool bitmap[];
}
File: src/stack/rlc/am/packet/LteRlcAmPdu.msg