EnbMacMemberFfMacSchedSapUser class. More...
Inheritance diagram for ns3::EnbMacMemberFfMacSchedSapUser:
Collaboration diagram for ns3::EnbMacMemberFfMacSchedSapUser:Public Member Functions | |
| EnbMacMemberFfMacSchedSapUser (LteEnbMac *mac) | |
| Constructor. More... | |
| virtual void | SchedDlConfigInd (const struct SchedDlConfigIndParameters ¶ms) |
| SCHED_DL_CONFIG_IND. More... | |
| virtual void | SchedUlConfigInd (const struct SchedUlConfigIndParameters ¶ms) |
| SCHED_UL_CONFIG_IND. More... | |
Public Member Functions inherited from ns3::FfMacSchedSapUser | |
| virtual | ~FfMacSchedSapUser () |
Private Attributes | |
| LteEnbMac * | m_mac |
| the MAC More... | |
EnbMacMemberFfMacSchedSapUser class.
Definition at line 147 of file lte-enb-mac.cc.
| ns3::EnbMacMemberFfMacSchedSapUser::EnbMacMemberFfMacSchedSapUser | ( | LteEnbMac * | mac | ) |
|
virtual |
SCHED_DL_CONFIG_IND.
| params | SchedDlConfigIndParameters |
Implements ns3::FfMacSchedSapUser.
Definition at line 172 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoSchedDlConfigInd(), and m_mac.
Here is the call graph for this function:
|
virtual |
SCHED_UL_CONFIG_IND.
| params | SchedUlConfigIndParameters |
Implements ns3::FfMacSchedSapUser.
Definition at line 180 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoSchedUlConfigInd(), and m_mac.
Here is the call graph for this function:
|
private |
the MAC
Definition at line 161 of file lte-enb-mac.cc.
Referenced by SchedDlConfigInd(), and SchedUlConfigInd().