bk: 68f1f1d96VDp3C0Zoawg-8tR1xkw0g
---
* [Bug 3960] Remove duplicate ntp.conf.def content, reported by
Ulrich Windl. <stenn@ntp.org>
+* [Bug 3053] Frequency prediction algorithm precedence error. <hart@ntp.org>
* Makefile.am: Another tweak to check-local. <stenn@ntp.org>
* cleanup github-specific files. <stenn@ntp.org>
* Add COPYRIGHT.md and LICENSE.md. <stenn@ntp.org>
* becomes ineffective above the Allan intercept
* where the FLL becomes effective.
*/
- if (sys_poll >= allan_xpt)
+ if (sys_poll >= allan_xpt) {
clock_frequency +=
(fp_offset - clock_offset)
- / ( max(ULOGTOD(sys_poll), mu)
- * CLOCK_FLL);
-
+ / max(ULOGTOD(sys_poll), mu)
+ * CLOCK_FLL;
+ }
/*
* The PLL frequency gain (numerator) depends on
* the minimum of the update interval and Allan