From fc38c0762fa874d61818d07e7942ff4279fe230a Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 23 Dec 2011 12:22:38 -0800 Subject: [PATCH] Add bug references to ns-2 mobility helper --- src/mobility/helper/ns2-mobility-helper.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/mobility/helper/ns2-mobility-helper.h b/src/mobility/helper/ns2-mobility-helper.h index abc40fbc2..d17b15471 100644 --- a/src/mobility/helper/ns2-mobility-helper.h +++ b/src/mobility/helper/ns2-mobility-helper.h @@ -50,12 +50,22 @@ class ConstantVelocityMobilityModel; $ns at $time $node set Z_ Z1 \endverbatim * - * Following tools are known to support this format: + * The following tools are known to support this format: * - BonnMotion http://net.cs.uni-bonn.de/wg/cs/applications/bonnmotion/ * - SUMO http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Main_Page * - TraNS http://trans.epfl.ch/ * * See usage example in examples/mobility/ns2-mobility-trace.cc + * + * \bug Traces that generate initial position statements at the end of the + * mobility file (e.g. SUMO TraceExporter) will not be read correctly. The + * workaround is to relocate these three initial position statements to the + * beginning of the trace. + * See https://www.nsnam.org/bugzilla/show_bug.cgi?id=1316 + * + * \bug Rounding errors may cause movement to diverge from the mobility + * pattern in ns-2 (using the same trace). + * See https://www.nsnam.org/bugzilla/show_bug.cgi?id=1316 */ class Ns2MobilityHelper {