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

Public Member Functions

 UeMemberLteMacSapProvider (LteUeMac *mac)
 
virtual void ReportBufferStatus (ReportBufferStatusParameters params)
 Report the RLC buffer status to the MAC. More...
 
virtual void TransmitPdu (TransmitPduParameters params)
 send an RLC PDU to the MAC for transmission. More...
 
- Public Member Functions inherited from ns3::LteMacSapProvider
virtual ~LteMacSapProvider ()
 

Private Attributes

LteUeMacm_mac
 

Detailed Description

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

Constructor & Destructor Documentation

ns3::UeMemberLteMacSapProvider::UeMemberLteMacSapProvider ( LteUeMac mac)

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

Member Function Documentation

void ns3::UeMemberLteMacSapProvider::ReportBufferStatus ( ReportBufferStatusParameters  params)
virtual

Report the RLC buffer status to the MAC.

Parameters
params

Implements ns3::LteMacSapProvider.

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

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

+ Here is the call graph for this function:

void ns3::UeMemberLteMacSapProvider::TransmitPdu ( TransmitPduParameters  params)
virtual

send an RLC PDU to the MAC for transmission.

This method is to be called as a response to LteMacSapUser::NotifyTxOpportunity

Implements ns3::LteMacSapProvider.

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

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

+ Here is the call graph for this function:

Member Data Documentation

LteUeMac* ns3::UeMemberLteMacSapProvider::m_mac
private

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

Referenced by ReportBufferStatus(), and TransmitPdu().


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