#include <lte-rrc-protocol-real.h>
Public Member Functions | |
RealProtocolRlcSapUser (LteEnbRrcProtocolReal *pdcp, uint16_t rnti) | |
virtual void | ReceivePdcpPdu (Ptr< Packet > p) |
![]() | |
virtual | ~LteRlcSapUser () |
Private Member Functions | |
RealProtocolRlcSapUser () | |
Private Attributes | |
LteEnbRrcProtocolReal * | m_pdcp |
uint16_t | m_rnti |
Definition at line 161 of file lte-rrc-protocol-real.h.
ns3::RealProtocolRlcSapUser::RealProtocolRlcSapUser | ( | LteEnbRrcProtocolReal * | pdcp, |
uint16_t | rnti | ||
) |
Definition at line 810 of file lte-rrc-protocol-real.cc.
|
private |
Definition at line 816 of file lte-rrc-protocol-real.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 821 of file lte-rrc-protocol-real.cc.
References ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), m_pdcp, and m_rnti.
|
private |
Definition at line 171 of file lte-rrc-protocol-real.h.
Referenced by ReceivePdcpPdu().
|
private |
Definition at line 172 of file lte-rrc-protocol-real.h.
Referenced by ReceivePdcpPdu().