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
This commit is contained in:
Harald Welte 2018-01-27 09:43:03 +01:00
parent e50b00911b
commit cd82710be7
1 changed files with 1 additions and 1 deletions

View File

@ -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 */