From 7a51c6a5b758e1e6f08ff76faf41fa5eb8dcc11c Mon Sep 17 00:00:00 2001 From: emanuel Date: Mon, 18 Mar 2024 16:19:21 +0000 Subject: [PATCH] config: Sim time source --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index b82e3c9..3d839c1 100644 --- a/src/config.c +++ b/src/config.c @@ -523,7 +523,7 @@ int facilities_config() { mrep->data->choice.attributes.clockType && mrep->data->choice.attributes.clockOffset) { - itss_epv_init(*mrep->data->choice.attributes.clockType, TIME_MILLISECONDS); + itss_epv_init(*mrep->data->choice.attributes.clockType, TIME_MILLISECONDS, itss_cfg->time.simulated.source); asn_INTEGER2uint64(mrep->data->choice.attributes.clockOffset, &epv.time.offset); } else {