aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2020-12-23 09:45:28 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2020-12-29 11:11:41 +0100
commit255c28830abd1f73472349358161b404edf0f341 (patch)
tree6ab1ae2ee09ef951260c309cbec541bbfdf2892d
parent66b6954d69d8fb9bd95ff7ad8e62a08cd58225a3 (diff)
Fix IMTS timings according to new documents found
-rw-r--r--src/imts/imts.c4
1 files 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) */