AllocateNcRaPreambleReturnValue structure. More...
#include "lte-enb-cmac-sap.h"
Public Attributes | |
uint8_t | raPrachMaskIndex |
PRACH mask index. | |
uint8_t | raPreambleId |
random access preamble id | |
bool | valid |
true if a valid RA config was allocated, false otherwise | |
AllocateNcRaPreambleReturnValue structure.
Definition at line 138 of file lte-enb-cmac-sap.h.
uint8_t ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::raPrachMaskIndex |
PRACH mask index.
Definition at line 142 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAllocateNcRaPreamble(), ns3::LteEnbRrc::DoRecvHandoverRequest(), and ns3::UeManager::PrepareHandover().
uint8_t ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::raPreambleId |
random access preamble id
Definition at line 141 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAllocateNcRaPreamble(), ns3::LteEnbRrc::DoRecvHandoverRequest(), and ns3::UeManager::PrepareHandover().
bool ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::valid |
true if a valid RA config was allocated, false otherwise
Definition at line 140 of file lte-enb-cmac-sap.h.
Referenced by ns3::LteEnbMac::DoAllocateNcRaPreamble(), ns3::LteEnbRrc::DoRecvHandoverRequest(), and ns3::UeManager::PrepareHandover().