A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::LteEnbPhySapProvider Class Referenceabstract

#include <lte-enb-phy-sap.h>

+ Inheritance diagram for ns3::LteEnbPhySapProvider:

Public Member Functions

virtual uint8_t GetMacChTtiDelay ()=0
 Get the delay from MAC to Channel expressed in TTIs.
 
virtual void SendLteControlMessage (Ptr< LteControlMessage > msg)=0
 Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More...
 
virtual void SendMacPdu (Ptr< Packet > p)=0
 Send the MAC PDU to the channel. More...
 

Detailed Description

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

Definition at line 40 of file lte-enb-phy-sap.h.

Member Function Documentation

virtual void ns3::LteEnbPhySapProvider::SendLteControlMessage ( Ptr< LteControlMessage msg)
pure virtual

Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.

Parameters
msgthe Ideal Control Message to send

Implemented in ns3::EnbMemberLteEnbPhySapProvider.

virtual void ns3::LteEnbPhySapProvider::SendMacPdu ( Ptr< Packet p)
pure virtual

Send the MAC PDU to the channel.

Parameters
pthe MAC PDU to send
Returns
true if

Implemented in ns3::EnbMemberLteEnbPhySapProvider.


The documentation for this class was generated from the following files: