Bug 1226

Summary: Incomplete YansWifiChannel Python bindings
Product: ns-3 Reporter: alina <aquereilhac>
Component: python bindingsAssignee: 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
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 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)
Comment 2 alina 2011-07-30 06:59:08 UTC
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 UTC
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 UTC
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