LtePdcpSpecificLtePdcpSapProvider class. More...
#include "lte-pdcp-sap.h"
Public Member Functions | |
LtePdcpSpecificLtePdcpSapProvider (C *pdcp) | |
Constructor. More... | |
virtual void | TransmitPdcpSdu (TransmitPdcpSduParameters params) |
Send RRC PDU parameters to the PDCP for transmission. More... | |
Public Member Functions inherited from ns3::LtePdcpSapProvider | |
virtual | ~LtePdcpSapProvider () |
Private Member Functions | |
LtePdcpSpecificLtePdcpSapProvider () | |
Private Attributes | |
C * | m_pdcp |
the PDCP More... | |
LtePdcpSpecificLtePdcpSapProvider class.
Definition at line 95 of file lte-pdcp-sap.h.
ns3::LtePdcpSpecificLtePdcpSapProvider< C >::LtePdcpSpecificLtePdcpSapProvider | ( | C * | pdcp | ) |
|
private |
Definition at line 120 of file lte-pdcp-sap.h.
|
virtual |
Send RRC PDU parameters to the PDCP for transmission.
This method is to be called when upper RRC entity has a RRC PDU ready to send
params |
Implements ns3::LtePdcpSapProvider.
Definition at line 125 of file lte-pdcp-sap.h.
|
private |
the PDCP
Definition at line 110 of file lte-pdcp-sap.h.