Skip to content

Commit

Permalink
examples: gptp: increased 1ps sim-time-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Apr 17, 2024
1 parent 0ad527b commit 24a96bc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions examples/gptp/omnetpp.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[General]

sim-time-limit = 10s
simtime-resolution = fs
#abstract-config = true (requires omnet 7)

Expand Down Expand Up @@ -32,43 +32,35 @@ network = GptpMasterSlave
############################################################

[Config nosync1]
sim-time-limit = 1ps # TODO
description = gptp off, master is precise, client is precise
*.gptpMaster.gptp.domainNumber = 1

[Config nosync2]
sim-time-limit = 1ps # TODO
extends = nosync1, _DriftSlave
description = gptp off, master is precise, client is late

[Config nosync3]
sim-time-limit = 1ps # TODO
extends = nosync1, _DriftMaster
description = gptp off, master is in a hurry, client is precise

[Config nosync4]
sim-time-limit = 1ps # TODO
extends = nosync1, _DriftMaster, _DriftSlave
description = gptp off, master is in a hurry, client is late

############################################################

[Config sync1]
sim-time-limit = 1ps # TODO
description = gptp on, master is precise, client is precise

[Config sync2]
sim-time-limit = 1ps # TODO
extends = sync1, _DriftSlave
description = gptp on, master is precise, client is late

[Config sync3]
sim-time-limit = 1ps # TODO
extends = sync1, _DriftMaster
description = gptp on, master is in a hurry, client is precise

[Config sync4]
sim-time-limit = 1ps # TODO
extends = sync1, _DriftMaster, _DriftSlave
description = gptp on, master is in a hurry, client is late

0 comments on commit 24a96bc

Please sign in to comment.