we have a lot of par("address") in each module.
this causes dependency to omnetpp's module API and it makes it difficult to change the node address format and also makes unit tests harder.
this PR introduces ComponentProvider::getNodeAddr method to make it easy.
we have a lot of
par("address")
in each module. this causes dependency to omnetpp's module API and it makes it difficult to change the node address format and also makes unit tests harder. this PR introducesComponentProvider::getNodeAddr
method to make it easy.This change is