![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-pdcp-sap.h"
Classes | |
struct | TransmitPdcpSduParameters |
Public Member Functions | |
virtual void | TransmitPdcpSdu (TransmitPdcpSduParameters params)=0 |
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.
|
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
params | Parameters |
Implemented in ns3::NrPdcpSpecificNrPdcpSapProvider< C >.
Referenced by ns3::NrTestRrc::SendData(), and ns3::NrTestRrc::Start().