5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrPdcpSapProvider Class Referenceabstract

#include "nr-pdcp-sap.h"

+ Inheritance diagram for ns3::NrPdcpSapProvider:

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 22 of file nr-pdcp-sap.h.

Member Function Documentation

◆ TransmitPdcpSdu()

virtual void ns3::NrPdcpSapProvider::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::NrPdcpSpecificNrPdcpSapProvider< C >.

Referenced by ns3::NrTestRrc::SendData(), and ns3::NrTestRrc::Start().

+ Here is the caller graph for this function:

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