|
Bugzilla – Full Text Bug Listing |
| Summary: | Add configuration objects for 802.11n/ac/ax | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs, tomh |
| Priority: | P1 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Patch to add configuration objects for 802.11n/ac/ax
Patch to add configuration objects for 802.11n/ac/ax + updated doc additions to wifi-user.rst |
||
Created attachment 3196 [details]
Patch to add configuration objects for 802.11n/ac/ax + updated doc
Updated documentation.
Can I push this one? 11ad and 11ax development rely both on this. Created attachment 3197 [details]
additions to wifi-user.rst
I'd like to suggest a few more small changes to wifi-user.rst (attached); otherwise, am fine merging the patch now.
Tom, OK, thanks. Pushed in changeset 13834:2670ce559a9b |
Created attachment 3193 [details] Patch to add configuration objects for 802.11n/ac/ax Tom started to add HE configuration for 802.11ax. I extended this to 802.11n/ac. Some workarounds are still present and needed as long as we keep deprecated API. I also decided to remove unimplemented attributes from API (LDCP and STBC), this should normally never be used by anyone and could be confusing. These changes are needed for both 11ax and 11ad projects, so this needs to be merged asap to ns-3-dev. Please provide comments if you have, otherwise this will be merged in the coming days to our mainline. I will update documentation today and provide a new patch once this is done.