A Discrete-Event Network Simulator
API
ns3::LteEnbPhySapProvider Class Referenceabstract

Service Access Point (SAP) offered by the eNB-PHY to the eNB-MAC. More...

#include "lte-enb-phy-sap.h"

+ Inheritance diagram for ns3::LteEnbPhySapProvider:

Public Member Functions

virtual ~LteEnbPhySapProvider ()
 
virtual uint8_t GetMacChTtiDelay ()=0
 Get the delay from MAC to Channel expressed in TTIs. More...
 
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.

Constructor & Destructor Documentation

◆ ~LteEnbPhySapProvider()

ns3::LteEnbPhySapProvider::~LteEnbPhySapProvider ( )
virtual

Definition at line 28 of file lte-enb-phy-sap.cc.

Member Function Documentation

◆ GetMacChTtiDelay()

virtual uint8_t ns3::LteEnbPhySapProvider::GetMacChTtiDelay ( )
pure virtual

Get the delay from MAC to Channel expressed in TTIs.

Returns
MAC channel TTI delay

Implemented in ns3::EnbMemberLteEnbPhySapProvider.

Referenced by ns3::LteEnbMac::DoConfigureMac().

+ Here is the caller graph for this function:

◆ SendLteControlMessage()

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.

Referenced by ns3::LteEnbMac::DoSchedDlConfigInd(), and ns3::LteEnbMac::DoSchedUlConfigInd().

+ Here is the caller graph for this function:

◆ SendMacPdu()

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.

Referenced by ns3::LteEnbMac::DoSchedDlConfigInd(), and ns3::LteEnbMac::DoTransmitPdu().

+ Here is the caller graph for this function:

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