Bug 2126

Summary: LrWpanNetDevice silently accepts no mobility on the node
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: lr-wpanAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: trivial CC: ns-bugs, shashidhar.bls
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2015-05-28 04:20:42 UTC
This has been reported here:
https://groups.google.com/forum/#!topic/ns-3-users/Kvk17VdXbdE

The issue is that if one installs the mobility model on the node after installing LrWpanNetDevice, the device will not find the mobility models, and the channel will be considered as error-free.

The fix is easy: exchange the creation order. Still, a warning is the NetDevice is nice to have.
Comment 1 Tommaso Pecorella 2015-05-28 04:28:23 UTC
changeset:   11421:b04cfbe73884