LteRxPdcpEntity

Package: simu5g.stack.pdcp_rrc

LteRxPdcpEntity

simple module

This module handles the operations related to the LTE PDCP (Packet Data Convergence Protocol) layer at the receiving side of a specific connection. It processes incoming PDCP PDUs from the RLC layer, performing header decompression before forwarding them to the upper layer protocols.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses

Name Type Description
NRRxPdcpEntity simple module

This module handles the operations related to the NR PDCP (Packet Data Convergence Protocol) layer on the receiving side of a specific connection. It extends the LteRxPdcpEntity module. This module facilitates the creation of support for Dual Connectivity functionality. In particular, it manages the reordering of out-of-sequence PDCP PDUs in Dual Connectivity deployments.

Properties

Name Value Description
dynamic true
display i=block/segm

Source code

//
// This module handles the operations related to the LTE PDCP (Packet Data Convergence Protocol)
// layer at the receiving side of a specific connection. It processes incoming PDCP PDUs from the
// RLC layer, performing header decompression before forwarding them to the upper layer protocols.
//
simple LteRxPdcpEntity
{
    parameters:
        @dynamic(true);
        @display("i=block/segm");
}
File: src/stack/pdcp_rrc/LteRxPdcpEntity.ned