A Discrete-Event Network Simulator
API
ns3::UeMemberLteUePhySapProvider Class Reference
+ Inheritance diagram for ns3::UeMemberLteUePhySapProvider:
+ Collaboration 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)
 send a preamble on the PRACH More...
 
- Public Member Functions inherited from ns3::LteUePhySapProvider
virtual ~LteUePhySapProvider ()
 

Private Attributes

LteUePhym_phy
 

Detailed Description

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

Constructor & Destructor Documentation

ns3::UeMemberLteUePhySapProvider::UeMemberLteUePhySapProvider ( LteUePhy phy)

Definition at line 88 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 100 of file lte-ue-phy.cc.

References ns3::LteUePhy::DoSendLteControlMessage(), and m_phy.

+ Here is the call graph for this function:

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 94 of file lte-ue-phy.cc.

References ns3::LteUePhy::DoSendMacPdu(), and m_phy.

+ Here is the call graph for this function:

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 106 of file lte-ue-phy.cc.

References ns3::LteUePhy::DoSendRachPreamble(), and m_phy.

+ Here is the call graph for this function:

Member Data Documentation

LteUePhy* ns3::UeMemberLteUePhySapProvider::m_phy
private

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

Referenced by SendLteControlMessage(), SendMacPdu(), and SendRachPreamble().


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