aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/e1_input.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-13 02:43:36 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-13 02:43:36 +0000
commit5fd8a545c806cec8af4fecd2a812cfebebee45e1 (patch)
tree44135a46140af4f6f26bc67a05fdddeccf2101f3 /include/openbsc/e1_input.h
parent34a9968bafc2fbea453c2fae92b6503008b0fd05 (diff)
preliminary ip.access BTS support, as of now only OML singalling works
Diffstat (limited to 'include/openbsc/e1_input.h')
-rw-r--r--include/openbsc/e1_input.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h
index 29c29d081..68b8d634a 100644
--- a/include/openbsc/e1_input.h
+++ b/include/openbsc/e1_input.h
@@ -75,6 +75,11 @@ struct e1inp_ts {
/* mISDN driver has one fd for each ts */
struct bsc_fd fd;
} misdn;
+ struct {
+ /* ip.access driver has one fd for each ts */
+ struct bsc_fd fd;
+ } ipaccess;
+
} driver;
};