NRPacketFlowManagerUe

Package: simu5g.stack.packetFlowManager

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.

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 "NRPacketFlowManagerUe"

Properties

Name Value Description
class PacketFlowManagerUe

Source code

//
// 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.
//
simple NRPacketFlowManagerUe like IPacketFlowManager
{
    @class("PacketFlowManagerUe");

    string macModule = default("^.mac");
    string pfmType = default("NRPacketFlowManagerUe");
}

File: src/stack/packetFlowManager/NRPacketFlowManagerUe.ned