OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 03 Feb 2008 19:09:35 +0000
changeset 2308 7c34ef595e3e
parent 2307 2e115ea02b46
child 2309 432ccd1339d4
OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
src/routing/olsr/olsr-agent-impl.cc
--- a/src/routing/olsr/olsr-agent-impl.cc	Sun Feb 03 19:05:37 2008 +0000
+++ b/src/routing/olsr/olsr-agent-impl.cc	Sun Feb 03 19:09:35 2008 +0000
@@ -1252,7 +1252,7 @@
             }
           if (!ok)
             {
-              NS_ASSERT (!"Link tuple has no corresponding neighbor tuple\n");
+              continue;
             }
         }