From: Anders S. <and...@es...> - 2018-04-23 09:07:00
|
Friday, April 20, 2018 6:09 PM - p->dscmp = dscmp; + if (config_get_int(cfg, NULL, "dataset_comparison") == DS_CMP_G8275) { + p->dscmp = telecom_dscmp; + } else { + p->dscmp = dscmp; + } This should not be needed if port get the comparation function from clock. Added that in my version "v2 2/7] clock: Added getter for dscmp configured for the clock" /Anders |