D2DModeController
Package: simu5g.stack.d2d.rrc
D2DModeController
simple moduleControls D2D mode switching flow control.
When a UE switches between infrastructure and direct D2D communication modes, this module coordinates the draining of the old-mode RLC TX entity's queue before allowing the new-mode entity to start transmitting.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| class | D2DModeController | |
| display | i=block/control |
Source code
// // Controls D2D mode switching flow control. // // When a UE switches between infrastructure and direct D2D communication // modes, this module coordinates the draining of the old-mode RLC TX // entity's queue before allowing the new-mode entity to start transmitting. // simple D2DModeController like ID2DModeController { parameters: @class("D2DModeController"); @display("i=block/control"); }File: src/simu5g/stack/d2d/rrc/D2DModeController.ned