From 563b3d013b166115a4f9e526d5e21df36f3bd399 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 9 Sep 2020 20:19:52 +0200 Subject: mncc: Support IPv6 addresses (new version mncc 7) Apparently commit 06b859ca314f53a902329ed95848dbafef1d4f87 forgot to bump the MNCC_SOCK_VERSION field from 5 to 6. Change-Id: I5448ff931ec33f24f4837a51376f1703fe97683b --- msc/MSC_Tests.ttcn | 1 + 1 file changed, 1 insertion(+) (limited to 'msc/MSC_Tests.ttcn') diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index fb2a46ed..5129c5bd 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -1979,6 +1979,7 @@ friend function f_tc_lu_and_mt_call_ipv6(charstring id, BSC_ConnHdlrPars pars) r cpars.mgw_conn_1.mgw_rtp_ip := "::1"; cpars.mgw_conn_2.mgw_rtp_ip := "::2"; cpars.bss_rtp_ip := "::3"; + cpars.mncc_rtp_ip := "::9"; f_perform_lu(); f_mt_call(cpars); } -- cgit v1.2.3