From ef0c2a4b85999d75dc4c40fa81e1ba3846c16f7c Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 13 Jan 2021 18:16:04 +0100 Subject: gbproxy: Increase TLLI cache timeout to 10s The range of SUSPEND/RESUME timers T3/T4 is up to 10s so we should keep the cache entries valid for this time. Fixes: OS#4895 Change-Id: I9e88e49981098831f3255938deb868f4503f650f Related: SYS#5235 --- src/gbproxy/gb_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c index 91324ddf3..7f8260c8d 100644 --- a/src/gbproxy/gb_proxy.c +++ b/src/gbproxy/gb_proxy.c @@ -1413,7 +1413,7 @@ int gbproxy_init_config(struct gbproxy_config *cfg) cfg->pool.bvc_fc_ratio = 100; cfg->pool.null_nri_ranges = osmo_nri_ranges_alloc(cfg); /* TODO: Make configurable */ - cfg->tlli_cache.timeout = 5; + cfg->tlli_cache.timeout = 10; hash_init(cfg->bss_nses); hash_init(cfg->sgsn_nses); -- cgit v1.2.3