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 Feb 03 19:09:35 2008 +0000 (2008-02-03)
changeset 23087c34ef595e3e
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
     1.1 --- a/src/routing/olsr/olsr-agent-impl.cc	Sun Feb 03 19:05:37 2008 +0000
     1.2 +++ b/src/routing/olsr/olsr-agent-impl.cc	Sun Feb 03 19:09:35 2008 +0000
     1.3 @@ -1252,7 +1252,7 @@
     1.4              }
     1.5            if (!ok)
     1.6              {
     1.7 -              NS_ASSERT (!"Link tuple has no corresponding neighbor tuple\n");
     1.8 +              continue;
     1.9              }
    1.10          }
    1.11