aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sgsn.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-08-15 19:08:21 +0200
committerHarald Welte <laforge@gnumonks.org>2015-08-18 19:35:01 +0200
commit9450882901e04ed233cc0fa5512f5b14b4f344bd (patch)
treeb6619d6acb2e85472a3e2b2f190959c46b943491 /openbsc/include/openbsc/sgsn.h
parent39ba248608f84341db21fffe861722d4ea56da8b (diff)
sgsn: make all SGSN timers configurable via the VTY
Diffstat (limited to 'openbsc/include/openbsc/sgsn.h')
-rw-r--r--openbsc/include/openbsc/sgsn.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 0b61da952..d4f991310 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -45,6 +45,21 @@ struct sgsn_config {
/* CDR configuration */
struct sgsn_cdr cdr;
+ struct {
+ int T3312;
+ int T3322;
+ int T3350;
+ int T3360;
+ int T3370;
+ int T3313;
+ int T3314;
+ int T3316;
+ int T3385;
+ int T3386;
+ int T3395;
+ int T3397;
+ } timers;
+
int dynamic_lookup;
};