You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a branched network (e.g. a 3-star) which the network simulation crashes with the message LinkStateDatabase::updateLinkStateDatabase: input lsa is outdated -- in module (quisp::modules::routing_daemon::RoutingDaemon) BugNet.EndNode[1].qrsa.rd (id=43), at t=0.00000480332s, event #377 To Reproduce
Steps to reproduce the behavior (with the attached files, removing the .txt extension):
If it's deep in the simulation, timestamp t=0.00000480332s/event # 377.
What we see : it crashes with an error message about LinkStateDatabase
Expected behavior
Actually what happens with the network NoBugNet, configuration NoBug from the same files. In that file, one of the arms of the 3-star is longer (700m insteand of 100m) and everything goes fine. When the arm is shorter (699m or less, like 100m in BugNet), the bug appears again.
Desktop (please complete the following information):
OMNeT++ version 6.0.3, Build id: 240223-17fcae5ef3
Additional context
That bug is is also triggered by Three_BSA_Star from quisp_tutorial.ini, but I think my example networks are simpler (less components) and, I hope, will simplify the bug search
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a branched network (e.g. a 3-star) which the network simulation crashes with the message
LinkStateDatabase::updateLinkStateDatabase: input lsa is outdated -- in module (quisp::modules::routing_daemon::RoutingDaemon) BugNet.EndNode[1].qrsa.rd (id=43), at t=0.00000480332s, event #377
To Reproduce
Steps to reproduce the behavior (with the attached files, removing the
.txt
extension):.txt
extensions..ini
file name 'FredTest.ini'LinkStateDatabase
Expected behavior
Actually what happens with the network
NoBugNet
, configurationNoBug
from the same files. In that file, one of the arms of the 3-star is longer (700m insteand of 100m) and everything goes fine. When the arm is shorter (699m or less, like 100m inBugNet
), the bug appears again.Desktop (please complete the following information):
Additional context
That bug is is also triggered by
Three_BSA_Star
fromquisp_tutorial.ini
, but I think my example networks are simpler (less components) and, I hope, will simplify the bug searchThe text was updated successfully, but these errors were encountered: