summaryrefslogtreecommitdiff
path: root/sec.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-08-10 14:57:02 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-08-10 14:57:02 +0000
commitcae7000b30d70bede209225c841cf2702c84fb0f (patch)
tree383b9fead2521f6c9953d477325556cddb25b086 /sec.h
parente8a4ae55b403b4db06b8cb244c7089fe44d8161b (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@97 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'sec.h')
-rwxr-xr-xsec.h6
1 files changed, 6 insertions, 0 deletions
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)
{