Service Access Point (SAP) offered by the eNB-PHY to the eNB-MAC. More...
#include "lte-enb-phy-sap.h"
Public Member Functions | |
virtual | ~LteEnbPhySapProvider () |
virtual uint8_t | GetMacChTtiDelay ()=0 |
Get the delay from MAC to Channel expressed in TTIs. | |
virtual void | SendLteControlMessage (Ptr< LteControlMessage > msg)=0 |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. | |
virtual void | SendMacPdu (Ptr< Packet > p)=0 |
Send the MAC PDU to the channel. | |
Service Access Point (SAP) offered by the eNB-PHY to the eNB-MAC.
This is the PHY SAP Provider, i.e., the part of the SAP that contains the PHY methods called by the MAC
Definition at line 28 of file lte-enb-phy-sap.h.
|
virtual |
Definition at line 14 of file lte-enb-phy-sap.cc.
|
pure virtual |
Get the delay from MAC to Channel expressed in TTIs.
Implemented in ns3::EnbMemberLteEnbPhySapProvider.
Referenced by ns3::LteEnbMac::DoConfigureMac().
|
pure virtual |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to send |
Implemented in ns3::EnbMemberLteEnbPhySapProvider.
Referenced by ns3::LteEnbMac::DoSchedDlConfigInd(), and ns3::LteEnbMac::DoSchedUlConfigInd().
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implemented in ns3::EnbMemberLteEnbPhySapProvider.
Referenced by ns3::LteEnbMac::DoSchedDlConfigInd(), and ns3::LteEnbMac::DoTransmitPdu().