1. 11 Oct, 2019 38 commits
  2. 14 Aug, 2019 1 commit
    • Jean-Claude BAU's avatar
      Fix PPS missing issue · 9da6b498
      Jean-Claude BAU authored
      After around 36 hours, one PPS was missing. This was due to an issue in
      the WR extension. When the sequence id in the announce message was
      moving from 65535 to 0, the WR handshake was restarted. As a result of
      that, the side effects would be :
      - a missing PPS
      - an unlock of the PLL
      9da6b498
  3. 02 Aug, 2019 1 commit
    • Jean-Claude BAU's avatar
      Protect SNMP for read file access · 328b9f52
      Jean-Claude BAU authored
      Some scripts write to files to pass information to SNMP.
      To avoid read access failure from SNMP, the previous file is copied to a
      .old file then the new one is created.
      328b9f52