![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-pdcp-sap.h"
Classes | |
struct | ReceivePdcpSduParameters |
Public Member Functions | |
virtual void | ReceivePdcpSdu (ReceivePdcpSduParameters 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 User (i.e. the part of the SAP that contains the RRC methods called by the PDCP)
Definition at line 55 of file nr-pdcp-sap.h.
|
pure virtual |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU
params | Parameters |
Implemented in ns3::NrPdcpSpecificNrPdcpSapUser< C >.