Package: simu5g.stack.pdcp_rrc
NRPdcpRrcEnb
simple moduleThe 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.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
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. |
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" | |
dualConnectivityManagerModule | string | "^.dualConnectivityManager" |
Properties
Name | Value | Description |
---|---|---|
display | i=block/fork | |
class | NRPdcpRrcEnb |
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 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. // simple NRPdcpRrcEnb extends LtePdcpRrcEnbD2D { parameters: @class("NRPdcpRrcEnb"); string dualConnectivityManagerModule = default("^.dualConnectivityManager"); }File: src/stack/pdcp_rrc/NRPdcpRrcEnb.ned