aboutsummaryrefslogtreecommitdiffstats
path: root/bsc-nat/BSC_MS_ConnectionHandler.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'bsc-nat/BSC_MS_ConnectionHandler.ttcn')
-rw-r--r--bsc-nat/BSC_MS_ConnectionHandler.ttcn2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsc-nat/BSC_MS_ConnectionHandler.ttcn b/bsc-nat/BSC_MS_ConnectionHandler.ttcn
index f011c39f..8aea74ab 100644
--- a/bsc-nat/BSC_MS_ConnectionHandler.ttcn
+++ b/bsc-nat/BSC_MS_ConnectionHandler.ttcn
@@ -24,6 +24,7 @@ import from L3_Templates all;
import from MGCP_Types all;
import from MGCP_Templates all;
import from SDP_Types all;
+import from SDP_Templates all;
type function void_fn_bsc_ms(charstring id) runs on BSC_MS_ConnHdlr;
@@ -74,6 +75,7 @@ const RanOps BSC_MS_RanOps := {
protocol := RAN_PROTOCOL_BSSAP,
transport := BSSAP_TRANSPORT_AoIP,
use_osmux := false,
+ bssap_reset_retries := 1,
sccp_addr_local := omit,
sccp_addr_peer := omit
}