Package: simu5g.stack.backgroundTrafficGenerator
BackgroundTrafficManagerBase
simple moduleBackgroundTrafficManagerBase
This is base module for the traffic manager for background UEs
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Known subclasses
| Name | Type | Description |
|---|---|---|
| BackgroundCellTrafficManager | simple module |
This module manages the background traffic generated by BackgroundUe in a BackgroundCell. |
| BackgroundTrafficManager | simple module |
This module manages the background traffic generated by BackgroundUe in a eNodeB or gNodeB. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| binderModule | string | "binder" | |
| numBgUes | int |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/control | |
| class | BackgroundTrafficManager |
Source code
// BackgroundTrafficManagerBase // // This is base module for the traffic manager for background UEs // simple BackgroundTrafficManagerBase like IBackgroundTrafficManager { parameters: @display("i=block/control"); @class("BackgroundTrafficManager"); string binderModule = default("binder"); int numBgUes; }File: src/stack/backgroundTrafficGenerator/BackgroundTrafficManagerBase.ned