-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to ETSI TS 102 637-2 (CAM) and ETSI TS 103 831 v2.1.1 (DENM) #379
Comments
Hi, we have currently no urgent need to update the message format. But we'd available for any help or code reviews! When we implemented CAM/DENM, we oriented at the mentioned specifications, but did not 100% followed them since we wanted to keep them usable in code. I guess this was the main reason why we did not implement the different frequency containers. Furthermore, various fields cannot be provided by the coupled simulator SUMO, which is why we dismissed them in our initial implementation. If a full implementation would be required, I also would suggest to use an ASN.1 compiler (e.g. https://github.com/yafred/asn1-tool) to generate matching Java objects. Still, many of those fields would not be able to be filled with suitable values, which could be irritating from a users perspective when getting only dummy values from most of the fields. On the other side, the message sizes would be way more realistic when using the full message format. |
Ciao @kschrab , extremely thanks for the fast reply. Thanks for pointing the tool, will have a look at it. Just a fast one: if I want to approach this change, which are points impacted? Extremely thanks, |
The messages defined in I'd propose to create a complete new package in mosaic-objects ( |
@kschrab perfect. Thanks for the advices. |
Description
By approaching to Mosaic V2X application, I've noticed the Technical Specification ETSI TS 102 637-2 used for specifying awareness CAM messages refers to an old specification (V1.2.1 - 2011-03). This applies also for the AwarenessData entity which refers to ETSI EN 302 637-2 v1.3.1 (2014-09). The same reasoning applies to DENM, IVI, SPATM. Is there any interest in upgrading the data format? If not, would it be possible to have some hints on the approach to be used?
...
Affected modules
MOSAIC-OBJECTS => V2X
...
Proposed solution
Update message format to ETSI EN 302 637-2 to V1.4.1 (2019-01) for CAM
Update message format to ETSI TS 103 831 v2.1.1 for DENM
Update IVI and SPATM data to recent standards.
...
The text was updated successfully, but these errors were encountered: