A Discrete-Event Network Simulator
API
ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue Struct Reference

AllocateNcRaPreambleReturnValue structure. More...

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

Public Attributes

uint8_t raPrachMaskIndex
 PRACH mask index. More...
 
uint8_t raPreambleId
 random access preamble id More...
 
bool valid
 true if a valid RA config was allocated, false otherwise More...
 

Detailed Description

AllocateNcRaPreambleReturnValue structure.

Definition at line 155 of file lte-enb-cmac-sap.h.

Member Data Documentation

◆ raPrachMaskIndex

uint8_t ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::raPrachMaskIndex

PRACH mask index.

Definition at line 159 of file lte-enb-cmac-sap.h.

Referenced by ns3::LteEnbMac::DoAllocateNcRaPreamble(), and ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ raPreambleId

uint8_t ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::raPreambleId

random access preamble id

Definition at line 158 of file lte-enb-cmac-sap.h.

Referenced by ns3::LteEnbMac::DoAllocateNcRaPreamble(), and ns3::LteEnbRrc::DoRecvHandoverRequest().

◆ valid

bool ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::valid

true if a valid RA config was allocated, false otherwise

Definition at line 157 of file lte-enb-cmac-sap.h.

Referenced by ns3::LteEnbMac::DoAllocateNcRaPreamble(), and ns3::LteEnbRrc::DoRecvHandoverRequest().


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