BackgroundCellTrafficManager

Package: simu5g.nodes.backgroundCell

BackgroundCellTrafficManager

simple module

This module manages the background traffic generated by BackgroundUe in a BackgroundCell.

Inheritance diagram

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

Extends

Name Type Description
BackgroundTrafficManagerBase simple module

BackgroundTrafficManagerBase

Parameters

Name Type Default value Description
binderModule string "binder"
numBgUes int
bgSchedulerModule string "^.^.bgScheduler"
enablePeriodicCqiUpdate bool
computeAvgInterference bool

Properties

Name Value Description
display i=block/control
class BackgroundCellTrafficManager

Source code

//
// This module manages the background traffic generated by ~BackgroundUe in a
// ~BackgroundCell.
//
simple BackgroundCellTrafficManager extends BackgroundTrafficManagerBase
{
    parameters:
        @display("i=block/control");
        @class("BackgroundCellTrafficManager");
        string bgSchedulerModule = default("^.^.bgScheduler");
        bool enablePeriodicCqiUpdate;
        bool computeAvgInterference;
}
File: src/nodes/backgroundCell/BackgroundCellTrafficManager.ned