aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 19:44:21 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 19:44:21 +0100
commitbd3137c2dd59465f824d1f81abf1aace82f5a9f5 (patch)
treec569a18b033496e4cbefa23b62204568a2ed449d /openbsc/include/openbsc
parent15ccc77f62045d5243571a1fe3359432dd16d13b (diff)
INPUT: Include TEI + SAPI in E1 INPUT SIGNAL
Diffstat (limited to 'openbsc/include/openbsc')
-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 027358627..a2257db73 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -246,6 +246,8 @@ struct ho_signal_data {
struct input_signal_data {
int link_type;
+ uint8_t tei;
+ uint8_t sapi;
struct gsm_bts_trx *trx;
struct e1inp_line *line;
};