ns-3
ns3::LteRlcSapUser Class Reference

#include <lte-rlc-sap.h>

Inheritance diagram for ns3::LteRlcSapUser:

List of all members.

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 methos called by the RLC)


Member Function Documentation

virtual void ns3::LteRlcSapUser::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::LteRlcSpecificLteRlcSapUser< C >.


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