[PATCH] libosmocore[master]: gsm_04_08.h: Reduce T310 default to 30s.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jan 27 08:48:29 UTC 2018


Review at  https://gerrit.osmocom.org/6120

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
---
M include/osmocom/gsm/protocol/gsm_04_08.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/20/6120/1

diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index a7ab612..e54084f 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1496,7 +1496,7 @@
 #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 */

-- 
To view, visit https://gerrit.osmocom.org/6120
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia52f9358bc86b23c72af9c80e2fff5cb0004b57a
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list