Package: simu5g.stack.packetFlowManager
NRPacketFlowManagerGnb
simple moduleNRPacketFlowManagerGnb 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.
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 | "NRPacketFlowManagerGnb" |
Properties
Name | Value | Description |
---|---|---|
class | PacketFlowManagerEnb |
Source code
// // 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. // simple NRPacketFlowManagerGnb like IPacketFlowManager { @class("PacketFlowManagerEnb"); string macModule = default("^.mac"); string pfmType = default("NRPacketFlowManagerGnb"); }File: src/stack/packetFlowManager/NRPacketFlowManagerGnb.ned