aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-12-01 17:36:54 +0530
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-06 04:03:23 +0100
commit3eef7b7d81217c2d70a795d0ae1054865c517e26 (patch)
tree72deeb7e2a9f35509d3b4b5c593843589dc6f7df /openbsc/include/openbsc/gsm_data.h
parent9de4a6daa948ce2631ae8aa7f1fa311428b2bc7a (diff)
Assign default values for T3101 and T3113
Without those default values, old config files will no longer work after commit 23975e718fd456ff8be7effbb915903f1bc173be
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index a846a8902..01cc25571 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -423,6 +423,9 @@ enum gsm_auth_policy {
GSM_AUTH_POLICY_TOKEN, /* accept first, send token per sms, then revoke authorization */
};
+#define GSM_T3101_DEFAULT 10
+#define GSM_T3113_DEFAULT 60
+
/*
* internal data for audio management
*/