Skip to content

rta: do not accumulate delay

Darryl Green requested to merge jlelli-fix-delay into master

Created by: jlelli

Successive conf() calls were making rta accumulate delay parameter (since the scaled values was saved in the internal dict). This was also causing the value to eventually overflow.

Fix it by always using the dict parameter directly to initialize phases.

Merge request reports