riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

gemv2: actually mark VehicleIndex R-tree as tainted after a vehicle's position has been updated #174

Closed hagau closed 3 years ago

hagau commented 3 years ago

The declaration of mRtreeTainted shadows the member variable of artery::gemv2::VehicleIndex with the same name.

I don't think this has caused any problems yet.

riebl commented 3 years ago

You are right and I have a similar bugfix in my thesis branch. I think it is about time to merge the candy from there into upstream…

riebl commented 3 years ago

Okay, I have merged all my changes related to gemv2 into masters. As the a9633ccda commit shows, not only the mRtreeTainted flag itself had issues.

hagau commented 3 years ago

Thanks, that looks good!