![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-rlc-sap.h"
Public Member Functions | |
virtual void | ReceivePdcpPdu (Ptr< Packet > p)=0 |
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 User (i.e. the part of the SAP that contains the PDCP methods called by the RLC)
Definition at line 53 of file nr-rlc-sap.h.
|
pure virtual |
Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU
p | the PDCP PDU |
Implemented in ns3::NrRlcSpecificNrRlcSapUser< C >, and ns3::nr::RealProtocolRlcSapUser.