aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-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;
};