Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
    • Jean-Claude BAU's avatar
      wr_date.c: Add option · 6f18a2ac
      Jean-Claude BAU authored and Maciej Lipinski's avatar Maciej Lipinski committed
      The -n option in the wr_date tool is used for a dry run. It execute the
      code without applying changes in the system and the hardware.
      However calling "wr_date -n set host" was not setting the date but
      applying the TAI offset. To make things more consistant, a new option
      has been added. Calling "wr_date set host tai" now sets only the TAI
      offset.
      The wr_date script has been changed to take into account this
      modification of the behavior.
      6f18a2ac
  2. Jun 12, 2019
  3. Jun 11, 2019
    • Jean-Claude BAU's avatar
      wr_mon: Improvements · 071254d3
      Jean-Claude BAU authored
      - Add round trip delay (delayMM)
      - For pp_time structure, display in time in ns unit if the time is less
      than 1 second (in absolute)
      071254d3
  4. Jun 07, 2019
  5. Jun 06, 2019
  6. Jun 04, 2019
  7. Jun 03, 2019
  8. May 21, 2019
  9. May 20, 2019
    • Benoit Rat's avatar
      tools: wr_mon: show usec to avoid rounding errors (38s instead of 37) · d94ff7a8
      Benoit Rat authored and Jean-Claude BAU's avatar Jean-Claude BAU committed
      We have 37s of leap second but we were showing without usec the
      following which could be seen as a wrong leap second offset.
      
      WR time (TAI):     2019-03-15 05:40:48.006697
      Switch time (UTC): 2019-03-15 05:40:10.975551
      
      localtime has also been replaced by gmtime (TAI should never be
      converted using localtime in case TZ variable is set)
      
      Conflicts:
      	userspace/tools/wr_mon.c
      d94ff7a8
    • Jean-Claude BAU's avatar
      [Feature:#128] Improve GM status · 8f92ab2a
      Jean-Claude BAU authored
      - Display in wr_mon the current timing mode and the PLL locking state
      - Import PPsi changes related to this issue
      8f92ab2a
  10. May 09, 2019
  11. May 02, 2019
  12. Apr 10, 2019
  13. Feb 19, 2019