blob: 63c505251c9acc9beb8e3c0915ff5e71b8dd95c4 [file] [log] [blame]
Holger Hans Peter Freytherb28405e2014-10-02 18:51:14 +02001The line is not initiliazed to E1INP_TS_TYPE_SIGN by default
2
3diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
4index 145e471..49424e7 100644
5--- a/src/input/ipaccess.c
6+++ b/src/input/ipaccess.c
7@@ -915,12 +915,14 @@ int e1inp_ipa_bts_rsl_connect_n(struct e1inp_line *line,
8 "trx_nr (%d) out of range\n", trx_nr);
9 return -EINVAL;
10 }
11+/*
12 if (line->ts[E1INP_SIGN_RSL+trx_nr-1].type != E1INP_TS_TYPE_SIGN) {
13 LOGP(DLINP, LOGL_ERROR, "cannot create RSL BTS link: "
14 "trx_nr (%d) does not refer to a signalling link\n",
15 trx_nr);
16 return -EINVAL;
17 }
18+*/
19
20 rsl_link = ipa_client_conn_create(tall_ipa_ctx,
21 &line->ts[E1INP_SIGN_RSL+trx_nr-1],