Commit 0cce98ed authored by tepelmann's avatar tepelmann
Browse files

Fixed name.

parent 0f815911
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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) { 
@@ -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
    
+1 −1
Original line number Diff line number Diff line
@@ -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