fix bsc test issue introduced in 49888a65dc

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
This commit is contained in:
Eric Wild 2022-04-02 14:57:53 +02:00 committed by Hoernchen
parent 49888a65dc
commit 66448c1e56
1 changed files with 1 additions and 0 deletions

View File

@ -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
}