Package: simu5g.stack.packetFlowManager
PacketFlowManagerUe
simple moduleThis 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.
Parameters:
- pfmType: Specifies the type of Packet Flow Manager (default: "PacketFlowManagerUe").
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
macModule | string | "^.mac" | |
pfmType | string | "PacketFlowManagerUe" |
Properties
Name | Value | Description |
---|---|---|
class | PacketFlowManagerUe |
Source code
// // 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. // // Parameters: // - pfmType: Specifies the type of Packet Flow Manager (default: "PacketFlowManagerUe"). // simple PacketFlowManagerUe like IPacketFlowManager { @class("PacketFlowManagerUe"); string macModule = default("^.mac"); string pfmType = default("PacketFlowManagerUe"); }File: src/stack/packetFlowManager/PacketFlowManagerUe.ned