From 4dbd0467ac3dce07c1826f99355e0a9a31cf707d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 3 May 2015 16:50:33 +0200 Subject: gps fix detector: add timeout --- doc/example.ini | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index ee9d567..1c76766 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -182,17 +182,24 @@ txgain=2.0 channel=13C ; The reference clock to use. -; possible values : internal, external, MIMO +; possible values : internal, external, MIMO, gpsdo refclk_source=internal ; The reference one pulse-per second to use -; possible values : none, external, MIMO +; possible values : none, external, MIMO, gpsdo pps_source=none ; Behaviour when external clock reference lock lost ; possible values: ignore, crash behaviour_refclk_lock_lost=ignore +; The maximum accepted holdover time for the gpsdo. +; Valid only if the refclk and pps_source are set to gpsdo. +; Units: seconds +; Set to 0 to disable holdover check +; default value: 0 +max_gps_holdover_time=30 + ; section defining ZeroMQ output properties [zmqoutput] -- cgit v1.2.3