Public Member Functions | |
LtePdcpSpecificLteRlcSapUser (LtePdcp *pdcp) | |
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... | |
![]() | |
virtual | ~LteRlcSapUser () |
Private Member Functions | |
LtePdcpSpecificLteRlcSapUser () | |
Private Attributes | |
LtePdcp * | m_pdcp |
Definition at line 33 of file lte-pdcp.cc.
ns3::LtePdcpSpecificLteRlcSapUser::LtePdcpSpecificLteRlcSapUser | ( | LtePdcp * | pdcp | ) |
Definition at line 46 of file lte-pdcp.cc.
|
private |
Definition at line 51 of file lte-pdcp.cc.
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 56 of file lte-pdcp.cc.
References ns3::LtePdcp::DoReceivePdu(), and m_pdcp.
|
private |
Definition at line 43 of file lte-pdcp.cc.
Referenced by ReceivePdcpPdu().