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

SimpleUeCcmMacSapProvider class. More...

+ Inheritance diagram for ns3::SimpleUeCcmMacSapProvider:
+ Collaboration diagram for ns3::SimpleUeCcmMacSapProvider:

Public Member Functions

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

Private Attributes

SimpleUeComponentCarrierManagerm_mac
 the component carrier manager More...
 

Detailed Description

Constructor & Destructor Documentation

ns3::SimpleUeCcmMacSapProvider::SimpleUeCcmMacSapProvider ( SimpleUeComponentCarrierManager mac)

Constructor.

Parameters
macthe component carrier manager

Definition at line 59 of file simple-ue-component-carrier-manager.cc.

Member Function Documentation

void ns3::SimpleUeCcmMacSapProvider::ReportBufferStatus ( LteMacSapProvider::ReportBufferStatusParameters  params)
virtual

Report the RLC buffer status to the MAC.

Parameters
paramsReportBufferStatusParameters

Implements ns3::LteMacSapProvider.

Definition at line 72 of file simple-ue-component-carrier-manager.cc.

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

+ Here is the call graph for this function:

void ns3::SimpleUeCcmMacSapProvider::TransmitPdu ( LteMacSapProvider::TransmitPduParameters  params)
virtual

send an RLC PDU to the MAC for transmission.

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

Parameters
paramsTransmitPduParameters

Implements ns3::LteMacSapProvider.

Definition at line 65 of file simple-ue-component-carrier-manager.cc.

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

+ Here is the call graph for this function:

Member Data Documentation

SimpleUeComponentCarrierManager* ns3::SimpleUeCcmMacSapProvider::m_mac
private

the component carrier manager

Definition at line 56 of file simple-ue-component-carrier-manager.cc.

Referenced by ReportBufferStatus(), and TransmitPdu().


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