aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/paging.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-21 21:48:53 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-22 05:28:24 +0100
commit4642d4917f0ced8ddf47d7f58a7d9e2ae2d23d24 (patch)
tree76d6b1b7c235e206a480f409b51b8d4afd811672 /openbsc/src/paging.c
parent23975e718fd456ff8be7effbb915903f1bc173be (diff)
[network] Make use of T3113 for paging
Add it to the configuration files and make use of it in the the paging.c.
Diffstat (limited to 'openbsc/src/paging.c')
-rw-r--r--openbsc/src/paging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/paging.c b/openbsc/src/paging.c
index 69902e8b1..fe6ea52d1 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -239,7 +239,7 @@ static int _paging_request(struct gsm_bts *bts, struct gsm_subscriber *subscr,
req->cbfn_param = data;
req->T3113.cb = paging_T3113_expired;
req->T3113.data = req;
- bsc_schedule_timer(&req->T3113, T3113_VALUE);
+ bsc_schedule_timer(&req->T3113, bts->network->T3113, 0);
llist_add_tail(&req->entry, &bts_entry->pending_requests);
if (!bsc_timer_pending(&bts_entry->work_timer))