A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LtePdcpSpecificLtePdcpSapUser< C > Class Template Reference

LtePdcpSpecificLtePdcpSapUser class. More...

#include "lte-pdcp-sap.h"

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

Public Member Functions

 LtePdcpSpecificLtePdcpSapUser ()=delete
 
 LtePdcpSpecificLtePdcpSapUser (C *rrc)
 Constructor.
 
void ReceivePdcpSdu (ReceivePdcpSduParameters params) override
 Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU.
 
- Public Member Functions inherited from ns3::LtePdcpSapUser
virtual ~LtePdcpSapUser ()
 
virtual void ReceivePdcpSdu (ReceivePdcpSduParameters params)=0
 Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU.
 

Private Attributes

C * m_rrc
 RRC.
 

Detailed Description

template<class C>
class ns3::LtePdcpSpecificLtePdcpSapUser< C >

LtePdcpSpecificLtePdcpSapUser class.

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

Constructor & Destructor Documentation

◆ LtePdcpSpecificLtePdcpSapUser() [1/2]

template<class C >
ns3::LtePdcpSpecificLtePdcpSapUser< C >::LtePdcpSpecificLtePdcpSapUser ( C *  rrc)

Constructor.

Parameters
rrcRRC

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

◆ LtePdcpSpecificLtePdcpSapUser() [2/2]

template<class C >
ns3::LtePdcpSpecificLtePdcpSapUser< C >::LtePdcpSpecificLtePdcpSapUser ( )
delete

Member Function Documentation

◆ ReceivePdcpSdu()

template<class C >
void ns3::LtePdcpSpecificLtePdcpSapUser< C >::ReceivePdcpSdu ( ReceivePdcpSduParameters  params)
overridevirtual

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

Parameters
paramsParameters

Implements ns3::LtePdcpSapUser.

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

Member Data Documentation

◆ m_rrc

template<class C >
C* ns3::LtePdcpSpecificLtePdcpSapUser< C >::m_rrc
private

RRC.

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


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