aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/protocol
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-27 09:43:03 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-27 09:48:07 +0100
commitcd82710be7276c4276d85a109248f94d5720def4 (patch)
tree159e5a8c16bcdfed865dd13f549651c5f5cccd45 /include/osmocom/gsm/protocol
parente50b00911b72cbbdeca7bfa1de58a50a2e108abb (diff)
gsm_04_08.h: Reduce T310 default to 30s.
3GPP doesn't specify a network-side T310 default, but waiting for 180s (3 minutes!) for the next message after CALL CONFIRMED is clearly way too long and will just use radio resources for no good reason. Change-Id: Ia52f9358bc86b23c72af9c80e2fff5cb0004b57a Related: OS#2884
Diffstat (limited to 'include/osmocom/gsm/protocol')
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index a7ab612f..e54084f0 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1496,7 +1496,7 @@ enum chreq_type {
#define GSM48_T305 30, 0
#define GSM48_T306 30, 0
#define GSM48_T308 10, 0 /* no spec default */
-#define GSM48_T310 180, 0 /* no spec default */
+#define GSM48_T310 30, 0 /* no spec default */
#define GSM48_T313 30, 0 /* no spec default */
#define GSM48_T323 30, 0
#define GSM48_T331 30, 0 /* no spec default */