Bugzilla – Bug 2242
Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example.
Last modified: 2015-12-05 20:01:23 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
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.
thanks, fixed and pushed in changeset: 11781:7bbc71a7c0c9