From 4310e25ea7e2ef61d82a3bccfdb1c1e0b335ce50 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 21 Apr 2024 20:31:19 +0700 Subject: [PATCH] ttcn3-sgsn-test: add missing SGSN_Tests_NS.control This does not enable the SNS testcases though. We need a separate job with its own configuration files for running the SNS testcases. Change-Id: I605526dff6d3c0ec4c5dc58dc00ca51b4ccd68a7 Related: osmo-ttcn3-hacks.git Ib2bffbb110961474928f35d212cb492d4b6fdee0 --- ttcn3-sgsn-test/SGSN_Tests.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg index 6fd2ae84..d3d1ee7d 100644 --- a/ttcn3-sgsn-test/SGSN_Tests.cfg +++ b/ttcn3-sgsn-test/SGSN_Tests.cfg @@ -74,3 +74,4 @@ SGSN_Tests.mp_sgsn_gtp_ip := "172.18.8.10" [EXECUTE] SGSN_Tests.control SGSN_Tests_Iu.control +SGSN_Tests_NS.control