D2DModeController.ned
NED File src/simu5g/stack/d2d/rrc/D2DModeController.ned
| Name | Type | Description |
|---|---|---|
| D2DModeController | simple module |
Controls D2D mode switching flow control. |
Source code
package simu5g.stack.d2d.rrc; // // 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"); }