From 9f17395651bc24008c783f6a9b1bae70066ad969 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 2 Jul 2022 15:28:58 +0200 Subject: Improve tests --- tests/mobility_eth0_latency_1s1r/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mobility_eth0_latency_1s1r/simulator.py') diff --git a/tests/mobility_eth0_latency_1s1r/simulator.py b/tests/mobility_eth0_latency_1s1r/simulator.py index b03c5bc..455a1cb 100755 --- a/tests/mobility_eth0_latency_1s1r/simulator.py +++ b/tests/mobility_eth0_latency_1s1r/simulator.py @@ -14,7 +14,7 @@ import numpy as np # - Bandwidth = BW # - Latency = L # |-------------------+------------+----------------+----------------------+--------------------------+-------------------------| -# | Simulated time(s) | Latency(s) | Bandwidth(bps) | Remaining data (bit) | Communcation duration(s) | Communcation ends at(s) | +# | Simulated time(s) | Latency(s) | Bandwidth(bps) | Remaining data (bit) | Communcation duration(s) | Communication ends at(s) | # |-------------------+------------+----------------+----------------------+--------------------------+-------------------------| # | 0 | 0 | 8 | 8 | 1 | 1 | # | 0.5 | 0.5 | 8 | C/U*D = 4 | R/I * L + R/BW = 0.75 | 1.25 | -- cgit v1.2.3