EnbMacMemberLteMacSapProvider class. More...
#include "lte-mac-sap.h"
Public Member Functions | |
EnbMacMemberLteMacSapProvider (C *mac) | |
Constructor. More... | |
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 | |
C * | m_mac |
the MAC class More... | |
EnbMacMemberLteMacSapProvider class.
Definition at line 190 of file lte-mac-sap.h.
ns3::EnbMacMemberLteMacSapProvider< C >::EnbMacMemberLteMacSapProvider | ( | C * | mac | ) |
|
virtual |
Report the RLC buffer status to the MAC.
params | ReportBufferStatusParameters |
Implements ns3::LteMacSapProvider.
Definition at line 222 of file lte-mac-sap.h.
|
virtual |
send an RLC PDU to the MAC for transmission.
This method is to be called as a response to LteMacSapUser::NotifyTxOpportunity
params | TransmitPduParameters |
Implements ns3::LteMacSapProvider.
Definition at line 216 of file lte-mac-sap.h.
|
private |
the MAC class
Definition at line 205 of file lte-mac-sap.h.