RachConfig structure. More...
#include "lte-ue-cmac-sap.h"
Public Attributes | |
uint8_t | connEstFailCount |
the counter value for T300 timer expiration | |
uint8_t | numberOfRaPreambles |
number of RA preambles | |
uint8_t | preambleTransMax |
preamble transmit maximum | |
uint8_t | raResponseWindowSize |
RA response window size. | |
RachConfig structure.
Definition at line 31 of file lte-ue-cmac-sap.h.
uint8_t ns3::LteUeCmacSapProvider::RachConfig::connEstFailCount |
the counter value for T300 timer expiration
Definition at line 36 of file lte-ue-cmac-sap.h.
uint8_t ns3::LteUeCmacSapProvider::RachConfig::numberOfRaPreambles |
number of RA preambles
Definition at line 33 of file lte-ue-cmac-sap.h.
Referenced by ns3::LteUeMac::RandomlySelectAndSendRaPreamble().
uint8_t ns3::LteUeCmacSapProvider::RachConfig::preambleTransMax |
preamble transmit maximum
Definition at line 34 of file lte-ue-cmac-sap.h.
Referenced by ns3::LteUeMac::RaResponseTimeout().
uint8_t ns3::LteUeCmacSapProvider::RachConfig::raResponseWindowSize |
RA response window size.
Definition at line 35 of file lte-ue-cmac-sap.h.
Referenced by ns3::LteUeMac::SendRaPreamble().