Investigate if TransportOption and Transport are both required when creating network elements
Description
When creating network elements both parameters are available inside the struct. We might not need both of them and the redundat data can then be removed.
TransportOption can also be removed from the stored network element object, as it's not required anymore.
Edited by Fabian Seidl