A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteUePhySapProvider Class Reference

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

+ Inheritance diagram for ns3::LteUePhySapProvider:

Public Member Functions

virtual ~LteUePhySapProvider ()
virtual void SendIdealControlMessage (Ptr< IdealControlMessage > msg)=0
 Send SendIdealControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
virtual void SendMacPdu (Ptr< Packet > p)=0
 Send the MAC PDU to the channel.
virtual void SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth)=0
virtual void SetTransmissionMode (uint8_t txMode)=0

Detailed Description

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

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

Definition at line 38 of file lte-ue-phy-sap.h.

Constructor & Destructor Documentation

ns3::LteUePhySapProvider::~LteUePhySapProvider ( )
virtual

Definition at line 28 of file lte-ue-phy-sap.cc.

Member Function Documentation

virtual void ns3::LteUePhySapProvider::SendIdealControlMessage ( Ptr< IdealControlMessage msg)
pure virtual

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

Parameters
msgthe Ideal Control Message to send

Implemented in ns3::UeMemberLteUePhySapProvider.

Referenced by ns3::LteUeMac::SendReportBufferStatus().

+ Here is the caller graph for this function:

virtual void ns3::LteUePhySapProvider::SendMacPdu ( Ptr< Packet p)
pure virtual

Send the MAC PDU to the channel.

Parameters
pthe MAC PDU to send
Returns
true if

Implemented in ns3::UeMemberLteUePhySapProvider.

Referenced by ns3::LteUeMac::DoTransmitPdu().

+ Here is the caller graph for this function:

virtual void ns3::LteUePhySapProvider::SetBandwidth ( uint8_t  ulBandwidth,
uint8_t  dlBandwidth 
)
pure virtual
Parameters
ulBandwidththe UL bandwidth in RB
dlBandwidththe DL bandwidth in RB

Implemented in ns3::UeMemberLteUePhySapProvider.

virtual void ns3::LteUePhySapProvider::SetTransmissionMode ( uint8_t  txMode)
pure virtual
Parameters
txModethe transmissionMode of the user

Implemented in ns3::UeMemberLteUePhySapProvider.

Referenced by ns3::LteUeMac::DoRrcUpdateConfigurationReq().

+ Here is the caller graph for this function:


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