riebl / vanetza

Open-source implementation of the ETSI C-ITS protocol stack
Other
197 stars 157 forks source link

Bug Fix : OER constraint for asn1/its/Elevation.c + UPER contraints for ans1/its/DeltaReferencePositions & ans1/its/DeltaPositions #226

Closed Rom-1T closed 3 days ago

Rom-1T commented 1 month ago

Hello,

After this issue : https://github.com/riebl/vanetza/issues/225. I've come accross to a bug, the Elevation.c in asn/its was causing a problem for the decoding of secured packet. I've just changed the OER constraint to limit potential repercussion outside of secured packet.

Also, I've discovered that when I receives IVIM packets with PolygonalLine/DeltaPositions_t I have problem decoding. It appears that the UPER constraint was wrong, I've only looked at DeltaPositions and DeltaReferencePositions.