Bug 1226 - Incomplete YansWifiChannel Python bindings
Incomplete YansWifiChannel Python bindings
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: python bindings
ns-3.11
All All
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-30 06:08 EDT by alina
Modified: 2011-08-18 11:32 EDT (History)
1 user (show)

See Also:


Attachments
patch to include "ns3/propagation-delay-model.h" in the scanned headers. (20.63 KB, patch)
2011-07-30 06:08 EDT, alina
Details | Diff
patch to include "ns3/propagation-module.h" in the scanned headers. (98.08 KB, patch)
2011-07-30 06:59 EDT, alina
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alina 2011-07-30 06:08:36 EDT
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.
Comment 1 alina 2011-07-30 06:11:13 EDT
(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)
Comment 2 alina 2011-07-30 06:59:08 EDT
Created attachment 1214 [details]
patch to include "ns3/propagation-module.h" in the scanned headers.

YansWifiChannel binding were also missing 'SetPropagationLossModel'.
Comment 3 Gustavo J. A. M. Carneiro 2011-07-30 07:36:13 EDT
Comment on attachment 1214 [details]
patch to include "ns3/propagation-module.h" in the scanned headers.

good to commit, thanks
Comment 4 Gustavo J. A. M. Carneiro 2011-08-18 11:32:42 EDT
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