Service Access Point (SAP) offered by the UE-PHY to the UE-MAC. More...
#include "lte-ue-phy-sap.h"
Public Member Functions | |
virtual | ~LteUePhySapProvider () |
virtual void | NotifyConnectionSuccessful ()=0 |
Notify PHY about the successful RRC connection establishment. | |
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. | |
virtual void | SendRachPreamble (uint32_t prachId, uint32_t raRnti)=0 |
Send a preamble on the PRACH. | |
Service Access Point (SAP) offered by the UE-PHY to the UE-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 25 of file lte-ue-phy-sap.h.
|
virtual |
Definition at line 14 of file lte-ue-phy-sap.cc.
|
pure virtual |
Notify PHY about the successful RRC connection establishment.
Implemented in ns3::UeMemberLteUePhySapProvider.
Referenced by ns3::LteUeMac::DoNotifyConnectionSuccessful().
|
pure virtual |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to send |
Implemented in ns3::UeMemberLteUePhySapProvider.
Referenced by ns3::LteUeMac::SendReportBufferStatus().
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implemented in ns3::UeMemberLteUePhySapProvider.
Referenced by ns3::LteUeMac::DoReceiveLteControlMessage(), and ns3::LteUeMac::DoTransmitPdu().
|
pure virtual |
Send a preamble on the PRACH.
prachId | the ID of the preamble |
raRnti | the RA RNTI |
Implemented in ns3::UeMemberLteUePhySapProvider.
Referenced by ns3::LteUeMac::SendRaPreamble().