summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-04-05 12:52:24 +0200
committerAndreas Eversberg2009-04-05 12:52:24 +0200
commita425aedc1ee2c0bba4ba20904943afb21bd6e2e5 (patch)
tree5d05ebea6695191f545e32a7207d46facefc38a7 /mISDN.h
parentAdded PROGRESS indication in both directions, so early audio is possible. (diff)
downloadlcr-a425aedc1ee2c0bba4ba20904943afb21bd6e2e5.tar.gz
lcr-a425aedc1ee2c0bba4ba20904943afb21bd6e2e5.tar.xz
lcr-a425aedc1ee2c0bba4ba20904943afb21bd6e2e5.zip
Added display of current active TEI values (L2) at lcradmin.
modified: README modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mISDN.h b/mISDN.h
index 9907b9a..90f686b 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -39,6 +39,7 @@ struct mISDNport {
int ptp; /* if ptp is set, we keep track of l2link */
int l1link; /* if l1 is available (only works with nt-mode) */
int l2link; /* if l2 is available (at PTP we take this serious) */
+ unsigned char l2mask[16]; /* 128 bits for each tei */
int l1hold; /* set, if layer 1 should be holt */
int l2hold; /* set, if layer 2 must be hold/checked */
time_t l2establish; /* time until establishing after link failure */