|
Bugzilla – Full Text Bug Listing |
| Summary: | Incomplete YansWifiChannel Python bindings | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | alina <aquereilhac> |
| Component: | python bindings | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3.11 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
patch to include "ns3/propagation-delay-model.h" in the scanned headers.
patch to include "ns3/propagation-module.h" in the scanned headers. |
||
|
Description
alina
2011-07-30 06:08:36 UTC
(In reply to comment #0) > Created attachment 1213 [details] > patch to include "ns3/propagation-delay-model.h" in the scanned headers. > > Hi, > > Bindings for YansWifiChannel seem to be missing SetPropagationDelayModel. > To reproduce this bug see 'bug #122'. > The proposed patch adopts also the same resolution as in 'bug #122', adding the > header "ns3/propagation-delay-model.h" to the scanned headers. Correction: see 'bug #1222' (not #122) Created attachment 1214 [details]
patch to include "ns3/propagation-module.h" in the scanned headers.
YansWifiChannel binding were also missing 'SetPropagationLossModel'.
Comment on attachment 1214 [details]
patch to include "ns3/propagation-module.h" in the scanned headers.
good to commit, thanks
changeset: 7450:6b0a81afa0d2 tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Thu Aug 18 16:31:55 2011 +0100 summary: Bug 1226 - Incomplete YansWifiChannel Python bindings |