EnbMacMemberFfMacSchedSapUser class. More...
Public Member Functions | |
EnbMacMemberFfMacSchedSapUser (LteEnbMac *mac) | |
Constructor. More... | |
void | SchedDlConfigInd (const SchedDlConfigIndParameters ¶ms) override |
SCHED_DL_CONFIG_IND. More... | |
void | SchedUlConfigInd (const SchedUlConfigIndParameters ¶ms) override |
SCHED_UL_CONFIG_IND. More... | |
![]() | |
virtual | ~FfMacSchedSapUser () |
Private Attributes | |
LteEnbMac * | m_mac |
the MAC More... | |
EnbMacMemberFfMacSchedSapUser class.
Definition at line 134 of file lte-enb-mac.cc.
ns3::EnbMacMemberFfMacSchedSapUser::EnbMacMemberFfMacSchedSapUser | ( | LteEnbMac * | mac | ) |
|
overridevirtual |
SCHED_DL_CONFIG_IND.
params | SchedDlConfigIndParameters |
Implements ns3::FfMacSchedSapUser.
Definition at line 157 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoSchedDlConfigInd(), m_mac, and two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
SCHED_UL_CONFIG_IND.
params | SchedUlConfigIndParameters |
Implements ns3::FfMacSchedSapUser.
Definition at line 163 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoSchedUlConfigInd(), m_mac, and two-ray-to-three-gpp-ch-calibration::params.
|
private |
the MAC
Definition at line 148 of file lte-enb-mac.cc.
Referenced by SchedDlConfigInd(), and SchedUlConfigInd().