Parameters of the SCHED_UL_TRIGGER_REQ primitive. More...
#include "ff-mac-sched-sap.h"
Public Attributes | |
uint16_t | m_sfnSf |
sfn SF | |
std::vector< UlInfoListElement_s > | m_ulInfoList |
UL info list. | |
std::vector< VendorSpecificListElement_s > | m_vendorSpecificList |
vendor specific list | |
Parameters of the SCHED_UL_TRIGGER_REQ primitive.
See section 4.2.8 for a detailed description of the parameters.
Definition at line 135 of file ff-mac-sched-sap.h.
uint16_t ns3::FfMacSchedSapProvider::SchedUlTriggerReqParameters::m_sfnSf |
sfn SF
Definition at line 137 of file ff-mac-sched-sap.h.
Referenced by ns3::LteEnbMac::DoSubframeIndication().
std::vector<UlInfoListElement_s> ns3::FfMacSchedSapProvider::SchedUlTriggerReqParameters::m_ulInfoList |
UL info list.
Definition at line 138 of file ff-mac-sched-sap.h.
Referenced by ns3::LteEnbMac::DoSubframeIndication().
std::vector<VendorSpecificListElement_s> ns3::FfMacSchedSapProvider::SchedUlTriggerReqParameters::m_vendorSpecificList |
vendor specific list
Definition at line 140 of file ff-mac-sched-sap.h.