ran emulation: allow multiple reset attempts

bsc-nat introduces a delay that will lead to failed tests, since the
reset attempt happens too early and times out, and the tests do not
retry.

Change-Id: I9f6db2a24e984eef31e76f9d42a80eb6a1bb6928
diff --git a/bsc-nat/MSC_ConnectionHandler.ttcn b/bsc-nat/MSC_ConnectionHandler.ttcn
index e4d3816..fdf08de 100644
--- a/bsc-nat/MSC_ConnectionHandler.ttcn
+++ b/bsc-nat/MSC_ConnectionHandler.ttcn
@@ -104,6 +104,7 @@
 	protocol := RAN_PROTOCOL_BSSAP,
 	transport := BSSAP_TRANSPORT_AoIP,
 	use_osmux := false,
+	bssap_reset_retries := 1,
 	sccp_addr_local := omit,
 	sccp_addr_peer := omit
 }