Skip to content

Commit

Permalink
update maxInSpecOffset to 1500 from 10 issue #6
Browse files Browse the repository at this point in the history
Signed-off-by: Aneesh Puttur <[email protected]>
  • Loading branch information
aneeshkp committed Feb 6, 2025
1 parent 3319280 commit 0f6b803
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addons/intel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
settings:
LocalMaxHoldoverOffSet: 1500
LocalHoldoverTimeout: 14400
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
phaseOffsetPins:
ens2f0:
boardLabel: GNSS-1PPS
Expand Down
2 changes: 1 addition & 1 deletion addons/intel/testdata/profile-with-delays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ plugins:
settings:
LocalHoldoverTimeout: 14400
LocalMaxHoldoverOffSet: 1500
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
ublxCmds:
- args:
- -P
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/testdata/synce-profile-bad-order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins:
settings:
LocalHoldoverTimeout: 14400
LocalMaxHoldoverOffSet: 1500
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
ublxCmds:
- args:
- -P
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/testdata/synce-profile-custom-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins:
settings:
LocalHoldoverTimeout: 14400
LocalMaxHoldoverOffSet: 1500
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
ublxCmds:
- args:
- -P
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/testdata/synce-profile-dual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins:
settings:
LocalHoldoverTimeout: 14400
LocalMaxHoldoverOffSet: 1500
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
ublxCmds:
- args:
- -P
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/testdata/synce-profile-no-ifaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins:
settings:
LocalHoldoverTimeout: 14400
LocalMaxHoldoverOffSet: 1500
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
ublxCmds:
- args:
- -P
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/testdata/synce-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins:
settings:
LocalHoldoverTimeout: 14400
LocalMaxHoldoverOffSet: 1500
MaxInSpecOffset: 100
MaxInSpecOffset: 1500
ublxCmds:
- args:
- -P
Expand Down
2 changes: 1 addition & 1 deletion pkg/dpll/dpll.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (

LocalMaxHoldoverOffSet = 1500 //ns
LocalHoldoverTimeout = 14400 //secs
MaxInSpecOffset = 100 //ns
MaxInSpecOffset = 1500 //ns
monitoringInterval = 1 * time.Second

LocalMaxHoldoverOffSetStr = "LocalMaxHoldoverOffSet"
Expand Down

0 comments on commit 0f6b803

Please sign in to comment.