LtePdcpSpecificLtePdcpSapUser class. More...
#include "lte-pdcp-sap.h"
Public Member Functions | |
LtePdcpSpecificLtePdcpSapUser ()=delete | |
LtePdcpSpecificLtePdcpSapUser (C *rrc) | |
Constructor. | |
void | ReceivePdcpSdu (ReceivePdcpSduParameters params) override |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU. | |
![]() | |
virtual | ~LtePdcpSapUser () |
virtual void | ReceivePdcpSdu (ReceivePdcpSduParameters params)=0 |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU. | |
Private Attributes | |
C * | m_rrc |
RRC. | |
LtePdcpSpecificLtePdcpSapUser class.
Definition at line 128 of file lte-pdcp-sap.h.
ns3::LtePdcpSpecificLtePdcpSapUser< C >::LtePdcpSpecificLtePdcpSapUser | ( | C * | rrc | ) |
|
delete |
|
overridevirtual |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU.
params | Parameters |
Implements ns3::LtePdcpSapUser.
Definition at line 156 of file lte-pdcp-sap.h.
|
private |
RRC.
Definition at line 145 of file lte-pdcp-sap.h.