cudk_thr_sch_delay not working at start

Summary

CU seems not to be configured on the scheduling time when starts

Steps to reproduce

Set up a value of 10 seconds in the cudk_thr_sch_delay field of the configuration for any CU. Start the CU. You will see a scheduling time of 1 second.

What is the current bug behavior?

The CU starts always with a scheduling time of 1000000 us, whatever value of cudk_thr_sch_delay you put in MDS configuration. The CU acts correctly when you issue the specific command for setting the scheduling time. But the value wrote in Configuration have no effect

What is the expected correct behavior?

If in configuration the "cudk_thr_sch_delay" is set to X seconds, CU should start with a scheduling time of X seconds. Without the necessity of a manual command to set it.

Relevant logs and/or screenshots

Expand for output related to the !CHAOS application check

Log information

System Information

Possible fixes

(If you can, link to the line of code that might be responsible for the problem)