From 95c6d07758fbb2fe05273b2c7b7af78223bb7d42 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 15 Oct 2020 11:09:40 +0200 Subject: [PATCH] osmo-pcu-test: Only handle SNS where we test IP-SNS Change-Id: Ic26699c40793224d0c647046e09a7a94b5e109bd --- ttcn3-pcu-test/PCU_Tests.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg index b5331f15..4bf29061 100644 --- a/ttcn3-pcu-test/PCU_Tests.cfg +++ b/ttcn3-pcu-test/PCU_Tests.cfg @@ -25,7 +25,8 @@ SGSN_Components.mp_nsconfig := { } }, nsvci := 1234, - nsei := 1234 + nsei := 1234, + handle_sns := false } Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU"; StatsD_Checker.mp_enable_stats := true;