Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linuxptp daemon : Change default maxInspecOffset to 1500ns #6

Closed
aneeshkp opened this issue Jan 29, 2025 · 0 comments
Closed

linuxptp daemon : Change default maxInspecOffset to 1500ns #6

aneeshkp opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working linuxptpdaemon

Comments

@aneeshkp
Copy link
Collaborator

aneeshkp commented Jan 29, 2025

T-GM uses the MaxInSpecOffset value to determine the state change from HOLDOVER to FREERUN. By default, HoldoverTimeout is set to 14,400 seconds, LocalMaxHoldoverOffset is 1,500 ns, and MaxInSpecOffset is set to 100 ns. With this configuration, the holdover state times out in 16 minutes due to the slope increment occurring every second, reaching MaxInSpecOffset of 100ns within 16 minutes.

E810 support 4 hours of holdover and to keep this behavior consistent need to set default MaxInSpecOffset to 1500
Current


           LocalMaxHoldoverOffSet: 1500
           LocalHoldoverTimeout: 14400
          MaxInSpecOffset: 100

New

           LocalMaxHoldoverOffSet: 1500
           LocalHoldoverTimeout: 14400
          MaxInSpecOffset:  1500 

The code change is in linuxptp daemon , but requires updates in ztp repo and docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linuxptpdaemon
Projects
None yet
Development

No branches or pull requests

1 participant