From 255c28830abd1f73472349358161b404edf0f341 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 23 Dec 2020 09:45:28 +0100 Subject: Fix IMTS timings according to new documents found --- src/imts/imts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imts/imts.c b/src/imts/imts.c index ca17167..c330f20 100644 --- a/src/imts/imts.c +++ b/src/imts/imts.c @@ -140,13 +140,13 @@ void imts_list_channels(void) #define PAGE_PULSE_TO 0.200 /* Time to detect end of digit */ /* Counters */ -#define DISC_COUNT 6 /* Number of pulses to detect disconnect FIXME */ +#define DISC_COUNT 2 /* Number of pulses to detect disconnect (100 ms) */ #define RING_PULSES 40 /* 2 seconds ringer on */ /* Durations */ #define IDLE_DETECT 0.500 /* Time to detect Idle signal (loopback) */ #define PAGE_SEIZE 0.400 /* Time to seize channel until start paging pulses FIXME */ -#define PAGE_PAUSE 0.400 /* Time to pause after each digit FIXME */ +#define PAGE_PAUSE 0.225 /* Time to pause after each digit */ #define PAGE_MARK 0.050 /* Mark duration of page pulse */ #define PAGE_SPACE 0.050 /* Space duration of page pulse */ #define PAGE_PULSE 0.100 /* Duration of a complete pulse (MTS) */ -- cgit v1.2.3