Package: simu5g.stack.d2dModeSelection
ID2DModeSelection
module interfaceInterface for the D2D Mode Selection module
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| D2DModeSelectionBase | simple module |
Base module for D2D Mode Selection modules. |
| D2DModeSelectionBestCqi | simple module |
D2DModeSelectionBestCqi module |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| LteNicEnbD2D | compound module |
The LteNicEnbD2D module represents an LTE eNodeB network interface with support for D2D (Device-to-Device) communications. It extends the basic LteNicEnb module to manage D2D-capable UEs (User Equipments). A D2D mode selection algorithm can be specified using the 'd2dModeSelectionType' parameter. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/cogwheel |
Source code
// // Interface for the D2D Mode Selection module // moduleinterface ID2DModeSelection { parameters: @display("i=block/cogwheel"); }File: src/stack/d2dModeSelection/ID2DModeSelection.ned