ns-3
|
#include <lte-ue-phy-sap.h>
Public Member Functions | |
virtual void | ReceivePhyPdu (Ptr< Packet > p)=0 |
virtual void | SubframeIndication (uint32_t frameNo, uint32_t subframeNo)=0 |
Trigger the start from a new frame (input from Phy layer) | |
virtual void | ReceiveIdealControlMessage (Ptr< IdealControlMessage > msg)=0 |
Receive SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. |
Service Access Point (SAP) offered by the PHY to the MAC
This is the MAC SAP User, i.e., the part of the SAP that contains the MAC methods called by the PHY
|
pure virtual |
Receive SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to receive |
Referenced by ns3::LteUePhy::ReceiveIdealControlMessage().
Called by the Phy to notify the MAC of the reception of a new PHY-PDU
p |
Referenced by ns3::LteUePhy::PhyPduReceived().
|
pure virtual |
Trigger the start from a new frame (input from Phy layer)
frameNo | frame number |
subframeNo | subframe number |
Referenced by ns3::LteUePhy::SubframeIndication().