usnistgov / NetSimulyzer-ns3-module

A flexible 3D visualizer for displaying, debugging, presenting, and understanding ns-3 scenarios.
Other
33 stars 5 forks source link

Handle multiple MobilityModel changes to the same Node #7

Closed bpe2 closed 4 years ago

bpe2 commented 4 years ago

Currently, the NodeConfiguration only attaches the mobility callbacks to the first aggregated mobility model (or one that was already aggregated) but does not attach to any subsequent aggregated mobility models.

Handle if the user decides to change the mobility model for a Node

bpe2 commented 4 years ago

It seems as though MobilityModels are aggregated once and typically not changed, so leave this behavior as is