riebl / artery

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

Invalid CAM PathDeltaTime #272

Closed fysch closed 1 year ago

fysch commented 1 year ago

The CaService sets the PathDeltaTime to zero, which is out of range (1..65535).

This constraint has not been checked in the past with my setup (default Vanetza and GCC 11). However, when compiling Artery with GCC 12 and the current Vanetza master (riebl/vanetza@3eabb2a), the constraint gets checked.

riebl commented 1 year ago

Hi @fysch, thank you for your bug report! The issue is fixed with 21b665ac1c22f4f45ed440561e895e8fece8b626.