|
Bugzilla – Full Text Bug Listing |
| Summary: | WaveHelper::AssignStreams is crashed | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Junling Bu <linlinjavaer> |
| Component: | wave module | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | tomh |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
fixed in changeset 12350:f7a4f17f4abb |
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 }