EnbMacMemberLteMacSapProvider class. More...
#include "lte-mac-sap.h"
Public Member Functions | |
EnbMacMemberLteMacSapProvider (C *mac) | |
Constructor. More... | |
void | ReportBufferStatus (ReportBufferStatusParameters params) override |
Report the RLC buffer status to the MAC. More... | |
void | TransmitPdu (TransmitPduParameters params) override |
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 202 of file lte-mac-sap.h.
ns3::EnbMacMemberLteMacSapProvider< C >::EnbMacMemberLteMacSapProvider | ( | C * | mac | ) |
|
overridevirtual |
Report the RLC buffer status to the MAC.
params | ReportBufferStatusParameters |
Implements ns3::LteMacSapProvider.
Definition at line 235 of file lte-mac-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
overridevirtual |
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 228 of file lte-mac-sap.h.
References two-ray-to-three-gpp-ch-calibration::params.
|
private |
the MAC class
Definition at line 217 of file lte-mac-sap.h.