![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
RealProtocolRlcSapUser class. More...
#include "nr-rrc-protocol-real.h"
Public Member Functions | |
RealProtocolRlcSapUser (NrGnbRrcProtocolReal *pdcp, uint16_t rnti) | |
void | ReceivePdcpPdu (Ptr< Packet > p) override |
RealProtocolRlcSapUser class.
Definition at line 361 of file nr-rrc-protocol-real.h.
ns3::nr::RealProtocolRlcSapUser::RealProtocolRlcSapUser | ( | NrGnbRrcProtocolReal * | pdcp, |
uint16_t | rnti | ||
) |
Real protocol RC SAP user
pdcp | NrGnbRrcProtocolReal * |
rnti | the RNTI |
Definition at line 809 of file nr-rrc-protocol-real.cc.
|
overridevirtual |
Called by the RLC entity to notify the PDCP entity of the reception of a new PDCP PDU
p | the PDCP PDU |
Implements ns3::NrRlcSapUser.
Definition at line 820 of file nr-rrc-protocol-real.cc.