aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-11 01:49:15 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-11 01:49:15 +0000
commitb1ffbb62eebba43571ab6758d8a7cb43678d2138 (patch)
treee691ca956c79eb808cc7413aefbbb891a0e8f8c8 /include/openbsc/gsm_data.h
parented2aea8ac1f10b64bf093970755e5525a1d29b47 (diff)
[paging] Send paging requests as response to the PAGING LOAD indicator
Kill the paging timer and send paging upon paging load notifications.
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 58a7b4440..ea4ee5b54 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -208,9 +208,6 @@ struct gsm_bts_paging_state {
/* load */
u_int16_t available_slots;
-
- /* tick timer */
- struct timer_list paging_timer;
};
/* One BTS */