aboutsummaryrefslogtreecommitdiffstats
path: root/src/paging.c
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-11 01:18:42 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-11 01:18:42 +0000
commited2aea8ac1f10b64bf093970755e5525a1d29b47 (patch)
tree4dde5e71f511ae33491c902b90d6237b8884bfab /src/paging.c
parentf6535bb444676e2109a1e5aa8353840ea13649b4 (diff)
[paging] Stop the timer when the paging was successful
Diffstat (limited to 'src/paging.c')
-rw-r--r--src/paging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/paging.c b/src/paging.c
index 4b45ef844..daa8c068d 100644
--- a/src/paging.c
+++ b/src/paging.c
@@ -76,6 +76,7 @@ static void paging_remove_request(struct gsm_bts_paging_state *paging_bts,
paging_bts->last_request = NULL;
}
+ del_timer(&to_be_deleted->T3113);
llist_del(&to_be_deleted->entry);
subscr_put(to_be_deleted->subscr);
free(to_be_deleted);