From f13ad5aebfe4cde701e07ff231d83e461750ac42 Mon Sep 17 00:00:00 2001 From: Elena Buchatskaia Date: Thu, 29 Oct 2009 17:25:28 +0300 Subject: [PATCH] script description added --- src/routing/manet/aodv/test/aodv-regression.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/routing/manet/aodv/test/aodv-regression.h b/src/routing/manet/aodv/test/aodv-regression.h index 4502eaddf..c996fa14a 100644 --- a/src/routing/manet/aodv/test/aodv-regression.h +++ b/src/routing/manet/aodv/test/aodv-regression.h @@ -33,7 +33,15 @@ namespace aodv { * * \brief AODV chain regression test * - * TODO: describe test topology and traffic + * This script creates 1-dimensional grid topology and then ping last node from the first one: + * + * [10.1.1.1] <-- step --> [10.1.1.2] <-- step --> [10.1.1.3] <-- step --> [10.1.1.4] <-- step --> [10.1.1.5] + * + * Each node can hear only his right and his left neighbor, if they exist. When one third of total time expired, + * central node moves away. After this, node 3 doesn't hear any packets from other nodes and nobody hears his packets. + * We want to demonstrate in this script + * 1) route establishing + * 2) broken link detection both from layer 2 information and hello messages. * * \verbatim Expected packets time diagram.