#include <lte-mac-sap.h>
Public Member Functions | |
EnbMacMemberLteMacSapProvider (C *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... | |
![]() | |
virtual | ~LteMacSapProvider () |
Private Attributes | |
C * | m_mac |
Definition at line 128 of file lte-mac-sap.h.
ns3::EnbMacMemberLteMacSapProvider< C >::EnbMacMemberLteMacSapProvider | ( | C * | mac | ) |
Definition at line 143 of file lte-mac-sap.h.
|
virtual |
Report the RLC buffer status to the MAC.
params |
Implements ns3::LteMacSapProvider.
Definition at line 155 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
Implements ns3::LteMacSapProvider.
Definition at line 149 of file lte-mac-sap.h.
|
private |
Definition at line 138 of file lte-mac-sap.h.