LtePdcpRrcEnb

Package: simu5g.stack.pdcp_rrc

LtePdcpRrcEnb

simple module

The LtePdcpRrcEnb module implements the PDCP/RRC layer for an LTE NIC employed at eNodeBs. It performs header compression and maps incoming IP datagrams to different Radio Link Control (RLC) modes. Additionally, it supports Dual Connectivity and Split Bearer functionalities.

Inheritance diagram

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

Known subclasses

Name Type Description
LtePdcpRrcEnbD2D simple module

The LtePdcpRrcEnbD2D module implements the PDCP/RRC layer for a LTE NIC employed at eNodeBs, providing support for D2D (Device-to-Device) communications. This module extends the basic LtePdcpRrcEnb by adding functionality for managing D2D-capable user equipment, specifically for buffering packets during D2D mode switching operations.

Extends

Name Type Description
LtePdcpRrcBase simple module

The LtePdcpRrcBase module implements the functionalities of the Packet Data Convergence Protocol (PDCP). It enables header compression and maps incoming IP packets to different Radio Link Control (RLC) modes. This module dynamically creates LteTxPdcpEntity and LteRxPdcpEntity submodules to handle individual transmission/reception connections

Parameters

Name Type Default value Description
binderModule string "binder"
packetFlowManagerModule string "^.packetFlowManager"

optional

nrPacketFlowManagerModule string "^.nrPacketFlowManager"

optional

headerCompressedSize int -1B

Header compressed size (bytes) ( -1B = compression disabled

conversationalRlc string "UM"
streamingRlc string "UM"
interactiveRlc string "UM"
backgroundRlc string "UM"

Properties

Name Value Description
display i=block/fork
class LtePdcpRrcEnb

Gates

Name Direction Size Description
DataPort inout

Port to transmit data packets

EUTRAN_RRC_Sap inout

Control of RRC Layer

TM_Sap [ ] inout

Transparent Mode SAP

UM_Sap [ ] inout

Unacknowledged Mode SAP

AM_Sap [ ] inout

Acknowledged Mode SAP

Signals

Name Type Unit Description
receivedPacketFromLowerLayer
sentPacketToLowerLayer
receivedPacketFromUpperLayer
sentPacketToUpperLayer

Statistics

Name Title Source Record Unit Interpolation Mode Description
receivedPacketFromLowerLayer receivedPacketFromLowerLayer count, sum(packetBytes), vector(packetBytes) none
sentPacketToLowerLayer sentPacketToLowerLayer count, sum(packetBytes), vector(packetBytes) none
receivedPacketFromUpperLayer receivedPacketFromUpperLayer count, sum(packetBytes), vector(packetBytes) none
sentPacketToUpperLayer sentPacketToUpperLayer count, sum(packetBytes), vector(packetBytes) none

Source code

//
// The LtePdcpRrcEnb module implements the PDCP/RRC layer for an LTE NIC employed at
// eNodeBs. It performs header compression and maps incoming IP datagrams to different
// Radio Link Control (RLC) modes. Additionally, it supports Dual Connectivity and Split Bearer
// functionalities.
//
simple LtePdcpRrcEnb extends LtePdcpRrcBase
{
    @class("LtePdcpRrcEnb");
}


File: src/stack/pdcp_rrc/LtePdcpRrcEnb.ned