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

Public Member Functions

 UeMemberLteUePhySapProvider (LteUePhy *phy)
 
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 SendRachPreamble (uint32_t prachId, uint32_t raRnti)
 

Private Attributes

LteUePhym_phy
 

Detailed Description

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

Member Function Documentation

void ns3::UeMemberLteUePhySapProvider::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::LteUePhySapProvider.

Definition at line 92 of file lte-ue-phy.cc.

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

Send the MAC PDU to the channel.

Parameters
pthe MAC PDU to send
Returns
true if

Implements ns3::LteUePhySapProvider.

Definition at line 86 of file lte-ue-phy.cc.

References ns3::LteUePhy::DoSendMacPdu().

void ns3::UeMemberLteUePhySapProvider::SendRachPreamble ( uint32_t  prachId,
uint32_t  raRnti 
)
virtual

send a preamble on the PRACH

Parameters
prachIdthe ID of the preamble

Implements ns3::LteUePhySapProvider.

Definition at line 98 of file lte-ue-phy.cc.


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