aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-14 19:11:10 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-20 17:48:31 +0200
commita299d6511486dc384af920592f1ff8488e8fcf0c (patch)
treed7babaf8adf609c9c597ee34e33e2e87777396f2 /include/osmocom/sgsn
parenta43fb7b8e5dda567b25e7110b999ee4adf9eaa41 (diff)
Replace own timer infra with libosmocore osmo_tdef
VTY command "show timer" is also available now. Change-Id: Ia0cf5f0a49737fbc419e2ccc86312d01c6e0056e
Diffstat (limited to 'include/osmocom/sgsn')
-rw-r--r--include/osmocom/sgsn/sgsn.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h
index 0a6ea29ea..6e4f5ca04 100644
--- a/include/osmocom/sgsn/sgsn.h
+++ b/include/osmocom/sgsn/sgsn.h
@@ -86,20 +86,8 @@ 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;
+ /* Timer defintions */
+ struct osmo_tdef *T_defs;
int dynamic_lookup;