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

#include <lte-rlc-sap.h>

+ Inheritance diagram for ns3::LteRlcSapProvider:

Classes

struct  TransmitPdcpPduParameters
 

Public Member Functions

virtual void TransmitPdcpPdu (TransmitPdcpPduParameters params)=0
 

Detailed Description

Service Access Point (SAP) offered by the UM-RLC and AM-RLC entities to the PDCP entity See 3GPP 36.322 Radio Link Control (RLC) protocol specification

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

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

Member Function Documentation

virtual void ns3::LteRlcSapProvider::TransmitPdcpPdu ( TransmitPdcpPduParameters  params)
pure virtual

Send a PDCP PDU to the RLC for transmission This method is to be called when upper PDCP entity has a PDCP PDU ready to send

Implemented in ns3::LteRlcSpecificLteRlcSapProvider< C >.


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