ns-3
ns3::LteUePhySapUser Class Reference

#include <lte-ue-phy-sap.h>

Inheritance diagram for ns3::LteUePhySapUser:

List of all members.

Public Member Functions

virtual void ReceivePhyPdu (Ptr< Packet > p)=0
virtual void SubframeIndication (uint32_t frameNo, uint32_t subframeNo)=0
 Trigger the start from a new frame (input from Phy layer)
virtual void ReceiveIdealControlMessage (Ptr< IdealControlMessage > msg)=0
 Receive SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.

Detailed Description

Service Access Point (SAP) offered by the PHY to the MAC

This is the MAC SAP User, i.e., the part of the SAP that contains the MAC methods called by the PHY


Member Function Documentation

virtual void ns3::LteUePhySapUser::ReceiveIdealControlMessage ( Ptr< IdealControlMessage msg)
pure virtual

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

Parameters:
msgthe Ideal Control Message to receive

Referenced by ns3::LteUePhy::ReceiveIdealControlMessage().

virtual void ns3::LteUePhySapUser::ReceivePhyPdu ( Ptr< Packet p)
pure virtual

Called by the Phy to notify the MAC of the reception of a new PHY-PDU

Parameters:
p

Referenced by ns3::LteUePhy::PhyPduReceived().

virtual void ns3::LteUePhySapUser::SubframeIndication ( uint32_t  frameNo,
uint32_t  subframeNo 
)
pure virtual

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

Parameters:
frameNoframe number
subframeNosubframe number

Referenced by ns3::LteUePhy::SubframeIndication().


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