aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-05 15:37:59 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-08 16:16:42 +0000
commit0c1ac9f01058c5957d6bbb4c3fa0a51d2dea906a (patch)
tree133c13f24e4d3269cde56b4832a2792f32dd0ba7 /include
parentfc622c724133db3d8682101f725d07054000812f (diff)
make T10 configurable like the rest of them
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 8f245c9cd..579461732 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -1185,6 +1185,7 @@ static const struct rate_ctr_group_desc bsc_ctrg_desc = {
#define GSM_T3119_DEFAULT 10
#define GSM_T3122_DEFAULT 10
#define GSM_T3141_DEFAULT 10
+#define GSM_T10_DEFAULT 6 /* RR Assignment timeout, in seconds */
#define GSM_T7_DEFAULT 10 /* inter-BSC MO Handover first timeout, in seconds */
#define GSM_T8_DEFAULT 10 /* inter-BSC MO Handover second timeout, in seconds */
#define GSM_T101_DEFAULT 10 /* inter-BSC MT Handover timeout, in seconds */
@@ -1233,6 +1234,7 @@ struct gsm_network {
int T3119;
int T3122;
int T3141;
+ int T10; /*< RR Assignment timeout, in seconds */
int T7; /*< inter-BSC handover MO timeout from Handover Required to Handover Command */
int T8; /*< inter-BSC handover MO timeout from Handover Command to final Clear*/
int T101; /*< inter-BSC handover MT timeout from Handover Request to Handover Accept */