aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-02-21 15:09:14 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-22 08:44:29 +0100
commitd242ec2ed909e58d8f3905b185a1b1e14806f7da (patch)
tree294cf6c30252629462f64a96909eda0cfe31e403 /include/osmo-bts
parent37c332e5bfdb9591a1cd3cc6746afffdb1cd13b9 (diff)
agch: Keep track of AGCH queue length
This patch adds and updates btsb->agch_queue_length to keep track of the queue length. Sponsored-by: On-Waves ehf
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index c6cd7e40..aee56a9a 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -49,6 +49,7 @@ struct gsm_bts_role_bts {
uint8_t ny1;
uint8_t max_ta;
struct llist_head agch_queue;
+ int agch_queue_length;
struct paging_state *paging_state;
char *bsc_oml_host;
unsigned int rtp_jitter_buf_ms;