aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Wild <ewild@sysmocom.de>2022-04-02 14:57:53 +0200
committerHoernchen <ewild@sysmocom.de>2022-04-02 12:58:38 +0000
commit66448c1e56a7b1f98e9683bf5c0eed7d4f3a93a8 (patch)
tree8d7691c5fd61b53f61e7a56718cee1315e344c02
parent49888a65dcf1f8d94411aa0724530b8c188c3237 (diff)
fix bsc test issue introduced in 49888a65dcf1f8d94411aa0724530b8c188c3237
ranops was not isvalue because bssap_reset_retries was not set and not explicitly omitted either, so the ran adapter decided not to create a ran emulation... Change-Id: Ibbef035929ec861fec1e8554460e22650b386f83
-rw-r--r--bsc/MSC_ConnectionHandler.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index a50b6f4c..db2e9ef2 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -524,6 +524,7 @@ const RanOps MSC_RanOps := {
protocol := RAN_PROTOCOL_BSSAP,
transport := BSSAP_TRANSPORT_AoIP,
use_osmux := false,
+ bssap_reset_retries := 1,
sccp_addr_local := omit,
sccp_addr_peer := omit
}