File tree Expand file tree Collapse file tree 8 files changed +21
-2
lines changed Expand file tree Collapse file tree 8 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ network = DynamicRadioNetwork
18
18
*.*Node.mobility.typename = " StationaryMobility"
19
19
**.mobility.initFromDisplayString = false
20
20
21
+ # radio medium
22
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
23
+
21
24
# ping app (host[0] pinged by others)
22
25
**.destinationNode.numApps = 0
23
26
**.sourceNode[*].numApps = 1
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ sim-time-limit = 5s
3
3
network = HiddenNode
4
4
description = " It is a wireless network for simulating the hidden node problem"
5
5
6
+ # radio medium
7
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
8
+
6
9
**.A.wlan.radio.receiver.energyDetection = -80dBm
7
10
**.A.wlan.radio.receiver.sensitivity = -70dBm
8
11
**.C.wlan.radio.receiver.energyDetection = -80dBm
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ network = Throughput
22
22
**.cliHost[4].mobility.startAngle = 240deg
23
23
**.cliHost[5].mobility.startAngle = 300deg
24
24
25
+ # radio medium
26
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
27
+
25
28
# access point
26
29
**.ap.wlan[*].address = " 10:00:00:00:00:00"
27
30
**.srvHost.wlan.address = " 20:00:00:00:00:00"
Original file line number Diff line number Diff line change @@ -83,3 +83,5 @@ sim-time-limit = 10s
83
83
extends = MacQos
84
84
**.isBlockAckSupported = true
85
85
86
+ # radio medium
87
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ network = Synchronized
20
20
*.node[*].app[0].joinLocalMulticastGroups = true
21
21
**.node[*].app[*].sendInterval = 20ms
22
22
23
- # wlan
24
-
25
23
[Config Synchronized]
26
24
sim-time-limit = 2s
27
25
**.node[*].app[0].startTime = 20ms
28
26
27
+ # radio medium
28
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
29
+
29
30
[Config NonSynchronized]
30
31
sim-time-limit = 2s
31
32
**.node[*].app[0].startTime = uniform(20ms, 40ms)
Original file line number Diff line number Diff line change @@ -36,3 +36,6 @@ sim-time-limit = 10s
36
36
description = " 3 hosts to AP"
37
37
Throughput.numCli = 3
38
38
39
+ # radio medium
40
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
41
+
Original file line number Diff line number Diff line change 1
1
[General]
2
2
# abstract-config = true (requires omnet 7)
3
3
4
+ # radio medium settings
5
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
6
+
4
7
# arp settings
5
8
**.arp.typename = " GlobalArp"
6
9
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ sim-time-limit = 5s
48
48
*.hostB.app[0].localPort = 5000
49
49
50
50
# physical environment
51
+ *.radioMedium.sameTransmissionStartTimeCheck = " ignore"
51
52
*.radioMedium.obstacleLoss.typename = " IdealObstacleLoss"
52
53
53
54
[Config WallOnRtsOff]
You can’t perform that action at this time.
0 commit comments