From e81d84edd2e2a37e0c07a4f67643c6c659dbb4b4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 5 Jul 2018 03:17:00 +0200 Subject: NS_Emulation: Disable sending NS-RESET from SGSN to BSS Change-Id: I2a5775fcaf63ac008adecaf2c602c82e9e4ccb5a --- library/NS_Emulation.ttcn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/NS_Emulation.ttcn b/library/NS_Emulation.ttcn index 9ad89cb4..89e25eac 100644 --- a/library/NS_Emulation.ttcn +++ b/library/NS_Emulation.ttcn @@ -91,7 +91,9 @@ module NS_Emulation { g_conn_id := res.connId; f_change_state(NSE_S_DEAD_BLOCKED); /* Send the first NS-ALIVE to test the connection */ - f_sendReset(); + if (not config.role_sgsn) { + f_sendReset(); + } } type component NS_CT { -- cgit v1.2.3