Parameters of the SCHED_UL_MAC_CTRL_INFO_REQ primitive. More...
#include "ff-mac-sched-sap.h"
Public Attributes | |
std::vector< MacCeListElement_s > | m_macCeList |
MAC CE list. | |
uint16_t | m_sfnSf |
sfn SF | |
std::vector< VendorSpecificListElement_s > | m_vendorSpecificList |
vendor specific list | |
Parameters of the SCHED_UL_MAC_CTRL_INFO_REQ primitive.
See section 4.2.11 for a detailed description of the parameters.
Definition at line 161 of file ff-mac-sched-sap.h.
std::vector<MacCeListElement_s> ns3::FfMacSchedSapProvider::SchedUlMacCtrlInfoReqParameters::m_macCeList |
MAC CE list.
Definition at line 164 of file ff-mac-sched-sap.h.
Referenced by ns3::LteEnbMac::DoSubframeIndication().
uint16_t ns3::FfMacSchedSapProvider::SchedUlMacCtrlInfoReqParameters::m_sfnSf |
sfn SF
Definition at line 163 of file ff-mac-sched-sap.h.
Referenced by ns3::LteEnbMac::DoSubframeIndication().
std::vector<VendorSpecificListElement_s> ns3::FfMacSchedSapProvider::SchedUlMacCtrlInfoReqParameters::m_vendorSpecificList |
vendor specific list
Definition at line 166 of file ff-mac-sched-sap.h.