LtePdcpSpecificLtePdcpSapUser class. More...
#include "lte-pdcp-sap.h"
Public Member Functions | |
LtePdcpSpecificLtePdcpSapUser (C *rrc) | |
Constructor. More... | |
virtual void | ReceivePdcpSdu (ReceivePdcpSduParameters params) |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU. More... | |
Public Member Functions inherited from ns3::LtePdcpSapUser | |
virtual | ~LtePdcpSapUser () |
Private Member Functions | |
LtePdcpSpecificLtePdcpSapUser () | |
Private Attributes | |
C * | m_rrc |
RRC. More... | |
LtePdcpSpecificLtePdcpSapUser class.
Definition at line 133 of file lte-pdcp-sap.h.
ns3::LtePdcpSpecificLtePdcpSapUser< C >::LtePdcpSpecificLtePdcpSapUser | ( | C * | rrc | ) |
|
private |
Definition at line 158 of file lte-pdcp-sap.h.
|
virtual |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU.
params |
Implements ns3::LtePdcpSapUser.
Definition at line 163 of file lte-pdcp-sap.h.
|
private |
RRC.
Definition at line 148 of file lte-pdcp-sap.h.