Loading ttcn/Ats464XLat/Ats464XLat_Functions.ttcn3 +2 −3 Original line number Diff line number Diff line Loading @@ -25,9 +25,8 @@ module Ats464XLat_Functions { /** * @desc Setup communication port * @verdict Unchanged * TODO change name! */ function f_cf01Up_xx() runs on FourSixFourXLatComponent { function f_cf01Up_CLAT_B4() runs on FourSixFourXLatComponent { // Connect port if (vc_dhcpv6Component != null) { Loading @@ -43,7 +42,7 @@ module Ats464XLat_Functions { // Default activation activate(a_default_MTC()); } // End of function f_cf01Up_xx } // End of function f_cf01Up_CLAT_B4 } // End of group initialiseFunctions Loading ttcn/Ats464XLat/Ats464XLat_TestCases.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ module Ats464XLat_TestCases { // Test component configuration vc_dhcpv6Component := DHCPv6Component.create(c_COMP_DHCP); f_cf01Up_xx(); f_cf01Up_CLAT_B4(); // Test adapter configuration Loading Loading
ttcn/Ats464XLat/Ats464XLat_Functions.ttcn3 +2 −3 Original line number Diff line number Diff line Loading @@ -25,9 +25,8 @@ module Ats464XLat_Functions { /** * @desc Setup communication port * @verdict Unchanged * TODO change name! */ function f_cf01Up_xx() runs on FourSixFourXLatComponent { function f_cf01Up_CLAT_B4() runs on FourSixFourXLatComponent { // Connect port if (vc_dhcpv6Component != null) { Loading @@ -43,7 +42,7 @@ module Ats464XLat_Functions { // Default activation activate(a_default_MTC()); } // End of function f_cf01Up_xx } // End of function f_cf01Up_CLAT_B4 } // End of group initialiseFunctions Loading
ttcn/Ats464XLat/Ats464XLat_TestCases.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ module Ats464XLat_TestCases { // Test component configuration vc_dhcpv6Component := DHCPv6Component.create(c_COMP_DHCP); f_cf01Up_xx(); f_cf01Up_CLAT_B4(); // Test adapter configuration Loading