"inet.mobility.contract.IMobility" was module interface of
"VeinsInetMobility"
"org.car2x.veins.base.modules.IMobility" was the module interface of "TraCIMobility"
Inheritance of Ue is as follows [ Ue --(extends)--> NRUe --(extends)--> NRCar ]. Therefore to change to mobilityType in NRCar the corresponding simple module "IMobility" must be modified in Ue module.
So in the source code of
Ue {
Ref}, I tried to interchange
mobilityType to
"TraCIMobility
" and import
"org.car2x.veins.base.modules.IMobility". This approach did not resolve the issue.
Best,