Bug 2242

Summary: Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example.
Product: ns-3 Reporter: Tanmay Kathpalia <tanmay.kathpalia>
Component: lr-wpanAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: minor CC: ns-bugs, tanmay.kathpalia, tanmay.kathpalia, tommaso.pecorella
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: All   
Attachments: Mobility of both PHY set to different values

Description Tanmay Kathpalia 2015-12-05 18:13:11 UTC
Overview:
In Low-Rate Wireless Personal Area Network (LR-WPAN) example to test PHY (i.e. lr-wpan-phy-test.cc) while configuring the mobility
of sender PHY and receiver PHY, both are set to sender mobility.


Actual Results:
Mobility of both (sender and receiver) LrWpanPhy objects set with single(senderMobility) object despite creation of 2 objects. Second object(receiverMobility) is not been used.


Expected Results:

1. Mobility of both (sender and receiver) LrWpanPhy objects should be set with different objects as 2 objects (senderMobility and receiverMobility) is being created.
OR
2. Mobility of both PHY can be set to single mobility object and there is no need for creation of second mobility object.


Build Date & Hardware:
Build 20015-12-06 on Linux Ubuntu 12.04
Comment 1 Tanmay Kathpalia 2015-12-05 18:17:15 UTC
Created attachment 2201 [details]
Mobility of both PHY set to different values

Mobility of both (sender and receiver) LrWpanPhy objects should be set with different objects as 2 objects (senderMobility and receiverMobility) is being created.
Comment 2 Tommaso Pecorella 2015-12-05 20:01:23 UTC
thanks, fixed and pushed in changeset: 11781:7bbc71a7c0c9