Parameters of the SCHED_DL_RACH_INFO_REQ primitive. More...
#include "ff-mac-sched-sap.h"
Public Attributes | |
std::vector< RachListElement_s > | m_rachList |
RACH list. | |
uint16_t | m_sfnSf |
sfn SF | |
std::vector< VendorSpecificListElement_s > | m_vendorSpecificList |
vendor specific list | |
Parameters of the SCHED_DL_RACH_INFO_REQ primitive.
See section 4.2.5 for a detailed description of the parameters.
Definition at line 100 of file ff-mac-sched-sap.h.
std::vector<RachListElement_s> ns3::FfMacSchedSapProvider::SchedDlRachInfoReqParameters::m_rachList |
RACH list.
Definition at line 103 of file ff-mac-sched-sap.h.
Referenced by ns3::LteEnbMac::DoSubframeIndication().
uint16_t ns3::FfMacSchedSapProvider::SchedDlRachInfoReqParameters::m_sfnSf |
sfn SF
Definition at line 102 of file ff-mac-sched-sap.h.
std::vector<VendorSpecificListElement_s> ns3::FfMacSchedSapProvider::SchedDlRachInfoReqParameters::m_vendorSpecificList |
vendor specific list
Definition at line 105 of file ff-mac-sched-sap.h.