D2DModeSelectionBase

Package: simu5g.stack.d2dModeSelection

D2DModeSelectionBase

simple module

Base module for D2D Mode Selection modules.

Extend this module to implement new mode selection policies. It periodically executes the mode selection algorithm and, for flows that need to be switched, sends a notification to the transmitting endpoint of those flows.

Inheritance diagram

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

Known subclasses

Name Type Description
D2DModeSelectionBestCqi simple module

D2DModeSelectionBestCqi module

Parameters

Name Type Default value Description
modeSelectionPeriod double 1s
binderModule string "binder"
macModule string "^.mac"

Source code

//
// Base module for D2D Mode Selection modules.
//
// Extend this module to implement new mode selection policies.
// It periodically executes the mode selection algorithm and, for flows
// that need to be switched, sends a notification to the transmitting
// endpoint of those flows.
//
simple D2DModeSelectionBase like ID2DModeSelection
{
    parameters:
        double modeSelectionPeriod @unit(s) = default(1s);
        string binderModule = default("binder");
        string macModule = default("^.mac");
}

File: src/stack/d2dModeSelection/D2DModeSelectionBase.ned