aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/protocol/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-27 09:40:34 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-27 09:48:07 +0100
commite50b00911b72cbbdeca7bfa1de58a50a2e108abb (patch)
tree39d01dc8210bf0a22059beb314b4afff5b18772a /include/osmocom/gsm/protocol/gsm_04_08.h
parentd60e17ab0ee9993edf17e859737fc9a56660058d (diff)
gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default value
Diffstat (limited to 'include/osmocom/gsm/protocol/gsm_04_08.h')
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 93b8c59f..a7ab612f 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1495,14 +1495,14 @@ enum chreq_type {
#define GSM48_T303 30, 0
#define GSM48_T305 30, 0
#define GSM48_T306 30, 0
-#define GSM48_T308 10, 0
-#define GSM48_T310 180, 0
-#define GSM48_T313 30, 0
+#define GSM48_T308 10, 0 /* no spec default */
+#define GSM48_T310 180, 0 /* no spec default */
+#define GSM48_T313 30, 0 /* no spec default */
#define GSM48_T323 30, 0
-#define GSM48_T331 30, 0
-#define GSM48_T333 30, 0
-#define GSM48_T334 25, 0 /* min 15 */
-#define GSM48_T338 30, 0
+#define GSM48_T331 30, 0 /* no spec default */
+#define GSM48_T333 30, 0 /* no spec default */
+#define GSM48_T334 25, 0 /* min 15s */
+#define GSM48_T338 30, 0 /* no spec default */
#define GSM48_T303_MS 30, 0
#define GSM48_T305_MS 30, 0
#define GSM48_T308_MS 30, 0