|
Bugzilla – Full Text Bug Listing |
| Summary: | remove hardcoded arguments for number of spatial streams | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
patch for number of spatial streams
additional patch to enable MIMO functionality 802.11n MIMO validation example and documentation update |
||
|
Description
Tom Henderson
2016-02-13 21:55:39 UTC
Tom, thanks for the patch. I posted some comments in the repository. Also, I suggest to rename "Transmitters" and "Receivers" attributes. For example, they could become "TxAntennas" and "RxAntennas". I would also go a bit further. The current patch does not yet allow to transmit frames with multiple spatial streams. I would add support for MIMO transmissions, while keeping the current error rate models for the moment. Tom, Just to let you know that I am busy on a patch that will allow to make MIMO work (but still use the SISO error rate model, as this will be changed in a future release). The patch will have to be applied on top of yours. Created attachment 2280 [details]
additional patch to enable MIMO functionality
This patch needs to be applied on top of Tom's patch.
It enable MIMO with up to 4 antennas for constant rate only (expected to be extended to HT Ideal and HT Minstrel asap), but keeping the SISO error rate models.
There is still place for a lot of improvements, but the purpose here is not to cover every possible case.
Is 1x2 supported? Also, we probably need a reference example program to plot all of the combinations. (In reply to Tom Henderson from comment #4) > Is 1x2 supported? Also, we probably need a reference example program to > plot all of the combinations. Since the keep existing error models, there is not 1x2 or any other antenna diversity supported. We could go for a rough 3dB improvement, but I think we can skip this to another release. I will add a MIMO example and update documentation. Created attachment 2292 [details]
802.11n MIMO validation example and documentation update
I made a validation example and I updated user documentation.
merged in changesets 11922-11924 |