aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 14:26:54 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:27 +0100
commit174a51a7612413bdec368772c4f855154337426d (patch)
tree4408e6aa851de969411e319a33b5b0f4e37df563 /openbsc/include
parentb3d70fd0bd8601f95ff55fba660781aa44cff597 (diff)
DAHDI: Deliver ALARM/NOALARM as input signal to RBS2000 driver
... and re-start LAPD SABM as required
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/signal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 866fa293d..027358627 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -145,6 +145,8 @@ enum signal_input {
S_INP_TEI_UP,
S_INP_TEI_DN,
S_INP_LINE_INIT,
+ S_INP_LINE_ALARM,
+ S_INP_LINE_NOALARM,
};
struct gsm_subscriber;