aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-24 19:58:01 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-24 19:58:01 +0100
commit9de4a6daa948ce2631ae8aa7f1fa311428b2bc7a (patch)
tree5d74034d9c056dfceea6b3a80d87cb8fb6c0be6b /openbsc/src/abis_rsl.c
parent851ace9f331a1488b51af6ce269794025fd1ff46 (diff)
parent2d501ea26a219176b1c556449e45ebd90d4accfb (diff)
Merge branch 'master' into on-waves/bsc-master
Conflicts: openbsc/src/abis_nm.c openbsc/src/bsc_init.c openbsc/src/vty_interface.c
Diffstat (limited to 'openbsc/src/abis_rsl.c')
-rw-r--r--openbsc/src/abis_rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/abis_rsl.c b/openbsc/src/abis_rsl.c
index 4df2ce1aa..eaaaa4c37 100644
--- a/openbsc/src/abis_rsl.c
+++ b/openbsc/src/abis_rsl.c
@@ -1190,7 +1190,7 @@ static int rsl_rx_chan_rqd(struct msgb *msg)
/* Start timer T3101 to wait for GSM48_MT_RR_PAG_RESP */
lchan->T3101.cb = t3101_expired;
lchan->T3101.data = lchan;
- bsc_schedule_timer(&lchan->T3101, 10, 0);
+ bsc_schedule_timer(&lchan->T3101, bts->network->T3101, 0);
/* send IMMEDIATE ASSIGN CMD on RSL to BTS (to send on CCCH to MS) */
ret = rsl_imm_assign_cmd(bts, sizeof(ia), (u_int8_t *) &ia);