A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LtePdcpSpecificLteRlcSapUser Class Reference
+ Inheritance diagram for ns3::LtePdcpSpecificLteRlcSapUser:
+ Collaboration diagram for ns3::LtePdcpSpecificLteRlcSapUser:

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...
 
- Public Member Functions inherited from ns3::LteRlcSapUser
virtual ~LteRlcSapUser ()
 

Private Member Functions

 LtePdcpSpecificLteRlcSapUser ()
 

Private Attributes

LtePdcpm_pdcp
 

Detailed Description

Definition at line 34 of file lte-pdcp.cc.

Constructor & Destructor Documentation

ns3::LtePdcpSpecificLteRlcSapUser::LtePdcpSpecificLteRlcSapUser ( LtePdcp pdcp)

Definition at line 47 of file lte-pdcp.cc.

ns3::LtePdcpSpecificLteRlcSapUser::LtePdcpSpecificLteRlcSapUser ( )
private

Definition at line 52 of file lte-pdcp.cc.

Member Function Documentation

void ns3::LtePdcpSpecificLteRlcSapUser::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 57 of file lte-pdcp.cc.

References ns3::LtePdcp::DoReceivePdu(), and m_pdcp.

+ Here is the call graph for this function:

Member Data Documentation

LtePdcp* ns3::LtePdcpSpecificLteRlcSapUser::m_pdcp
private

Definition at line 44 of file lte-pdcp.cc.

Referenced by ReceivePdcpPdu().


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