aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-04-22 22:07:31 +0000
committerHolger Freyther <zecke@selfish.org>2009-04-22 22:07:31 +0000
commitdda22c18b5daaab7fa26f1eeff7dcc849a99c0cc (patch)
tree769c234df39a46794de47ada8aca8c6b52b2ad19 /include/openbsc
parent0a173bfe28ba4f6176a4ea571dc911cdd7faef44 (diff)
[bsc_hack] Allow to select the cardnr defaulting to number 0
Patch from Andreas Eversberg to allow to select the ISDN card number. The default remains the same.
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/e1_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h
index 61c3e7a6d..b717c6106 100644
--- a/include/openbsc/e1_input.h
+++ b/include/openbsc/e1_input.h
@@ -145,7 +145,7 @@ void e1_set_pcap_fd(int fd);
struct subch_mux *e1inp_get_mux(u_int8_t e1_nr, u_int8_t ts_nr);
/* e1_config.c */
-int e1_config(struct gsm_bts *bts);
+int e1_config(struct gsm_bts *bts, int cardnr);
int ia_config(struct gsm_bts *bts);
int ipaccess_setup(struct e1inp_line *line);