summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2010-07-26 20:14:49 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2010-07-26 20:14:49 +0000
commit8ae264c892f20ad46da443f1ba5ff0625dd1fb39 (patch)
tree57511d1a7e4cb9acfa27355c40320ff1297f7c9e /include
parentde893b61bceb214534db3425f6c163c2f348469b (diff)
Added hardware transformer check
QuadFalc has the ability to test if the transformer is performing correctly. If the components between the framer and the physical span interface are shorted out or opened for any reason we can now detect it. Possible causes for tripping this error could be a broken transformer from an electrical spike or a board manufacturing error. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8999 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/user.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index fc0d494..fc688c0 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -325,8 +325,6 @@ enum {
#define DAHDI_ALARM_LOS (1 << 8) /* Loss of Signal */
#define DAHDI_ALARM_LFA (1 << 9) /* Loss of Frame Alignment */
#define DAHDI_ALARM_LMFA (1 << 10)/* Loss of Multi-Frame Align */
-#define DAHDI_ALARM_XLS (1 << 11)/* Transmit line Short */
-#define DAHDI_ALARM_XLO (1 << 12)/* Transmit line Open */
/* Maintenance modes */
#define DAHDI_MAINT_NONE 0 /* Normal Mode */