
Data Structures | |
| struct | stru_LTENR_RLCAM_StateVariables_Constants |
| struct | stru_LTENR_RLCUM_StateVariables_Constants |
Data Fields | |
| NETSIM_ID | d |
| NETSIM_ID | in |
| NETSIM_ID | peerId |
| NETSIM_ID | peerIf |
| LTENR_RLCMODE | rlcMode |
| bool | isTransmittingRLCEntity |
| bool | isReceivingRLCEntity |
| struct stru_LTENR_RLCEntity::stru_LTENR_RLCAM_StateVariables_Constants | AM |
| struct stru_LTENR_RLCEntity::stru_LTENR_RLCUM_StateVariables_Constants | UM |
| double | t_PollRetransmit |
| bool | isPollRetransmitTimerStarted |
| UINT64 | pollRetransmitTimerId |
| double | t_Reassembly |
| bool | isReassemblyTimerStarted |
| UINT64 | reassemblyTimerId |
| double | t_StatusProhibit |
| bool | isStatusProhibitTimerStarted |
| UINT64 | statusProhibitTimerId |
| UINT | maxRetxThreshold |
| UINT | pollPDU |
| UINT | pollByte |
| ptrLTENR_RLCBUFFER | transmissionBuffer |
| ptrLTENR_RLCBUFFER | transmittedBuffer |
| ptrLTENR_RLCBUFFER | retransmissionBuffer |
| UINT | bufferStatus [LTENR_LOGICALCHANNEL_LAST] |
| _ptr_ele | ele |
Definition at line 133 of file LTENR_RLC.h.
| UINT stru_LTENR_RLCEntity::bufferStatus[LTENR_LOGICALCHANNEL_LAST] |
Definition at line 204 of file LTENR_RLC.h.
| NETSIM_ID stru_LTENR_RLCEntity::d |
Definition at line 135 of file LTENR_RLC.h.
| _ptr_ele stru_LTENR_RLCEntity::ele |
Definition at line 206 of file LTENR_RLC.h.
| NETSIM_ID stru_LTENR_RLCEntity::in |
Definition at line 136 of file LTENR_RLC.h.
| bool stru_LTENR_RLCEntity::isPollRetransmitTimerStarted |
Definition at line 184 of file LTENR_RLC.h.
| bool stru_LTENR_RLCEntity::isReassemblyTimerStarted |
Definition at line 188 of file LTENR_RLC.h.
| bool stru_LTENR_RLCEntity::isReceivingRLCEntity |
Definition at line 142 of file LTENR_RLC.h.
| bool stru_LTENR_RLCEntity::isStatusProhibitTimerStarted |
Definition at line 192 of file LTENR_RLC.h.
| bool stru_LTENR_RLCEntity::isTransmittingRLCEntity |
Definition at line 141 of file LTENR_RLC.h.
| UINT stru_LTENR_RLCEntity::maxRetxThreshold |
Definition at line 196 of file LTENR_RLC.h.
| NETSIM_ID stru_LTENR_RLCEntity::peerId |
Definition at line 137 of file LTENR_RLC.h.
| NETSIM_ID stru_LTENR_RLCEntity::peerIf |
Definition at line 138 of file LTENR_RLC.h.
| UINT stru_LTENR_RLCEntity::pollByte |
Definition at line 198 of file LTENR_RLC.h.
| UINT stru_LTENR_RLCEntity::pollPDU |
Definition at line 197 of file LTENR_RLC.h.
| UINT64 stru_LTENR_RLCEntity::pollRetransmitTimerId |
Definition at line 185 of file LTENR_RLC.h.
| UINT64 stru_LTENR_RLCEntity::reassemblyTimerId |
Definition at line 189 of file LTENR_RLC.h.
| ptrLTENR_RLCBUFFER stru_LTENR_RLCEntity::retransmissionBuffer |
Definition at line 203 of file LTENR_RLC.h.
| LTENR_RLCMODE stru_LTENR_RLCEntity::rlcMode |
Definition at line 140 of file LTENR_RLC.h.
| UINT64 stru_LTENR_RLCEntity::statusProhibitTimerId |
Definition at line 193 of file LTENR_RLC.h.
| double stru_LTENR_RLCEntity::t_PollRetransmit |
Definition at line 183 of file LTENR_RLC.h.
| double stru_LTENR_RLCEntity::t_Reassembly |
Definition at line 187 of file LTENR_RLC.h.
| double stru_LTENR_RLCEntity::t_StatusProhibit |
Definition at line 191 of file LTENR_RLC.h.
| ptrLTENR_RLCBUFFER stru_LTENR_RLCEntity::transmissionBuffer |
Definition at line 201 of file LTENR_RLC.h.
| ptrLTENR_RLCBUFFER stru_LTENR_RLCEntity::transmittedBuffer |
Definition at line 202 of file LTENR_RLC.h.