|
Bugzilla – Full Text Bug Listing |
| Summary: | HT Greenfield is not working | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Richard <epachamo> |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | epachamo, ns-bugs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to fix and improve ht greenfield support | ||
|
Description
Richard
2016-09-27 20:52:45 UTC
I will have a look, but reducing priority since GF mode is not really supported in practice (and has been removed with 802.11ac) I could indeed reproduce the bug, I will work on a fix. Greenfield is actually not supported, some pieces were already implemented (attributes, preamble readiness, ...) but not all is glued together yet to have it functional. I will take some time asap to see whether I can quickly come to something functional. Created attachment 2607 [details]
patch to fix and improve ht greenfield support
This fixes the issues that were observed:
- HT Greenfield can only be used for HT PPDUs: missing conditions in MacLow
- InterferenceHelper had a missing condition for HT Greenfield
- Added some missing support in HT capabilities and HT operations for HT Greenfield format
Still missing come HT protection mechanisms but that can be tracked in another thread that I would like to take up asap.
Wow, works well thanks for your help! Thanks for your feedback, I suggest to push that fix. Fixed in changeset 12369:0fdb8a2f4953 |