aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-21 21:42:26 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-22 05:28:23 +0100
commit23975e718fd456ff8be7effbb915903f1bc173be (patch)
treed52ef13d398249466ce7f363152f6c67f9d3c35a /openbsc/include/openbsc/gsm_data.h
parentc4d88ad9718a6cd4bd4bdfd57251bdd325d4db2f (diff)
[network] Add config option for the remaining network timers
There are all set to 0 and not used within the code yet but should be used in the future.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 0c400fdde..18e115c1e 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -425,6 +425,16 @@ struct gsm_network {
/* timer values */
int T3101;
+ int T3103;
+ int T3105;
+ int T3107;
+ int T3109;
+ int T3111;
+ int T3113;
+ int T3115;
+ int T3117;
+ int T3119;
+ int T3141;
};
#define SMS_HDR_SIZE 128