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

#include <lte-pdcp-sap.h>

+ Inheritance diagram for ns3::LtePdcpSapProvider:

Classes

struct  TransmitPdcpSduParameters
 

Public Member Functions

virtual void TransmitPdcpSdu (TransmitPdcpSduParameters 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 Provider (i.e. the part of the SAP that contains the PDCP methods called by the RRC)

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

Member Function Documentation

virtual void ns3::LtePdcpSapProvider::TransmitPdcpSdu ( TransmitPdcpSduParameters  params)
pure 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

Implemented in ns3::LtePdcpSpecificLtePdcpSapProvider< C >.

Referenced by ns3::UeManager::SendData(), and ns3::LteTestRrc::Start().


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