aboutsummaryrefslogtreecommitdiffstats
path: root/pcu
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-07-05 00:01:45 +0200
committerHarald Welte <laforge@gnumonks.org>2019-03-27 11:17:49 +0000
commit5e514fa3dbf2d9c1d06e55f79acf6a821e5daa0b (patch)
treeb7efa5c538825ea29f96d9c7afa22a25502d7830 /pcu
parent8a581d24099ae9618524b9a3521b5d97218605e1 (diff)
NS_Emulation: Add minimal support for SGSN-side SNS handling
Diffstat (limited to 'pcu')
-rw-r--r--pcu/PCU_Tests.ttcn4
1 files changed, 3 insertions, 1 deletions
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
};
}