NRTxPdcpEntity

Package: simu5g.stack.pdcp_rrc

NRTxPdcpEntity

simple module

This module handles the operations related to the NR PDCP (Packet Data Convergence Protocol) layer at the transmitting side of a specific connection. It extends the LteTxPdcpEntity module. Additionally, this module manages the creation process by adding support for Dual Connectivity functionality.

Inheritance diagram

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

Extends

Name Type Description
LteTxPdcpEntity simple module

This module handles operations related to the LTE PDCP (Packet Data Convergence Protocol) layer on the transmitting side of a specific connection. This module manages the creation, sequencing, header compression, and metadata association for PDCP PDUs before they are passed down to the RLC layer.

Properties

Name Value Description
dynamic true
display i=block/segm
class NRTxPdcpEntity

Source code

//
// This module handles the operations related to the NR PDCP (Packet Data Convergence Protocol)
// layer at the transmitting side of a specific connection. It extends the ~LteTxPdcpEntity module.
// Additionally, this module manages the creation process by adding support for Dual Connectivity functionality.
//
simple NRTxPdcpEntity extends LteTxPdcpEntity
{
    parameters:
        @dynamic(true);
        @class("NRTxPdcpEntity");
        @display("i=block/segm");
}

File: src/stack/pdcp_rrc/NRTxPdcpEntity.ned