#include <lte-ue-phy-sap.h>
Inheritance diagram for ns3::LteUePhySapProvider:Public Member Functions | |
| virtual | ~LteUePhySapProvider () |
| virtual void | SendIdealControlMessage (Ptr< IdealControlMessage > msg)=0 |
| Send SendIdealControlMessage (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 | SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth)=0 |
| virtual void | SetTransmissionMode (uint8_t txMode)=0 |
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 38 of file lte-ue-phy-sap.h.
|
virtual |
Definition at line 28 of file lte-ue-phy-sap.cc.
|
pure virtual |
Send SendIdealControlMessage (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().
Here is the caller graph for this function:Send the MAC PDU to the channel.
| p | the MAC PDU to send |
Implemented in ns3::UeMemberLteUePhySapProvider.
Referenced by ns3::LteUeMac::DoTransmitPdu().
Here is the caller graph for this function:
|
pure virtual |
| ulBandwidth | the UL bandwidth in RB |
| dlBandwidth | the DL bandwidth in RB |
Implemented in ns3::UeMemberLteUePhySapProvider.
|
pure virtual |
| txMode | the transmissionMode of the user |
Implemented in ns3::UeMemberLteUePhySapProvider.
Referenced by ns3::LteUeMac::DoRrcUpdateConfigurationReq().
Here is the caller graph for this function: