A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LtePdcpSapProvider 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::LtePdcpSapProvider:

Classes

struct  TransmitPdcpSduParameters
 Parameters for LtePdcpSapProvider::TransmitPdcpSdu. More...
 

Public Member Functions

virtual ~LtePdcpSapProvider ()
 
virtual void TransmitPdcpSdu (TransmitPdcpSduParameters params)=0
 Send RRC PDU parameters to the PDCP for transmission.
 

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.

Constructor & Destructor Documentation

◆ ~LtePdcpSapProvider()

ns3::LtePdcpSapProvider::~LtePdcpSapProvider ( )
virtual

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

Member Function Documentation

◆ TransmitPdcpSdu()

virtual void ns3::LtePdcpSapProvider::TransmitPdcpSdu ( TransmitPdcpSduParameters  params)
pure virtual

Send RRC PDU parameters to the PDCP for transmission.

This method is to be called when upper RRC entity has a RRC PDU ready to send

Parameters
paramsParameters

Implemented in ns3::LtePdcpSpecificLtePdcpSapProvider< C >.

Referenced by ns3::LteUeRrcProtocolReal::DoSendMeasurementReport(), ns3::LteUeRrcProtocolReal::DoSendRrcConnectionReconfigurationCompleted(), ns3::LteUeRrcProtocolReal::DoSendRrcConnectionReestablishmentComplete(), ns3::LteUeRrcProtocolReal::DoSendRrcConnectionSetupCompleted(), ns3::LteTestRrc::SendData(), ns3::UeManager::SendPacket(), and ns3::LteTestRrc::Start().

+ Here is the caller graph for this function:

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