From 5e514fa3dbf2d9c1d06e55f79acf6a821e5daa0b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 5 Jul 2018 00:01:45 +0200 Subject: NS_Emulation: Add minimal support for SGSN-side SNS handling Change-Id: I1edf739d6fd39478f662a28a7d9334ca51c270a3 --- pcu/PCU_Tests.ttcn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pcu') diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn index 6e8185df..f63c4ad1 100644 --- a/pcu/PCU_Tests.ttcn +++ b/pcu/PCU_Tests.ttcn @@ -43,7 +43,9 @@ module PCU_Tests { remote_udp_port := 21000, remote_ip := "127.0.0.1", nsvci := 0, - nsei := 2342 + nsei := 2342, + role_sgsn := true, + handle_sns := true }; } -- cgit v1.2.3