fix sgsn and hnbgw 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: Ib2d3f1fbcfbd53af1e627bd2cf36c3153fa7d012
This commit is contained in:
Eric Wild 2022-04-02 21:35:56 +02:00 committed by Hoernchen
parent 66448c1e56
commit 6e511ce624
2 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,7 @@ const RanOps MSC_RanOps := {
protocol := RAN_PROTOCOL_RANAP,
transport := RANAP_TRANSPORT_IuCS,
use_osmux := false,
bssap_reset_retries := 1,
sccp_addr_local := omit,
sccp_addr_peer := omit
}
@ -324,6 +325,7 @@ function f_init(charstring id := "HBGW", float guard_timeout := 30.0) runs on te
protocol := RAN_PROTOCOL_RANAP,
transport := RANAP_TRANSPORT_IuCS,
use_osmux := false,
bssap_reset_retries := 1,
sccp_addr_local := omit,
sccp_addr_peer := omit
};

View File

@ -457,6 +457,7 @@ const RanOps RNC_RanOps := {
protocol := RAN_PROTOCOL_RANAP,
transport := RANAP_TRANSPORT_IuCS,
use_osmux := false,
bssap_reset_retries := 1,
sccp_addr_local := omit,
sccp_addr_peer := omit
};