Service Access Point (SAP) offered by the PHY to the MAC. More...
#include "lte-ue-phy-sap.h"
Public Member Functions | |
virtual | ~LteUePhySapUser () |
virtual void | ReceiveLteControlMessage (Ptr< LteControlMessage > msg)=0 |
Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More... | |
virtual void | ReceivePhyPdu (Ptr< Packet > p)=0 |
Receive Phy Pdu function. More... | |
virtual void | SubframeIndication (uint32_t frameNo, uint32_t subframeNo)=0 |
Trigger the start from a new frame (input from Phy layer) More... | |
Service Access Point (SAP) offered by the PHY to the MAC.
This is the PHY SAP User, i.e., the part of the SAP that contains the MAC methods called by the PHY
Definition at line 76 of file lte-ue-phy-sap.h.
|
virtual |
Definition at line 29 of file lte-ue-phy-sap.cc.
|
pure virtual |
Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to receive |
Implemented in ns3::UeMemberLteUePhySapUser.
Referenced by ns3::LteUePhy::ReceiveLteControlMessageList().
Receive Phy Pdu function.
It is called by the Phy to notify the MAC of the reception of a new PHY-PDU
p |
Implemented in ns3::UeMemberLteUePhySapUser.
Referenced by ns3::LteUePhy::PhyPduReceived().
|
pure virtual |
Trigger the start from a new frame (input from Phy layer)
frameNo | frame number |
subframeNo | subframe number |
Implemented in ns3::UeMemberLteUePhySapUser.
Referenced by ns3::LteUePhy::SubframeIndication().