aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-07-24 16:56:45 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2024-07-24 16:56:48 +0200
commitf847d7ffff6c242d689d9420424974fbb53fa759 (patch)
tree5370e249f7801942516836d61e173e93dad62a8f /sgsn/SGSN_Tests.ttcn
parent1f29a2cc68db3e95e6e627d8de73de4d1c647335 (diff)
sgsn: Fix regression t_guard not passed
I forgot to pass this param when moving some code, and some tests which set a higher guard time then where failing. Fixes: 0737428fa71b7d9bb849a9a000b3e1a7bcdce2ca Change-Id: I83cfd0d2fd148c8874b6e176af7273df7cb69174
Diffstat (limited to 'sgsn/SGSN_Tests.ttcn')
-rw-r--r--sgsn/SGSN_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 2cecafde..01aab2b1 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -437,7 +437,7 @@ runs on test_CT return BSSGP_ConnHdlr {
gb[1].cfg.bvc[0].cell_id,
gb[2].cfg.bvc[0].cell_id
}
- pars := f_new_BSSGP_ConnHdlrPars(imsi_suffix, cell_ids, t_NetPars(expect_ciph := expect_ciph));
+ pars := f_new_BSSGP_ConnHdlrPars(imsi_suffix, cell_ids, t_NetPars(expect_ciph := expect_ciph), t_guard := t_guard);
if (g_ranap_enable) {
pars.sccp_addr_local := g_ranap[0].sccp_addr_own;
pars.sccp_addr_peer := g_ranap[0].sccp_addr_peer;