A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::LtePdcpSapUser Class Referenceabstract

#include <lte-pdcp-sap.h>

+ Inheritance diagram for ns3::LtePdcpSapUser:

Classes

struct  ReceivePdcpSduParameters
 

Public Member Functions

virtual void ReceivePdcpSdu (ReceivePdcpSduParameters params)=0
 

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.

Member Function Documentation

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


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