|
ns-3
|
#include <lte-enb-phy-sap.h>

Public Member Functions | |
| 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 (uint16_t rnti, uint8_t txMode)=0 |
| virtual void | SetCellId (uint16_t cellId)=0 |
| virtual void | SendIdealControlMessage (Ptr< IdealControlMessage > msg)=0 |
| Send SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. | |
| virtual uint8_t | GetMacChTtiDelay ()=0 |
| Get the delay from MAC to Channel expressed in TTIs. | |
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
|
pure virtual |
Send SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
| msg | the Ideal Control Message to send |
Send the MAC PDU to the channel.
| p | the MAC PDU to send |
|
pure virtual |
| ulBandwidth | the UL bandwidth in RB |
| dlBandwidth | the DL bandwidth in RB |
|
pure virtual |
| cellId | the Cell Identifier |
|
pure virtual |
| rnti | the RNTI of the user |
| txMode | the transmissionMode of the user |