5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
|
#include "nr-mac-sched-sap.h"
Public Attributes | |
std::vector< struct nr::RachListElement_s > | m_rachList |
RACH list. | |
uint16_t | m_sfnSf |
sfn SF | |
std::vector< struct nr::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 119 of file nr-mac-sched-sap.h.
std::vector<struct nr::RachListElement_s> ns3::NrMacSchedSapProvider::SchedDlRachInfoReqParameters::m_rachList |
RACH list.
Definition at line 122 of file nr-mac-sched-sap.h.
Referenced by ns3::NrMacSchedulerNs3::DoSchedDlRachInfoReq().
uint16_t ns3::NrMacSchedSapProvider::SchedDlRachInfoReqParameters::m_sfnSf |
sfn SF
Definition at line 121 of file nr-mac-sched-sap.h.
std::vector<struct nr::VendorSpecificListElement_s> ns3::NrMacSchedSapProvider::SchedDlRachInfoReqParameters::m_vendorSpecificList |
vendor specific list
Definition at line 125 of file nr-mac-sched-sap.h.