A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::EnbMemberLteEnbPhySapProvider Class Reference
+ Inheritance diagram for ns3::EnbMemberLteEnbPhySapProvider:

Public Member Functions

 EnbMemberLteEnbPhySapProvider (LteEnbPhy *phy)
 
virtual uint8_t GetMacChTtiDelay ()
 Get the delay from MAC to Channel expressed in TTIs.
 
virtual void SendLteControlMessage (Ptr< LteControlMessage > msg)
 Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More...
 
virtual void SendMacPdu (Ptr< Packet > p)
 Send the MAC PDU to the channel. More...
 
virtual void SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth)
 
virtual void SetCellId (uint16_t cellId)
 

Private Attributes

LteEnbPhym_phy
 

Detailed Description

Definition at line 66 of file lte-enb-phy.cc.

Member Function Documentation

void ns3::EnbMemberLteEnbPhySapProvider::SendLteControlMessage ( Ptr< LteControlMessage msg)
virtual

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

Parameters
msgthe Ideal Control Message to send

Implements ns3::LteEnbPhySapProvider.

Definition at line 107 of file lte-enb-phy.cc.

void ns3::EnbMemberLteEnbPhySapProvider::SendMacPdu ( Ptr< Packet p)
virtual

Send the MAC PDU to the channel.

Parameters
pthe MAC PDU to send
Returns
true if

Implements ns3::LteEnbPhySapProvider.

Definition at line 89 of file lte-enb-phy.cc.

References ns3::LteEnbPhy::DoSendMacPdu().


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