|
Bugzilla – Full Text Bug Listing |
| Summary: | WiMAX Invalid management message type on wimax-simple | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | wimax | Assignee: | Flavio Kubota <kubota> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3.9 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch to fix bug 985 | ||
|
Description
Tom Henderson
2010-08-23 21:28:38 UTC
Created attachment 986 [details] Patch to fix bug 985 The problem arises when using Pcap tracing in WiMax devices. Is an error in functions "PcapSniffTxEvent" and "PcapSniffRxEvent" in "src/helpers/wimax-helper.cc". These functions are writing captured packets to the Pcap file. These functions modify the captured packet to match the correct format in the pcap file, but this format is incorrect for WiMax device. So, when Pcap tracing is enabled in WiMax devices, BS and SS nodes can't comunicate correctly. Hence SS nodes never get registered, and Ip packets never go out! Simply working in a copy of the packet in these functions solve the problem. *** Bug 1035 has been marked as a duplicate of this bug. *** The proposed patch resolves the bug. |