EnbMacMemberFfMacCschedSapUser class. More...
Inheritance diagram for ns3::EnbMacMemberFfMacCschedSapUser:
Collaboration diagram for ns3::EnbMacMemberFfMacCschedSapUser:Public Member Functions | |
| EnbMacMemberFfMacCschedSapUser (LteEnbMac *mac) | |
| Constructor. More... | |
| virtual void | CschedCellConfigCnf (const struct CschedCellConfigCnfParameters ¶ms) |
| CSCHED_CELL_CONFIG_CNF. More... | |
| virtual void | CschedCellConfigUpdateInd (const struct CschedCellConfigUpdateIndParameters ¶ms) |
| CSCHED_UE_CONFIG_IND. More... | |
| virtual void | CschedLcConfigCnf (const struct CschedLcConfigCnfParameters ¶ms) |
| CSCHED_LC_CONFIG_CNF. More... | |
| virtual void | CschedLcReleaseCnf (const struct CschedLcReleaseCnfParameters ¶ms) |
| CSCHED_LC_RELEASE_CNF. More... | |
| virtual void | CschedUeConfigCnf (const struct CschedUeConfigCnfParameters ¶ms) |
| CSCHED_UE_CONFIG_CNF. More... | |
| virtual void | CschedUeConfigUpdateInd (const struct CschedUeConfigUpdateIndParameters ¶ms) |
| CSCHED_UE_UPDATE_IND. More... | |
| virtual void | CschedUeReleaseCnf (const struct CschedUeReleaseCnfParameters ¶ms) |
| CSCHED_UE_RELEASE_CNF. More... | |
Public Member Functions inherited from ns3::FfMacCschedSapUser | |
| virtual | ~FfMacCschedSapUser () |
Private Attributes | |
| LteEnbMac * | m_mac |
| the MAC More... | |
EnbMacMemberFfMacCschedSapUser class.
Definition at line 187 of file lte-enb-mac.cc.
| ns3::EnbMacMemberFfMacCschedSapUser::EnbMacMemberFfMacCschedSapUser | ( | LteEnbMac * | mac | ) |
|
virtual |
CSCHED_CELL_CONFIG_CNF.
| params | CschedCellConfigCnfParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 216 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedCellConfigCnf(), and m_mac.
Here is the call graph for this function:
|
virtual |
CSCHED_UE_CONFIG_IND.
| params | CschedCellConfigUpdateIndParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 252 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedCellConfigUpdateInd(), and m_mac.
Here is the call graph for this function:
|
virtual |
CSCHED_LC_CONFIG_CNF.
| params | CschedLcConfigCnfParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 228 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedLcConfigCnf(), and m_mac.
Here is the call graph for this function:
|
virtual |
CSCHED_LC_RELEASE_CNF.
| params | CschedLcReleaseCnfParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 234 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedLcReleaseCnf(), and m_mac.
Here is the call graph for this function:
|
virtual |
CSCHED_UE_CONFIG_CNF.
| params | CschedUeConfigCnfParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 222 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedUeConfigCnf(), and m_mac.
Here is the call graph for this function:
|
virtual |
CSCHED_UE_UPDATE_IND.
| params | CschedUeConfigUpdateIndParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 246 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedUeConfigUpdateInd(), and m_mac.
Here is the call graph for this function:
|
virtual |
CSCHED_UE_RELEASE_CNF.
| params | CschedUeReleaseCnfParameters |
Implements ns3::FfMacCschedSapUser.
Definition at line 240 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoCschedUeReleaseCnf(), and m_mac.
Here is the call graph for this function:
|
private |
the MAC
Definition at line 206 of file lte-enb-mac.cc.
Referenced by CschedCellConfigCnf(), CschedCellConfigUpdateInd(), CschedLcConfigCnf(), CschedLcReleaseCnf(), CschedUeConfigCnf(), CschedUeConfigUpdateInd(), and CschedUeReleaseCnf().