A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteUeCmacSapProvider::RachConfig Struct Reference

RachConfig structure. More...

#include "lte-ue-cmac-sap.h"

+ Collaboration diagram for ns3::LteUeCmacSapProvider::RachConfig:

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.
 

Detailed Description

RachConfig structure.

Definition at line 42 of file lte-ue-cmac-sap.h.

Member Data Documentation

◆ connEstFailCount

uint8_t ns3::LteUeCmacSapProvider::RachConfig::connEstFailCount

the counter value for T300 timer expiration

Definition at line 47 of file lte-ue-cmac-sap.h.

◆ numberOfRaPreambles

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().

◆ preambleTransMax

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().

◆ raResponseWindowSize

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().


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