Bug 2242 - Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example.
Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpa...
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lr-wpan
unspecified
PC All
: P5 minor
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-05 18:13 UTC by Tanmay Kathpalia
Modified: 2015-12-05 20:01 UTC (History)
4 users (show)

See Also:


Attachments
Mobility of both PHY set to different values (1.10 KB, patch)
2015-12-05 18:17 UTC, Tanmay Kathpalia
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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