Package: simu5g.stack.pdcp_rrc
LteTxPdcpEntity
simple moduleThis 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.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Known subclasses
Name | Type | Description |
---|---|---|
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. |
Properties
Name | Value | Description |
---|---|---|
dynamic | true | |
display | i=block/segm |
Source code
// // 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. // simple LteTxPdcpEntity { parameters: @dynamic(true); @display("i=block/segm"); }File: src/stack/pdcp_rrc/LteTxPdcpEntity.ned