lte, mobility, olsr, visualizer, wifi: Remove unused constants
Remove unused and duplicate constants. When they are converted to constexpr (in !1214), they will throw errors since they are not used in the code or the definition is duplicated. Since they are declared in the .cc files, they will not break user code.