Inheritance diagram for ns3::EnbMacMemberFfMacSchedSapUser:
Collaboration diagram for ns3::EnbMacMemberFfMacSchedSapUser:Public Member Functions | |
| EnbMacMemberFfMacSchedSapUser (LteEnbMac *mac) | |
| virtual void | SchedDlConfigInd (const struct SchedDlConfigIndParameters ¶ms) |
| virtual void | SchedUlConfigInd (const struct SchedUlConfigIndParameters ¶ms) |
Public Member Functions inherited from ns3::FfMacSchedSapUser | |
| virtual | ~FfMacSchedSapUser () |
Private Attributes | |
| LteEnbMac * | m_mac |
Definition at line 136 of file lte-enb-mac.cc.
| ns3::EnbMacMemberFfMacSchedSapUser::EnbMacMemberFfMacSchedSapUser | ( | LteEnbMac * | mac | ) |
Definition at line 149 of file lte-enb-mac.cc.
|
virtual |
Implements ns3::FfMacSchedSapUser.
Definition at line 156 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoSchedDlConfigInd(), and m_mac.
Here is the call graph for this function:
|
virtual |
Implements ns3::FfMacSchedSapUser.
Definition at line 164 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoSchedUlConfigInd(), and m_mac.
Here is the call graph for this function:
|
private |
Definition at line 145 of file lte-enb-mac.cc.
Referenced by SchedDlConfigInd(), and SchedUlConfigInd().