NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_LTENR_PDCPEntity Struct Reference
Collaboration diagram for stru_LTENR_PDCPEntity:

Data Fields

NETSIM_ID ueId
 
NETSIM_ID ueIf
 
NETSIM_ID enbId
 
NETSIM_ID enbIf
 
bool isControlPacket
 
LTENR_RLCMODE rlcMode
 
bool isAlternativePacket
 
UINT32 TX_NEXT
 
UINT32 RX_NEXT
 
UINT32 RX_DELIV
 
UINT32 RX_REORD
 
UINT32 last_RECV_COUNT
 
ptrLTENR_BUFFER transmissionBuffer
 
ptrLTENR_BUFFER receiveBuffer
 
double discardDelayTime
 
bool isDiscardTimerStarted
 
UINT64 discardTimerId
 
double t_Reordering
 
bool isT_ReorderingRunning
 
UINT64 t_ReorderingEventId
 
struct stru_LTENR_PDCPEntitynext
 

Detailed Description

Definition at line 56 of file LTENR_PDCP.h.

Field Documentation

◆ discardDelayTime

double stru_LTENR_PDCPEntity::discardDelayTime

Definition at line 87 of file LTENR_PDCP.h.

◆ discardTimerId

UINT64 stru_LTENR_PDCPEntity::discardTimerId

Definition at line 89 of file LTENR_PDCP.h.

◆ enbId

NETSIM_ID stru_LTENR_PDCPEntity::enbId

Definition at line 60 of file LTENR_PDCP.h.

◆ enbIf

NETSIM_ID stru_LTENR_PDCPEntity::enbIf

Definition at line 61 of file LTENR_PDCP.h.

◆ isAlternativePacket

bool stru_LTENR_PDCPEntity::isAlternativePacket

Definition at line 64 of file LTENR_PDCP.h.

◆ isControlPacket

bool stru_LTENR_PDCPEntity::isControlPacket

Definition at line 62 of file LTENR_PDCP.h.

◆ isDiscardTimerStarted

bool stru_LTENR_PDCPEntity::isDiscardTimerStarted

Definition at line 88 of file LTENR_PDCP.h.

◆ isT_ReorderingRunning

bool stru_LTENR_PDCPEntity::isT_ReorderingRunning

Definition at line 92 of file LTENR_PDCP.h.

◆ last_RECV_COUNT

UINT32 stru_LTENR_PDCPEntity::last_RECV_COUNT

This state variable indicates the COUNT value following the COUNT value associated with the PDCP Data PDU which triggered t-Reordering

Definition at line 80 of file LTENR_PDCP.h.

◆ next

struct stru_LTENR_PDCPEntity* stru_LTENR_PDCPEntity::next

Definition at line 95 of file LTENR_PDCP.h.

◆ receiveBuffer

ptrLTENR_BUFFER stru_LTENR_PDCPEntity::receiveBuffer

Definition at line 84 of file LTENR_PDCP.h.

◆ rlcMode

LTENR_RLCMODE stru_LTENR_PDCPEntity::rlcMode

Definition at line 63 of file LTENR_PDCP.h.

◆ RX_DELIV

UINT32 stru_LTENR_PDCPEntity::RX_DELIV

This state variable indicates the COUNT value of the next PDCP SDU expected to be received. The initial value is 0.

Definition at line 73 of file LTENR_PDCP.h.

◆ RX_NEXT

UINT32 stru_LTENR_PDCPEntity::RX_NEXT

This state variable indicates the COUNT value of the next PDCP SDU to be transmitted. The initial value is 0.

Definition at line 70 of file LTENR_PDCP.h.

◆ RX_REORD

UINT32 stru_LTENR_PDCPEntity::RX_REORD

This state variable indicates the COUNT value of the first PDCP SDU not delivered to the upper layers, but still waited for. The initial value is 0.

Definition at line 77 of file LTENR_PDCP.h.

◆ t_Reordering

double stru_LTENR_PDCPEntity::t_Reordering

Definition at line 91 of file LTENR_PDCP.h.

◆ t_ReorderingEventId

UINT64 stru_LTENR_PDCPEntity::t_ReorderingEventId

Definition at line 93 of file LTENR_PDCP.h.

◆ transmissionBuffer

ptrLTENR_BUFFER stru_LTENR_PDCPEntity::transmissionBuffer

Definition at line 83 of file LTENR_PDCP.h.

◆ TX_NEXT

UINT32 stru_LTENR_PDCPEntity::TX_NEXT

Definition at line 67 of file LTENR_PDCP.h.

◆ ueId

NETSIM_ID stru_LTENR_PDCPEntity::ueId

Definition at line 58 of file LTENR_PDCP.h.

◆ ueIf

NETSIM_ID stru_LTENR_PDCPEntity::ueIf

Definition at line 59 of file LTENR_PDCP.h.


The documentation for this struct was generated from the following file: