IPacketFlowManager

Package: simu5g.stack.packetFlowManager

IPacketFlowManager

module interface

(no description)

Inheritance diagram

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

Implemented by

Name Type Description
NRPacketFlowManagerGnb simple module

NRPacketFlowManagerGnb is designed to handle packet flow management operations specifically for NR (New Radio) e/gNodeB in 5G simulations. It ensures that data packets are managed efficiently in a 5G network scenario, providing an accurate model of packet handling mechanisms.

NRPacketFlowManagerUe simple module

This simple module represents the Packet Flow Manager for User Equipment (UE) in an NR (New Radio) network. It manages the flow of packets for various services within the UE, ensuring that data traffic is efficiently handled in accordance with NR specifications.

PacketFlowManagerEnb simple module (no description)
PacketFlowManagerUe simple module

This module implements a Packet Flow Manager for User Equipment (UE) within an LTE/NR network. It handles the mapping and management of data packets across different protocol layers, such as PDCP, RLC, MAC, and PHY. The PacketFlowManagerUe ensures that packets are tracked, queued, and processed correctly for transmission and reception, thereby enabling effective communication within the cellular network.

Used in compound modules

Name Type Description
LteNicBase compound module

The LteNicBase module serves as the foundational building block for LTE networking in Simu5G. It integrates protocols for LTE communication, including PDCP, RLC, MAC, and PHY layers. This base module allows higher-level modules, such as User Equipment (UE) and eNodeB (evolved Node B), to configure and utilize these layers according to their specific requirements.

NRNicUe compound module

This module defines a User Equipment (UE) network interface card that supports both LTE and NR (New Radio) technologies. It extends the LteNicUeD2D module by adding additional submodules and parameters to support NR-specific functionalities.

Parameters

Name Type Default value Description
macModule string
pfmType string

Source code

moduleinterface IPacketFlowManager
{
    string macModule;
    string pfmType;
}

File: src/stack/packetFlowManager/IPacketFlowManager.ned