From 481181fa7478fd270315c2ec17aadb886b95af71 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 13 Nov 2016 17:45:46 +0100 Subject: A-Netz: Click removal when changing sequenced paging tones When tone changes to next tone, a transition of 2ms is performed. The last tone is faded out and the new tone faded in. --- src/anetz/anetz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anetz/anetz.c') diff --git a/src/anetz/anetz.c b/src/anetz/anetz.c index aaa5286..c30d2ea 100644 --- a/src/anetz/anetz.c +++ b/src/anetz/anetz.c @@ -373,7 +373,7 @@ inval: PDEBUG(DANETZ, DEBUG_INFO, "Call to mobile station, paging with tones: %.1f %.1f %.1f %.1f\n", freq[0], freq[1], freq[2], freq[3]); if (anetz->page_sequence) - PDEBUG(DANETZ, DEBUG_NOTICE, "Sending paging tones in sequence. 'click' sounds may appear, because the phase of each individual tone might be different.\n"); + PDEBUG(DANETZ, DEBUG_NOTICE, "Sending paging tones in sequence.\n"); /* 4. trying to page mobile station */ anetz->callref = callref; -- cgit v1.2.3