Package: simu5g.stack.pdcp_rrc
LtePdcpRrcEnbD2D
simple moduleThe 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.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Known subclasses
Name | Type | Description |
---|---|---|
NRPdcpRrcEnb | simple module |
The NRPdcpRrcEnb module implements the PDCP/RRC layer for a NR NIC utilized at a Base Station. It extends the LtePdcpRrcEnbD2D module to enable Dual Connectivity and Split Bearer functionalities at the eNodeB module. |
Extends
Name | Type | Description |
---|---|---|
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. |
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 | LtePdcpRrcEnbD2D |
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 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. // simple LtePdcpRrcEnbD2D extends LtePdcpRrcEnb { @class("LtePdcpRrcEnbD2D"); }File: src/stack/pdcp_rrc/LtePdcpRrcEnbD2D.ned