LteRlcSpecificLteRlcSapUser class. More...
#include "lte-rlc-sap.h"
Public Member Functions | |
LteRlcSpecificLteRlcSapUser (C *pdcp) | |
Constructor. More... | |
virtual void | ReceivePdcpPdu (Ptr< Packet > p) |
Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU. More... | |
Public Member Functions inherited from ns3::LteRlcSapUser | |
virtual | ~LteRlcSapUser () |
Private Member Functions | |
LteRlcSpecificLteRlcSapUser () | |
Private Attributes | |
C * | m_pdcp |
the PDCP More... | |
LteRlcSpecificLteRlcSapUser class.
Definition at line 124 of file lte-rlc-sap.h.
ns3::LteRlcSpecificLteRlcSapUser< C >::LteRlcSpecificLteRlcSapUser | ( | C * | pdcp | ) |
|
private |
Definition at line 149 of file lte-rlc-sap.h.
|
virtual |
Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.
p | the PDCP PDU |
Implements ns3::LteRlcSapUser.
Definition at line 154 of file lte-rlc-sap.h.
|
private |
the PDCP
Definition at line 139 of file lte-rlc-sap.h.