Package: simu5g.stack.d2dModeSelection
D2DModeSelectionBestCqi
simple moduleD2DModeSelectionBestCqi module
This module implements the mode selection algorithm for D2D communications that selects the mode based on the best Channel Quality Indicator (CQI). It evaluates the CQI for each D2D-capable flow and selects the communication mode that provides the best performance in terms of achievable data rate. The primary goal is to optimize data transmission quality and efficiency by dynamically switching between modes based on CQI measurements.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
D2DModeSelectionBase | simple module |
Base module for D2D Mode Selection modules. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
modeSelectionPeriod | double | 1s | |
binderModule | string | "binder" | |
macModule | string | "^.mac" |
Properties
Name | Value | Description |
---|---|---|
class | D2DModeSelectionBestCqi |
Source code
// // D2DModeSelectionBestCqi module // // This module implements the mode selection algorithm for D2D communications // that selects the mode based on the best Channel Quality Indicator (CQI). // It evaluates the CQI for each D2D-capable flow and selects the communication // mode that provides the best performance in terms of achievable data rate. // The primary goal is to optimize data transmission quality and efficiency // by dynamically switching between modes based on CQI measurements. // simple D2DModeSelectionBestCqi extends D2DModeSelectionBase { parameters: @class("D2DModeSelectionBestCqi"); }File: src/stack/d2dModeSelection/D2DModeSelectionBestCqi.ned