aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2014-02-11 02:36:58 +0400
committerIvan Kluchnikov <kluchnikovi@gmail.com>2014-02-11 02:40:01 +0400
commit2c1c652915c06ab53c43bed9eb0644868421297d (patch)
tree7f1f123433e0fa56e08ac363f306e921eb36e58f /include/osmo-bts/gsm_data.h
parent1e0fca4969a423a6234f6c117bba64d210d5d35f (diff)
bts: Calculate length of agch queuekluchnikov/agch-queue
We should calculate allowed length of agch queue, because bts should send imm assign message before immediate assignment procedure will be aborted by MS. Imm assign message can be queued no longer than T3126, so agch queue length should be equal (T3126 / 51 ) * bs_ag_blks_res.
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-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 a5ac9e2c..5ca1fe33 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -50,6 +50,7 @@ struct gsm_bts_role_bts {
uint8_t max_ta;
struct llist_head agch_queue;
int agch_queue_count;
+ uint8_t agch_queue_len;
struct paging_state *paging_state;
char *bsc_oml_host;
unsigned int rtp_jitter_buf_ms;