From 24a96bc431d572c46f9533fa6c68816498b05d4c Mon Sep 17 00:00:00 2001 From: Gyorgy Szaszko Date: Wed, 17 Apr 2024 12:34:25 +0200 Subject: [PATCH] examples: gptp: increased 1ps sim-time-limit --- examples/gptp/omnetpp.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/examples/gptp/omnetpp.ini b/examples/gptp/omnetpp.ini index 94364ebd902..e5864264643 100644 --- a/examples/gptp/omnetpp.ini +++ b/examples/gptp/omnetpp.ini @@ -1,5 +1,5 @@ [General] - +sim-time-limit = 10s simtime-resolution = fs #abstract-config = true (requires omnet 7) @@ -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