aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-07 11:51:16 +0100
committerHarald Welte <laforge@gnumonks.org>2013-02-08 08:25:17 +0100
commit75e13a41dc5ebd1dfd009814a60cf16df8681e74 (patch)
treeb863a039fdcfd95517ffe8c892f9afcef9463723 /openbsc/include/openbsc/gsm_data.h
parent647db848e3eb9724dce31feeeee803d9b5b4dc68 (diff)
Fix of IMMIDIATE ASSIGNMENT REJECT message
The message was corrupt at several points. They are fixed now and successfully tested. A default T3122 timer value of 10 is defined by default now. If set to 0, the reject message will not be sent. Note that when using existing configs with T3122 value set to 0.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index feb692f7c..a4c6fbc68 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -192,6 +192,7 @@ enum gsm_auth_policy {
#define GSM_T3101_DEFAULT 10
#define GSM_T3105_DEFAULT 40
#define GSM_T3113_DEFAULT 60
+#define GSM_T3122_DEFAULT 10
struct gsm_network {
/* global parameters */