RealProtocolRlcSapUser class. More...
#include "lte-rrc-protocol-real.h"
 Inheritance diagram for ns3::RealProtocolRlcSapUser:
 Collaboration diagram for ns3::RealProtocolRlcSapUser:Public Member Functions | |
| RealProtocolRlcSapUser (LteEnbRrcProtocolReal *pdcp, uint16_t rnti) | |
| Real protocol RC SAP user.  More... | |
| void | ReceivePdcpPdu (Ptr< Packet > p) override | 
| 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 () | 
| virtual void | ReceivePdcpPdu (Ptr< Packet > p)=0 | 
| Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.  More... | |
Private Member Functions | |
| RealProtocolRlcSapUser () | |
Private Attributes | |
| LteEnbRrcProtocolReal * | m_pdcp | 
| PDCP.  More... | |
| uint16_t | m_rnti | 
| RNTI.  More... | |
RealProtocolRlcSapUser class.
Definition at line 371 of file lte-rrc-protocol-real.h.
| ns3::RealProtocolRlcSapUser::RealProtocolRlcSapUser | ( | LteEnbRrcProtocolReal * | pdcp, | 
| uint16_t | rnti | ||
| ) | 
Real protocol RC SAP user.
| pdcp | LteEnbRrcProtocolReal * | 
| rnti | the RNTI | 
Definition at line 829 of file lte-rrc-protocol-real.cc.
      
  | 
  private | 
Definition at line 835 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 840 of file lte-rrc-protocol-real.cc.
References ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), m_pdcp, and m_rnti.
 Here is the call graph for this function:
      
  | 
  private | 
      
  | 
  private |