Bug 2382 - Non-uniform behaviour in bounded mobility models
Non-uniform behaviour in bounded mobility models
Status: PATCH WANTED
Product: ns-3
Classification: Unclassified
Component: mobility models
ns-3-dev
All All
: P5 trivial
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-04-21 19:52 EDT by Tommaso Pecorella
Modified: 2016-04-21 19:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2016-04-21 19:52:30 EDT
As an example, RandomWalk2dMobilityModel and RandomDirection2dMobilityModel behaviour is completely different.

If you place a node outside the bounds of RandomDirection2dMobilityModel, it will move the node inside the bounds.
RandomWalk2dMobilityModel will thrown an assert.

We should have an uniform behaviour, users may get confused (and document the default behaviour)