aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-11 01:02:45 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-11 01:02:45 +0000
commitf6535bb444676e2109a1e5aa8353840ea13649b4 (patch)
tree65f4f1401e5e409a5591c5eab10906c1c71d9d5e /include/openbsc/gsm_data.h
parent3b91043caedb9322e34e9707945d9790ffc4a43f (diff)
[paging] Stop counting the requests... harald implemented sepc conform timer support
We do have a dispose timer, there is no need to discard the paging request this way... remove the code.
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 753f11237..58a7b4440 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -185,7 +185,6 @@ struct gsm_paging_request {
struct llist_head entry;
struct gsm_subscriber *subscr;
struct gsm_bts *bts;
- int requests;
int chan_type;
/* Timer 3113: how long do we try to page? */