|
Bugzilla – Full Text Bug Listing |
| Summary: | Wrong ERP-OFDM PLCP preamble and header values | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | Daniel L. <nikkipui> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3.18 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch for wrong ERP-OFDM PLCP preamble and header values | ||
Fixed in changeset 10402:b4e0285d2f22 |
Created attachment 1706 [details] patch for wrong ERP-OFDM PLCP preamble and header values ERP-OFDM of IEEE 802.11g defines a PLCP preamble duration of 16 microseconds and a PLCP header duration of 4 microseconds. However, those two values are inverted in ns-3. I attached a patch for this bug. Note that it doesn't change total TX time, but it correctly follows the standard.