A Discrete-Event Network Simulator
API
ns3::RealProtocolRlcSapUser Class Reference

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...
 
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

 RealProtocolRlcSapUser ()
 

Private Attributes

LteEnbRrcProtocolRealm_pdcp
 PDCP. More...
 
uint16_t m_rnti
 RNTI. More...
 

Detailed Description

RealProtocolRlcSapUser class.

Definition at line 358 of file lte-rrc-protocol-real.h.

Constructor & Destructor Documentation

ns3::RealProtocolRlcSapUser::RealProtocolRlcSapUser ( LteEnbRrcProtocolReal pdcp,
uint16_t  rnti 
)

Real protocol RC SAP user.

Parameters
pdcpLteEnbRrcProtocolReal *
rntithe RNTI

Definition at line 760 of file lte-rrc-protocol-real.cc.

ns3::RealProtocolRlcSapUser::RealProtocolRlcSapUser ( )
private

Definition at line 766 of file lte-rrc-protocol-real.cc.

Member Function Documentation

void ns3::RealProtocolRlcSapUser::ReceivePdcpPdu ( Ptr< Packet p)
virtual

Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU.

Parameters
pthe PDCP PDU

Implements ns3::LteRlcSapUser.

Definition at line 771 of file lte-rrc-protocol-real.cc.

References ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), m_pdcp, and m_rnti.

+ Here is the call graph for this function:

Member Data Documentation

LteEnbRrcProtocolReal* ns3::RealProtocolRlcSapUser::m_pdcp
private

PDCP.

Definition at line 374 of file lte-rrc-protocol-real.h.

Referenced by ReceivePdcpPdu().

uint16_t ns3::RealProtocolRlcSapUser::m_rnti
private

RNTI.

Definition at line 375 of file lte-rrc-protocol-real.h.

Referenced by ReceivePdcpPdu().


The documentation for this class was generated from the following files: