Skip to content

Commit

Permalink
example simulation: turn off beaconing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sommer committed May 22, 2018
1 parent 3b252d5 commit 839ab63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/veins/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sim-time-limit = 200s

*.rsu[*].applType = "TraCIDemoRSU11p"
*.rsu[*].appl.headerLength = 80 bit
*.rsu[*].appl.sendBeacons = true
*.rsu[*].appl.sendBeacons = false
*.rsu[*].appl.dataOnSch = false
*.rsu[*].appl.beaconInterval = 1s
*.rsu[*].appl.beaconUserPriority = 7
Expand Down Expand Up @@ -94,7 +94,7 @@ sim-time-limit = 200s
##########################################################
*.node[*].applType = "TraCIDemo11p"
*.node[*].appl.headerLength = 80 bit
*.node[*].appl.sendBeacons = true
*.node[*].appl.sendBeacons = false
*.node[*].appl.dataOnSch = false
*.node[*].appl.beaconInterval = 1s

Expand All @@ -109,7 +109,11 @@ sim-time-limit = 200s
*.node[*0].veinsmobility.accidentStart = 75s
*.node[*0].veinsmobility.accidentDuration = 50s

[Config WithoutChannelSwitching]
[Config Default]

[Config WithBeaconing]
*.rsu[*].appl.sendBeacons = true
*.node[*].appl.sendBeacons = true

[Config WithChannelSwitching]
*.**.nic.mac1609_4.useServiceChannel = true
Expand Down

0 comments on commit 839ab63

Please sign in to comment.