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 42 of file lte-ue-cmac-sap.h.
uint8_t ns3::LteUeCmacSapProvider::RachConfig::connEstFailCount |
the counter value for T300 timer expiration
Definition at line 47 of file lte-ue-cmac-sap.h.
uint8_t ns3::LteUeCmacSapProvider::RachConfig::numberOfRaPreambles |
number of RA preambles
Definition at line 44 of file lte-ue-cmac-sap.h.
Referenced by ns3::LteUeMac::RandomlySelectAndSendRaPreamble().
uint8_t ns3::LteUeCmacSapProvider::RachConfig::preambleTransMax |
preamble transmit maximum
Definition at line 45 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 46 of file lte-ue-cmac-sap.h.
Referenced by ns3::LteUeMac::SendRaPreamble().