ETSI DENM Message #56
-
Hello everybody, This is how the whole V2xMessageTransmission interaction looks like in json: But I am interested in the "bytes" array: As I am expecting this byte array should represent a DENM byte message in the "ETSI DENM EN 302 637-3 v1.3.1" format. 0, 0, 0, -24, 93, 111, 124, 0, 64, 74, 83, 60, 12, 31, -56, -13, 64, 43, 23, 10, 61, 112, -93, -41, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27, 45, 51, 51, 54, 54, 95, 50, 48, 50, 54, 51, 54, 50, 57, 52, 48, 95, 49, 51, 49, 51, 56, 56, 53, 53, 48, 50, 1, 0, 64, -34, 56, -28, 0, 0, 0, 0, 1, 64, 74, 81, 7, -81, 32, -22, 91, 64, 43, 33, 112, -42, 43, -15, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 to this hex stream: and put it into the online decoder shown above. But the output isn't a valid DENM message. So I am asking myself if I had done something wrong or this isn't a valid ETSI DENM message at all or I have to handle the byte array in a different way. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Regarding the modelling of ETSI standardized V2X messages like DENM and CAM, we focused primarily on the content. Our main goals are:
Due to the last goal, we currently do NOT employ ASN.1 formatting in the provided message handling. Moreover, we usually cache the message payload in the Application Simulator and in the The |
Beta Was this translation helpful? Give feedback.
Regarding the modelling of ETSI standardized V2X messages like DENM and CAM, we focused primarily on the content.
Our main goals are:
extendedContainers
for DENM,userTaggedValue
for CAM)Due to the last goal, we currently do NOT employ ASN.1 formatting in the provided message handling.
Moreover, we usually cache the message payload in the Application Simulator and in the
V2xMessageTransmission
only hand over…