EnbMacMemberFfMacSchedSapUser class. More...
Public Member Functions | |
| EnbMacMemberFfMacSchedSapUser (LteEnbMac *mac) | |
| Constructor. | |
| void | SchedDlConfigInd (const SchedDlConfigIndParameters ¶ms) override |
| SCHED_DL_CONFIG_IND. | |
| void | SchedUlConfigInd (const SchedUlConfigIndParameters ¶ms) override |
| SCHED_UL_CONFIG_IND. | |
| Public Member Functions inherited from ns3::FfMacSchedSapUser | |
| virtual | ~FfMacSchedSapUser () |
Private Attributes | |
| LteEnbMac * | m_mac |
| the MAC | |
EnbMacMemberFfMacSchedSapUser class.
Definition at line 123 of file lte-enb-mac.cc.
| ns3::EnbMacMemberFfMacSchedSapUser::EnbMacMemberFfMacSchedSapUser | ( | LteEnbMac * | mac | ) |
|
overridevirtual |
SCHED_DL_CONFIG_IND.
| params | SchedDlConfigIndParameters |
Implements ns3::FfMacSchedSapUser.
Definition at line 146 of file lte-enb-mac.cc.
References m_mac.
|
overridevirtual |
SCHED_UL_CONFIG_IND.
| params | SchedUlConfigIndParameters |
Implements ns3::FfMacSchedSapUser.
Definition at line 152 of file lte-enb-mac.cc.
References m_mac.
|
private |
the MAC
Definition at line 137 of file lte-enb-mac.cc.
Referenced by EnbMacMemberFfMacSchedSapUser(), SchedDlConfigInd(), and SchedUlConfigInd().