5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
ns3::NrRlcSapUser Class Referenceabstract

#include "nr-rlc-sap.h"

+ Inheritance diagram for ns3::NrRlcSapUser:

Public Member Functions

virtual void ReceivePdcpPdu (Ptr< Packet > p)=0
 

Detailed Description

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.

Member Function Documentation

◆ ReceivePdcpPdu()

virtual void ns3::NrRlcSapUser::ReceivePdcpPdu ( Ptr< Packet >  p)
pure virtual

Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU

Parameters
pthe PDCP PDU

Implemented in ns3::NrRlcSpecificNrRlcSapUser< C >, and ns3::nr::RealProtocolRlcSapUser.


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