
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_PDCPEntity * | next |
Definition at line 56 of file LTENR_PDCP.h.
| double stru_LTENR_PDCPEntity::discardDelayTime |
Definition at line 87 of file LTENR_PDCP.h.
| UINT64 stru_LTENR_PDCPEntity::discardTimerId |
Definition at line 89 of file LTENR_PDCP.h.
| NETSIM_ID stru_LTENR_PDCPEntity::enbId |
Definition at line 60 of file LTENR_PDCP.h.
| NETSIM_ID stru_LTENR_PDCPEntity::enbIf |
Definition at line 61 of file LTENR_PDCP.h.
| bool stru_LTENR_PDCPEntity::isAlternativePacket |
Definition at line 64 of file LTENR_PDCP.h.
| bool stru_LTENR_PDCPEntity::isControlPacket |
Definition at line 62 of file LTENR_PDCP.h.
| bool stru_LTENR_PDCPEntity::isDiscardTimerStarted |
Definition at line 88 of file LTENR_PDCP.h.
| bool stru_LTENR_PDCPEntity::isT_ReorderingRunning |
Definition at line 92 of file LTENR_PDCP.h.
| 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.
| struct stru_LTENR_PDCPEntity* stru_LTENR_PDCPEntity::next |
Definition at line 95 of file LTENR_PDCP.h.
| ptrLTENR_BUFFER stru_LTENR_PDCPEntity::receiveBuffer |
Definition at line 84 of file LTENR_PDCP.h.
| LTENR_RLCMODE stru_LTENR_PDCPEntity::rlcMode |
Definition at line 63 of file LTENR_PDCP.h.
| 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.
| 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.
| 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.
| double stru_LTENR_PDCPEntity::t_Reordering |
Definition at line 91 of file LTENR_PDCP.h.
| UINT64 stru_LTENR_PDCPEntity::t_ReorderingEventId |
Definition at line 93 of file LTENR_PDCP.h.
| ptrLTENR_BUFFER stru_LTENR_PDCPEntity::transmissionBuffer |
Definition at line 83 of file LTENR_PDCP.h.
| UINT32 stru_LTENR_PDCPEntity::TX_NEXT |
Definition at line 67 of file LTENR_PDCP.h.
| NETSIM_ID stru_LTENR_PDCPEntity::ueId |
Definition at line 58 of file LTENR_PDCP.h.
| NETSIM_ID stru_LTENR_PDCPEntity::ueIf |
Definition at line 59 of file LTENR_PDCP.h.