Skip to content

Commit 1f8e95d

Browse files
committed
all: fix: updated abstract config option comment
1 parent c6bfae3 commit 1f8e95d

File tree

118 files changed

+202
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+202
-202
lines changed

examples/adhoc/idealwireless/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[General]
22
network = Net
3-
#abstract-config = true (requires omnet 6)
3+
#abstract-config = true (requires omnet 7)
44

55
# plauground
66
**.constraintAreaMinX = 0m

examples/adhoc/ieee80211/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[General]
22
network = Net80211
33
#eventlog-message-detail-pattern = *:(not declaredOn(cMessage) and not declaredOn(cNamedObject) and not declaredOn(cObject))
4-
#abstract-config = true (requires omnet 6)
4+
#abstract-config = true (requires omnet 7)
55

66
num-rngs = 3
77
**.mobility.rng-0 = 1

examples/adhoc/qos/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[General]
22
network = QosThroughput
33
sim-time-limit = 5s
4-
#abstract-config = true (requires omnet 6)
4+
#abstract-config = true (requires omnet 7)
55

66
**.arp.typename = "GlobalArp"
77

examples/aodv/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ network = AODVNetwork
33
num-rngs = 3
44
**.mobility.rng-0 = 1
55
**.wlan[*].mac.rng-0 = 2
6-
#abstract-config = true (requires omnet 6)
6+
#abstract-config = true (requires omnet 7)
77

88
# channel physical parameters
99
**.wlan[*].typename = "AckingWirelessInterface"

examples/communicationcache/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[General]
22
network = CommunicationCacheExample
3-
#abstract-config = true (requires omnet 6)
3+
#abstract-config = true (requires omnet 7)
44

55
*.numHosts = 20
66

examples/dhcp/omnetpp.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[General]
22
sim-time-limit = 100d
3-
#abstract-config = true (requires omnet 6)
3+
#abstract-config = true (requires omnet 7)
44

55
[Config WiredDHCP]
66
description = Hosts configured via DHCP
@@ -20,7 +20,7 @@ network = WiredNetWithDHCP
2020

2121
[Config _Wireless]
2222
description = common base for wireless dhcp simulations
23-
#abstract-config = true (requires omnet 6)
23+
#abstract-config = true (requires omnet 7)
2424

2525
*.visualizer.dataLinkVisualizer.packetFilter = "ping*"
2626
*.visualizer.dataLinkVisualizer.lineStyle = "dotted"

examples/diffserv/onedomain/omnetpp.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[General]
22
network = DiffservNetwork
33
sim-time-limit = 1250s
4-
#abstract-config = true (requires omnet 6)
4+
#abstract-config = true (requires omnet 7)
55

66
**.result-recording-modes =
77
**.scalar-recording = false
@@ -13,7 +13,7 @@ sim-time-limit = 1250s
1313
**.queue.dataQueue.packetCapacity = 100
1414

1515
[Config Apps]
16-
#abstract-config = true (requires omnet 6)
16+
#abstract-config = true (requires omnet 7)
1717
**.H{1..8}.numApps = 2 # 0 = voice, 1 = video
1818

1919
# voice streaming
@@ -59,7 +59,7 @@ sim-time-limit = 1250s
5959
#
6060

6161
[Config Exp1]
62-
#abstract-config = true (requires omnet 6)
62+
#abstract-config = true (requires omnet 7)
6363
**.edgeDatarate = 500kbps
6464
**.coreDatarate = 500kbps
6565

@@ -78,7 +78,7 @@ sim-time-limit = 1250s
7878
**.app[*].endToEndDelay.scalar-recording = true
7979

8080
[Config Exp1_cq]
81-
#abstract-config = true (requires omnet 6)
81+
#abstract-config = true (requires omnet 7)
8282
description = compound queue for Exp1
8383

8484
**.R2.ppp[2].**Queue.incomingPackets.result-recording-modes = count
@@ -127,7 +127,7 @@ extends = Apps, Exp1
127127
# Experiment 2
128128
#
129129
[Config Exp2]
130-
#abstract-config = true (requires omnet 6)
130+
#abstract-config = true (requires omnet 7)
131131
**.edgeDatarate = 10Mbps
132132
**.coreDatarate = 500kbps
133133

@@ -151,13 +151,13 @@ extends = Apps, Exp1
151151
**.app[*].rcvdPk*.scalar-recording = true
152152

