From cae7000b30d70bede209225c841cf2702c84fb0f Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 10 Aug 2002 14:57:02 +0000 Subject: Version 0.3.0 from FTP git-svn-id: http://svn.digium.com/svn/zaptel/trunk@97 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- sec.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sec.h') diff --git a/sec.h b/sec.h index 645ffb4..0140c15 100755 --- a/sec.h +++ b/sec.h @@ -98,8 +98,14 @@ static echo_can_state_t *echo_can_create(int len, int adaption_mode); static void echo_can_free(echo_can_state_t *ec); static int16_t echo_can_update(echo_can_state_t *ec, int16_t tx, int16_t rx); +/* Original parameters : #define MIN_TX_POWER_FOR_ADAPTION 256 #define MIN_RX_POWER_FOR_ADAPTION 128 +*/ + +/* Better ones found by Jim */ +#define MIN_TX_POWER_FOR_ADAPTION 128 +#define MIN_RX_POWER_FOR_ADAPTION 64 static inline echo_can_state_t *echo_can_create(int len, int adaption_mode) { -- cgit v1.2.3