laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41223?usp=email )
Change subject: sgsn/SGSN_Tests_SNS.cfg: adjust to recent changes ......................................................................
sgsn/SGSN_Tests_SNS.cfg: adjust to recent changes
Fix this error: Error: Error message was received from HC at 10.0.2.100 [10.0.2.100]: Error while setting parameter field 'SGSN_Tests.mp_ranap_cfg[0].sctp_addr' to '{ 23908, "127.0.0.103", 2905, "127.0.0.200" }': Non existent field name in type @RAN_Adapter.RAN_Configuration: sctp_addr
Fixes: 0cdd73a8 ("Split SCCP_Adapter out of RAN_Adapter") Change-Id: I62a1188aa3346fda3f0674296629ade51a02088f --- M sgsn/SGSN_Tests_SNS.cfg 1 file changed, 7 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/sgsn/SGSN_Tests_SNS.cfg b/sgsn/SGSN_Tests_SNS.cfg index 404a624..928266f 100644 --- a/sgsn/SGSN_Tests_SNS.cfg +++ b/sgsn/SGSN_Tests_SNS.cfg @@ -58,7 +58,13 @@ } SGSN_Tests.mp_ranap_cfg := { { - sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" } + sccp := { + tpars := { + sigtran := { + sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" } + } + } + } } } SGSN_Tests.mp_hlr_ip := "127.0.0.103"