From b51c0879e14f11e57bfd3be097d8b028cfdb8c16 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 21 Aug 2020 13:42:30 +0200 Subject: stp: Support testing multi-home SCTP features with IPv4+IPv6 The IP addr module parameter is split now, IPA module has its own set of configurable addresses, and M3UA its own. Moreover, in M3UA the single address is transformed to be an array of addresses, to support multi-homing with both IPv4 and IPv6 addresses. Related: SYS#4915 Change-Id: Ib1925ed1df5cea3fa66f28b5625532d454a2c338 --- stp/STP_Tests_Common.ttcn | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'stp/STP_Tests_Common.ttcn') diff --git a/stp/STP_Tests_Common.ttcn b/stp/STP_Tests_Common.ttcn index aee5a886..a540b102 100644 --- a/stp/STP_Tests_Common.ttcn +++ b/stp/STP_Tests_Common.ttcn @@ -19,19 +19,6 @@ import from Osmocom_VTY_Functions all; import from IPL4asp_Types all; -modulepar { - charstring mp_stp_ip := "127.0.0.1"; - charstring mp_local_ip := "127.0.0.1"; -} - -friend template (value) SctpTuple ts_SCTP(template (omit) integer ppid := 3, - template (omit) integer stream := 0) := { - sinfo_stream := stream, - sinfo_ppid := ppid, - remSocks := omit, - assocId := omit -} - type component Test_CT { port TELNETasp_PT VTY; timer g_Tguard := 30.0; -- cgit v1.2.3