From 9450882901e04ed233cc0fa5512f5b14b4f344bd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 15 Aug 2015 19:08:21 +0200 Subject: sgsn: make all SGSN timers configurable via the VTY --- openbsc/include/openbsc/sgsn.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'openbsc/include/openbsc/sgsn.h') 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; }; -- cgit v1.2.3