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 | TransmitPdcpSduParameters |
Parameters for LtePdcpSapProvider::TransmitPdcpSdu. More... | |
Public Member Functions | |
virtual | ~LtePdcpSapProvider () |
virtual void | TransmitPdcpSdu (TransmitPdcpSduParameters params)=0 |
Send RRC PDU parameters to the PDCP for transmission. | |
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 Provider (i.e. the part of the SAP that contains the PDCP methods called by the RRC)
Definition at line 24 of file lte-pdcp-sap.h.
|
virtual |
Definition at line 14 of file lte-pdcp-sap.cc.
|
pure virtual |
Send RRC PDU parameters to the PDCP for transmission.
This method is to be called when upper RRC entity has a RRC PDU ready to send
params | Parameters |
Implemented in ns3::LtePdcpSpecificLtePdcpSapProvider< C >.
Referenced by ns3::LteUeRrcProtocolReal::DoSendMeasurementReport(), ns3::LteUeRrcProtocolReal::DoSendRrcConnectionReconfigurationCompleted(), ns3::LteUeRrcProtocolReal::DoSendRrcConnectionReestablishmentComplete(), ns3::LteUeRrcProtocolReal::DoSendRrcConnectionSetupCompleted(), ns3::LteTestRrc::SendData(), ns3::UeManager::SendPacket(), and ns3::LteTestRrc::Start().