A Discrete-Event Network Simulator
API
ns3::UeMemberLteUePhySapUser Class Reference

UeMemberLteUePhySapUser. More...

+ Inheritance diagram for ns3::UeMemberLteUePhySapUser:
+ Collaboration diagram for ns3::UeMemberLteUePhySapUser:

Public Member Functions

 UeMemberLteUePhySapUser (LteUeMac *mac)
 Constructor. More...
 
virtual void ReceiveLteControlMessage (Ptr< LteControlMessage > msg)
 Receive SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. More...
 
virtual void ReceivePhyPdu (Ptr< Packet > p)
 Receive Phy Pdu funtion. More...
 
virtual void SubframeIndication (uint32_t frameNo, uint32_t subframeNo)
 Trigger the start from a new frame (input from Phy layer) More...
 
- Public Member Functions inherited from ns3::LteUePhySapUser
virtual ~LteUePhySapUser ()
 

Private Attributes

LteUeMacm_mac
 the UE MAC More...
 

Detailed Description

UeMemberLteUePhySapUser.

Definition at line 181 of file lte-ue-mac.cc.

Constructor & Destructor Documentation

◆ UeMemberLteUePhySapUser()

ns3::UeMemberLteUePhySapUser::UeMemberLteUePhySapUser ( LteUeMac mac)

Constructor.

Parameters
macthe UE MAC

Definition at line 200 of file lte-ue-mac.cc.

Member Function Documentation

◆ ReceiveLteControlMessage()

void ns3::UeMemberLteUePhySapUser::ReceiveLteControlMessage ( Ptr< LteControlMessage msg)
virtual

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

Parameters
msgthe Ideal Control Message to receive

Implements ns3::LteUePhySapUser.

Definition at line 219 of file lte-ue-mac.cc.

References ns3::LteUeMac::DoReceiveLteControlMessage(), and m_mac.

+ Here is the call graph for this function:

◆ ReceivePhyPdu()

void ns3::UeMemberLteUePhySapUser::ReceivePhyPdu ( Ptr< Packet p)
virtual

Receive Phy Pdu funtion.

It is called by the Phy to notify the MAC of the reception of a new PHY-PDU

Parameters
p

Implements ns3::LteUePhySapUser.

Definition at line 206 of file lte-ue-mac.cc.

References ns3::LteUeMac::DoReceivePhyPdu(), and m_mac.

+ Here is the call graph for this function:

◆ SubframeIndication()

void ns3::UeMemberLteUePhySapUser::SubframeIndication ( uint32_t  frameNo,
uint32_t  subframeNo 
)
virtual

Trigger the start from a new frame (input from Phy layer)

Parameters
frameNoframe number
subframeNosubframe number

Implements ns3::LteUePhySapUser.

Definition at line 213 of file lte-ue-mac.cc.

References ns3::LteUeMac::DoSubframeIndication(), and m_mac.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_mac

LteUeMac* ns3::UeMemberLteUePhySapUser::m_mac
private

the UE MAC

Definition at line 197 of file lte-ue-mac.cc.

Referenced by ReceiveLteControlMessage(), ReceivePhyPdu(), and SubframeIndication().


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