Skip to content
Snippets Groups Projects
  1. Mar 25, 2020
  2. Mar 06, 2020
  3. Mar 04, 2020
  4. Feb 24, 2020
  5. Feb 20, 2020
    • Jean-Claude BAU's avatar
      Fix issue: up/down/up interface transition · 6239ca56
      Jean-Claude BAU authored
      When a transition of a interface form up->down->up occured, the Slave port was restarted sometimes with the extension OFF.
      It has been fixed by re-enabling the extension when a transition state from SLAVE to UNCALIBRATED is detected.
      6239ca56
  6. Feb 07, 2020
  7. Feb 06, 2020
  8. Feb 03, 2020
  9. Jan 28, 2020
    • Alessandro Rubini's avatar
      general: include <limits.h> · f283f0e2
      Alessandro Rubini authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      
      This version of ppsi, currently submodule of proposed_master of
      wr-switch-sw, is not building because of INT_MAX, UINT_MAX and the like.
      
      This includes <limits.h> in all files where this is needed.
      
      Obviously, <limits.h> will be missing in wrpc-sw and bare builds, but
      this version does not build for most architectures anyways (including
      arch-unix).
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      f283f0e2
  10. Jan 17, 2020
  11. Jan 09, 2020
  12. Jan 08, 2020
  13. Dec 19, 2019
  14. Dec 18, 2019
  15. Dec 13, 2019
  16. Nov 20, 2019
  17. Nov 15, 2019
    • Jean-Claude BAU's avatar
      Fix issue selecting ErBest · 724ce5a3
      Jean-Claude BAU authored
      Issue detected by IOL test in ICALEPS2019
      The selection of the ErBest was not taking account all the time of the
      qualification.
      724ce5a3
  18. Nov 14, 2019
    • Jean-Claude BAU's avatar
      Clock degradation · 04f722fe
      Jean-Claude BAU authored
      - New mechanism for clock degradation (degrade clock class, clock
      accuracy, clock variance, timeSource, ptpTimeScale, frequencyTraceable,
      timeTraceable)
      - timeSource can be configured now
      - If clock accuracy, clock variance and timeSource are not set in
      ppsi.conf, default values are used depending of the clock class.
      04f722fe
  19. Nov 11, 2019
  20. Nov 04, 2019
  21. Nov 01, 2019
    • Jean-Claude BAU's avatar
      BMCA: Update frequencyTraceable and timeTraceable · 3c3fa1a5
      Jean-Claude BAU authored
      The frequencyTraceable and timeTraceable fields in timePropertiesDS are
      now set to TRUE only when the defaultDS clock class is
      PTP_CLASS_GM_LOCKED(6) or PTP_CLASS_GM_HOLDOVER(7). These field values
      will follow the degradation of the clock class in case of locking issue.
      3c3fa1a5