Service Access Point (SAP) offered by the PDCP entity to the RRC entity See 3GPP 36.323 Packet Data Convergence Protocol (PDCP) specification. More...
#include "lte-pdcp-sap.h"
Classes | |
struct | ReceivePdcpSduParameters |
Parameters for LtePdcpSapUser::ReceivePdcpSdu. More... | |
Public Member Functions | |
virtual | ~LtePdcpSapUser () |
virtual void | ReceivePdcpSdu (ReceivePdcpSduParameters params)=0 |
Called by the PDCP entity to notify the RRC entity of the reception of a new RRC PDU. More... | |
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 68 of file lte-pdcp-sap.h.
|
virtual |
Definition at line 29 of file lte-pdcp-sap.cc.
|
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::LtePdcpSpecificLtePdcpSapUser< C >.
Referenced by ns3::LtePdcp::DoReceivePdu().