|
Bugzilla – Full Text Bug Listing |
| Summary: | Wimax doesn't compile with gcc-4.3.x and gcc-4.4.x versions | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Faker Moatamri <faker.moatamri> |
| Component: | wimax | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | amine.ismail, faker.moatamri |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Correct the template call to sendBurst with Simulator::Schedule | ||
|
Description
Faker Moatamri
2009-07-08 11:24:53 UTC
For the first problem it was easy to fix, just replace src_ip_adr by dst_ip_adr For the second error it seemed a bit complicated since the error doesn't say where the problem is, as usual with C++. Finally I found that there is a Simulator::Schedule call to SendBurst function that was missing one operand, Amine, can you please check the patch (it's short) and push it to your repository? Created attachment 519 [details]
Correct the template call to sendBurst with Simulator::Schedule
|