Inheritance diagram for ns3::RealProtocolRlcSapUser:Public Member Functions | |
| RealProtocolRlcSapUser (LteEnbRrcProtocolReal *pdcp, uint16_t rnti) | |
| virtual void | ReceivePdcpPdu (Ptr< Packet > p) |
Private Attributes | |
| LteEnbRrcProtocolReal * | m_pdcp |
| uint16_t | m_rnti |
Definition at line 161 of file lte-rrc-protocol-real.h.
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.