153153
[Config Exp2_ingress]
154-
#abstract-config = true (requires omnet 6)
154+
#abstract-config = true (requires omnet 7)
155155
**.R?.eth[*].ingressTC.typename = "TC1"
156156
**.ingressTC.numClasses = 4
157157
**.ingressTC.classifier.filters = xmldoc("filters.xml", "//experiment[@id='default']")
158158

159159
[Config Exp2_red]
160-
#abstract-config = true (requires omnet 6)
160+
#abstract-config = true (requires omnet 7)
161161
**.R?.ppp[*].queue.typename = "DSQueue2"
162162
**.R?.**.beQueue.packetCapacity = 100
163163
**.R?.**.red1.minth = 60
@@ -194,7 +194,7 @@ extends = Exp2, Apps
194194
# Experiment 3
195195
#
196196
[Config Exp3]
197-
#abstract-config = true (requires omnet 6)
197+
#abstract-config = true (requires omnet 7)
198198
repeat = 3
199199

200200
**.edgeDatarate = 300kbps # TODO was 350kbps
@@ -261,7 +261,7 @@ extends = Exp3, Apps
261261
**.R?.ppp[*].queue.packetCapacity = 200
262262

263263
[Config Exp5]
264-
#abstract-config = true (requires omnet 6)
264+
#abstract-config = true (requires omnet 7)
265265
repeat = 3
266266

267267
**.edgeDatarate = 500kbps # XXX 600kbps
@@ -277,7 +277,7 @@ repeat = 3
277277
**.app[*].endToEndDelay.scalar-recording = true
278278

279279
[Config Exp5_cq]
280-
#abstract-config = true (requires omnet 6)
280+
#abstract-config = true (requires omnet 7)
281281
description = compound queue settings for Exp5
282282
**.R2.ppp[2].**Queue.incomingPackets.result-recording-modes = count
283283
**.R2.ppp[2].**Queue.droppedPackets*.result-recording-modes = count

examples/diffserv/simple_/omnetpp.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[General]
22
network = DiffservNetwork
33
sim-time-limit = 50s
4-
#abstract-config = true (requires omnet 6)
4+
#abstract-config = true (requires omnet 7)
55

66
# client applications
77
**.numClients = 1
@@ -26,7 +26,7 @@ sim-time-limit = 50s
2626
**.router.ppp[*].queue.packetCapacity = 100
2727

2828
[Config VoIP]
29-
#abstract-config = true (requires omnet 6)
29+
#abstract-config = true (requires omnet 7)
3030
description = "client[0] executes a VoIP application"
3131
**.numClients = 2
3232
**.client[0].numApps = 1
@@ -52,11 +52,11 @@ description = "client[0] executes a VoIP application"
5252
**.server.app[2].resultFile = "results/${configname}_results.wav"
5353

5454
[Config WithoutQoS]
55-
#abstract-config = true (requires omnet 6)
55+
#abstract-config = true (requires omnet 7)
5656
description = "Diffserv traffic conditioning and queueing is turn off"
5757

5858
[Config WithPolicing]
59-
#abstract-config = true (requires omnet 6)
59+
#abstract-config = true (requires omnet 7)
6060
description = "Diffserv traffic conditioning is turned on in the ppp[0] interface of the router"
6161
**.router.ppp[0].egressTC.typename = "TrafficConditioner"
6262
**.efMeter.cir = "70%"
@@ -66,7 +66,7 @@ description = "Diffserv traffic conditioning is turned on in the ppp[0] interfac
6666
**.defaultMeter.ebs = 4KiB
6767

6868
[Config WithQueueing]
69-
#abstract-config = true (requires omnet 6)
69+
#abstract-config = true (requires omnet 7)
7070
description = "A DiffservQueue is added to the ppp[0] interface of the router"
7171
**.router.ppp[*].queue.typename = "DiffservQueue"
7272
**.router.ppp[*].queue.interfaceTableModule = "^.^.interfaceTable"

examples/eigrp/basic/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
network = EigrpTestNetwork
33
sim-time-limit = 3min
44
num-rngs = 2
5-
#abstract-config = true (requires omnet 6)
5+
#abstract-config = true (requires omnet 7)
66

77
**.eigrp.*.rng-0 = 1
88
**.interfaceTable.displayAddresses = true

examples/eigrp/testing_scenario6/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ network = EigrpTestNetwork
33
sim-time-limit = 3min
44
num-rngs = 2
55
**.eigrp.*.rng-0 = 1
6-
#abstract-config = true (requires omnet 6)
6+
#abstract-config = true (requires omnet 7)
77

88
**.interfaceTable.displayAddresses = true
99
**.R*.hasIpv4 = false

0 commit comments

Comments
 (0)