Skip to content

Commit

Permalink
fix: showcases: only record relevant vectors in fragmentation showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 10, 2023
1 parent 9a00591 commit 08d2a87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions showcases/wireless/fragmentation/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ network = FragmentationShowcase
sim-time-limit = 10s
#abstract-config = true (requires omnet 7)

**.app*.throughput:vector.vector-recording = true
**.*.wlan[*].radio.minSnir:vector.vector-recording = true
**.app*.throughput.result-recording-modes = +vector
**.*.wlan[*].radio.minSnir.result-recording-modes = +vector
**.vector-recording = false

# arp
**.arp.typename = "GlobalArp"

Expand Down

0 comments on commit 08d2a87

Please sign in to comment.