I am currently doing vanets simulation with Veins 2.0-rc1, my network stack use the 802.11p class as a mac layer.
I am receiving the current error: 802.11 FSM received an unkown event. I looked for the associated event and mac state related to this error and found that the error occurs under TRANSMITFRAME_4 state after receiving an event like EV_BROADCAST_RECEIVED.
- how can i fix this error ?
- what is generating this error ?
I am joining to this post a diagramm of the current FSM and a link to the 802.11p c++ class.
Many thanks,