When creating WaveShortMessage or (wsm) in Veins, there is a priority field that needs to be specified for each packet. The priority levels that can be used are 0-3. Also based on this paper WAVE uses EDCA as MAC layer protocol. EDCA has four different Access Categories (AC) or queues. These queues are used to prioritize outgoing packets. My questions are:
- In WSM, does 0 have the highest priority or lowest priority?
- How does WSM packet priorities map to EDCA access categories? Or does it map at all? If not, then is there any way in Veins, where I could assign packets to specific access category in EDCA?