A Discrete-Event Network Simulator
API
ns3::LtePdcpSpecificLtePdcpSapProvider< C > Class Template Reference

LtePdcpSpecificLtePdcpSapProvider class. More...

#include "lte-pdcp-sap.h"

+ Inheritance diagram for ns3::LtePdcpSpecificLtePdcpSapProvider< C >:
+ Collaboration diagram for ns3::LtePdcpSpecificLtePdcpSapProvider< C >:

Public Member Functions

 LtePdcpSpecificLtePdcpSapProvider (C *pdcp)
 Constructor. More...
 
virtual void TransmitPdcpSdu (TransmitPdcpSduParameters params)
 Send a RRC PDU to the RDCP for transmission This method is to be called when upper RRC entity has a RRC PDU ready to send. More...
 
- Public Member Functions inherited from ns3::LtePdcpSapProvider
virtual ~LtePdcpSapProvider ()
 

Private Member Functions

 LtePdcpSpecificLtePdcpSapProvider ()
 

Private Attributes

C * m_pdcp
 the PDCP More...
 

Detailed Description

template<class C>
class ns3::LtePdcpSpecificLtePdcpSapProvider< C >

LtePdcpSpecificLtePdcpSapProvider class.

Definition at line 94 of file lte-pdcp-sap.h.

Constructor & Destructor Documentation

◆ LtePdcpSpecificLtePdcpSapProvider() [1/2]

Constructor.

Parameters
pdcpPDCP

Definition at line 113 of file lte-pdcp-sap.h.

◆ LtePdcpSpecificLtePdcpSapProvider() [2/2]

Definition at line 119 of file lte-pdcp-sap.h.

Member Function Documentation

◆ TransmitPdcpSdu()

template<class C >
void ns3::LtePdcpSpecificLtePdcpSapProvider< C >::TransmitPdcpSdu ( TransmitPdcpSduParameters  params)
virtual

Send a RRC PDU to the RDCP for transmission This method is to be called when upper RRC entity has a RRC PDU ready to send.

Parameters
params

Implements ns3::LtePdcpSapProvider.

Definition at line 124 of file lte-pdcp-sap.h.

References ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::pdcpSdu.

Member Data Documentation

◆ m_pdcp

template<class C>
C* ns3::LtePdcpSpecificLtePdcpSapProvider< C >::m_pdcp
private

the PDCP

Definition at line 109 of file lte-pdcp-sap.h.


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