Bug 2510

Summary: WaveHelper::AssignStreams is crashed
Product: ns-3 Reporter: Junling Bu <linlinjavaer>
Component: wave moduleAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: enhancement CC: tomh
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   

Description Junling Bu 2016-09-23 21:12:02 UTC
In the method WaveHelper::AssignStreams, there is a wrong at the line 424, which should be "++J" instead of current "++i"

   424           for (std::vector<Ptr<WifiPhy> >::iterator j = phys.begin (); j != phys.end (); ++i)
   425             {
   426               currentStream += (*j)->AssignStreams (currentStream);
   427             }
Comment 1 Tom Henderson 2016-09-28 00:08:39 UTC
fixed in changeset 12350:f7a4f17f4abb