Skip to content

Commit 11517f2

Browse files
committed
update maxInSpecOffset to 1500 from 10 issue #6
Signed-off-by: Aneesh Puttur <[email protected]>
1 parent 0c2cce3 commit 11517f2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

addons/intel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
settings:
3131
LocalMaxHoldoverOffSet: 1500
3232
LocalHoldoverTimeout: 14400
33-
MaxInSpecOffset: 100
33+
MaxInSpecOffset: 1500
3434
phaseOffsetPins:
3535
ens2f0:
3636
boardLabel: GNSS-1PPS

addons/intel/testdata/profile-with-delays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ plugins:
4242
settings:
4343
LocalHoldoverTimeout: 14400
4444
LocalMaxHoldoverOffSet: 1500
45-
MaxInSpecOffset: 100
45+
MaxInSpecOffset: 1500
4646
ublxCmds:
4747
- args:
4848
- -P

pkg/daemon/testdata/synce-profile-bad-order.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
settings:
1515
LocalHoldoverTimeout: 14400
1616
LocalMaxHoldoverOffSet: 1500
17-
MaxInSpecOffset: 100
17+
MaxInSpecOffset: 1500
1818
ublxCmds:
1919
- args:
2020
- -P

pkg/daemon/testdata/synce-profile-custom-id.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins:
1515
settings:
1616
LocalHoldoverTimeout: 14400
1717
LocalMaxHoldoverOffSet: 1500
18-
MaxInSpecOffset: 100
18+
MaxInSpecOffset: 1500
1919
ublxCmds:
2020
- args:
2121
- -P

pkg/daemon/testdata/synce-profile-dual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins:
1919
settings:
2020
LocalHoldoverTimeout: 14400
2121
LocalMaxHoldoverOffSet: 1500
22-
MaxInSpecOffset: 100
22+
MaxInSpecOffset: 1500
2323
ublxCmds:
2424
- args:
2525
- -P

pkg/daemon/testdata/synce-profile-no-ifaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
settings:
1515
LocalHoldoverTimeout: 14400
1616
LocalMaxHoldoverOffSet: 1500
17-
MaxInSpecOffset: 100
17+
MaxInSpecOffset: 1500
1818
ublxCmds:
1919
- args:
2020
- -P

pkg/daemon/testdata/synce-profile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
settings:
1515
LocalHoldoverTimeout: 14400
1616
LocalMaxHoldoverOffSet: 1500
17-
MaxInSpecOffset: 100
17+
MaxInSpecOffset: 1500
1818
ublxCmds:
1919
- args:
2020
- -P

pkg/dpll/dpll.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030

3131
LocalMaxHoldoverOffSet = 1500 //ns
3232
LocalHoldoverTimeout = 14400 //secs
33-
MaxInSpecOffset = 100 //ns
33+
MaxInSpecOffset = 1500 //ns
3434
monitoringInterval = 1 * time.Second
3535

3636
LocalMaxHoldoverOffSetStr = "LocalMaxHoldoverOffSet"

0 commit comments

Comments
 (0)