riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
202 stars 128 forks source link

DEN use cases #321

Closed Ztalhai closed 4 months ago

Ztalhai commented 5 months ago

enter parameter 'World.node[0].middleware.DEN.useCases' : After adding the story.py file to the highway-police scenario, when I want to run it, I see a text like this and I don't know what to write here.

riebl commented 5 months ago

This is not related to any story.py file but to an activated DenService in your services.xml. See https://github.com/riebl/artery/blob/d4cc6fabff42c6c39e344da8a5ac849028175cf6/scenarios/storyboard/omnetpp.ini#L19 for an example of how to configure the DEN service, i.e. which of its use cases shall be enabled. Of course, you can also add your own use cases if you want to.