riebl / vanetza

Open-source implementation of the ETSI C-ITS protocol stack
Other
202 stars 158 forks source link

asn1: Add compare methods to asn1c wrapper #218

Closed v0-e closed 8 months ago

v0-e commented 8 months ago

Adds new compare() and related == and != overloads to the asn1c wrapper. Leverages asn1c's compare_struct operation, which tests the equality of two ASN.1 structs of the same type.

riebl commented 8 months ago

Thanks for your contribution @v0-e!