[Ns-developers] NS-3 Wifi contributions

Mathieu Lacage mathieu.lacage at sophia.inria.fr
Fri Mar 14 20:38:34 PDT 2008


hi federico,

Now that ns-3-param has been merged into ns-3-dev, I have looked again
at your Jakes and Composite propagation loss models. The patches look
nice but before being integrated, they would need to be updated to the
new API in ns-3-dev: do you think you could produce a new patch ?

Another thing I was wondering about is whether we could rename
PropagationLossModel::GetRxPower (double,Ptr<MobilityModel> a,
Ptr<MobilityModel> b) to PropagationLossModel::GetLoss (
Ptr<MobilityModel> a, Ptr<MobilityModel> b) ? The latter would more
closely match the behavior of PropagationDelayModel which returns the
'delay' rather than the time of expiration but I wonder if it would be
enough to express the semantics of a sufficient number of propagation
loss models. What do you think ?

thanks again for all this code,
Mathieu

On Fri, 2008-02-22 at 09:59 +0100, Federico Maguolo wrote:
> Hi all,
> 
> in the following link you can find some contributions that I made to the NS-3 
> Wifi modules:
> 
> http://www.dei.unipd.it/wdyn/?IDsezione=5517
> 
> Here you can find six patches that I create starting from the changeset 2346  
> of ns-3-dev.
> The first patch fixes three bugs that I found in the Wifi implementation, 
> while the others are improvements. For each patch you find a description of 
> what it changes.
> 
> Feedbacks are welcome!
> 
> Regards,
> 
> Federico



More information about the Ns-developers mailing list