From a299d6511486dc384af920592f1ff8488e8fcf0c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 14 Aug 2019 19:11:10 +0200 Subject: Replace own timer infra with libosmocore osmo_tdef VTY command "show timer" is also available now. Change-Id: Ia0cf5f0a49737fbc419e2ccc86312d01c6e0056e --- include/osmocom/sgsn/sgsn.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'include') 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; -- cgit v1.2.3