aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-12-01 17:36:54 +0530
committerHarald Welte <laforge@gnumonks.org>2009-12-01 17:36:54 +0530
commitb84ddfc22f60ed42c0c0ee5367c42a56157a7c75 (patch)
treed1a1b0414ef36d5e90c83ac250ca18719436a609 /openbsc/include
parentdbb1d883594ba8796acbc7831d4ad042c7070d12 (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')
-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 638b03506..b4a8ef550 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -407,6 +407,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
+
struct gsm_network {
/* global parameters */
u_int16_t country_code;