A Discrete-Event Network Simulator
API
ns3::LtePdcpSapUser Class Referenceabstract

Service Access Point (SAP) offered by the PDCP entity to the RRC entity See 3GPP 36.323 Packet Data Convergence Protocol (PDCP) specification. More...

#include "lte-pdcp-sap.h"

+ Inheritance diagram for ns3::LtePdcpSapUser:

Classes

struct  ReceivePdcpSduParameters
 Parameters for LtePdcpSapUser::ReceivePdcpSdu. More...
 

Public Member Functions

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

Detailed Description

Service Access Point (SAP) offered by the PDCP entity to the RRC entity See 3GPP 36.323 Packet Data Convergence Protocol (PDCP) specification.

This is the PDCP SAP User (i.e. the part of the SAP that contains the RRC methods called by the PDCP)

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

Constructor & Destructor Documentation

◆ ~LtePdcpSapUser()

ns3::LtePdcpSapUser::~LtePdcpSapUser ( )
virtual

Definition at line 29 of file lte-pdcp-sap.cc.

Member Function Documentation

◆ ReceivePdcpSdu()

virtual void ns3::LtePdcpSapUser::ReceivePdcpSdu ( ReceivePdcpSduParameters  params)
pure virtual

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

Parameters
params

Implemented in ns3::LtePdcpSpecificLtePdcpSapUser< C >.

Referenced by ns3::LtePdcp::DoReceivePdu().

+ Here is the caller graph for this function:

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