File tree Expand file tree Collapse file tree 7 files changed +15
-0
lines changed Expand file tree Collapse file tree 7 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ num-rngs = 3
5
5
**.wlan[*].mac.rng-0 = 2
6
6
# abstract-config = true (requires omnet 7)
7
7
8
+ # radio medium
9
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
10
+
8
11
# channel physical parameters
9
12
**.wlan[*].typename = " AckingWirelessInterface"
10
13
**.wlan[*].bitrate = 2Mbps
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ network = MultiRadio
20
20
# MAC
21
21
**.mac.dcf.channelAccess.pendingQueue.packetCapacity = 15
22
22
23
+ # radio medium
24
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
25
+
23
26
# RADIO
24
27
# **.radio.sensitivity = -85dBm
25
28
**.radio.transmitter.power = 2mW
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ num-rngs = 3
48
48
# radio medium
49
49
**.radioMedium.mediumLimitCache.maxCommunicationRange = 250m
50
50
**.radioMedium.rangeFilter = " communicationRange"
51
+ **.radioMedium.sameTransmissionStartTimeCheck = " ignore"
51
52
52
53
[Config WithoutNeighborCache]
53
54
sim-time-limit = 100s
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ sim-time-limit = 1000s
23
23
*.radioMedium.typename = " Ieee80211RadioMedium"
24
24
*.radioMedium.analogModel.ignorePartialInterference = true
25
25
*.radioMedium.backgroundNoise.power = -110dBm
26
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
26
27
27
28
*.router*.mobility.typename = " StationaryMobility"
28
29
*.server.mobility.typename = " StationaryMobility"
Original file line number Diff line number Diff line change @@ -98,3 +98,6 @@ unshare-user-namespace = true
98
98
*.visualizer.mobilityVisualizer[*].displayMovementTrails = true
99
99
*.visualizer.mobilityVisualizer[*].trailLength = 100000
100
100
*.visualizer.mobilityVisualizer[*].movementTrailLineColor = " green blue"
101
+
102
+ # radio medium
103
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ description = "Interfering signals"
88
88
# Misc settings
89
89
*.physicalEnvironment.config = xmldoc(" environment.xml" )
90
90
*.radioMedium.obstacleLoss.typename = " IdealObstacleLoss"
91
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
91
92
**.configurator.config = xmldoc(" configurator.xml" )
92
93
*.*.wlan[*].radio.transmitter.power = 5mW # reduces communication range to get a non-trivial path between source and destination
93
94
**.dataFrameBitrate = 54Mbps
Original file line number Diff line number Diff line change 8
8
*.visualizer.dataLinkVisualizer.displayLinks = true
9
9
*.visualizer.mediumVisualizer.displaySignals = true
10
10
11
+ # radio medium
12
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
13
+
11
14
# background noise
12
15
*.radioMedium.backgroundNoise.power = nan dBmW
13
16
*.radioMedium.backgroundNoise.powerSpectralDensity = -113dBmWpMHz
You can’t perform that action at this time.
0 commit comments