Commit a61accf1 authored by filatov's avatar filatov
Browse files

TITANIZATION: remove 'mtc' and 'system' from function declaration

parent d414322c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@
        /**
         * @desc    Setups default configuration   
         */
        function f_cfUp() runs on ItsBtp system ItsBtpSystem {
        function f_cfUp() runs on ItsBtp /* TITAN TODO: system ItsBtpSystem */ {
            
            map(self:utPort, system:utPort);
            map(self:btpPort, system:btpPort);
@@ -105,7 +105,7 @@
        /**
         * @desc    Deletes default configuration 
         */
        function f_cfDown() runs on ItsBtp system ItsBtpSystem {
        function f_cfDown() runs on ItsBtp /* TITAN TODO: system ItsBtpSystem */ {
            
            unmap(self:utPort, system:utPort);
            unmap(self:btpPort, system:btpPort);
+2 −2
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ module LibItsCam_Functions {
         */
        function f_cfUp(
                        in charstring p_certificateId := PX_CERT_FOR_TS
        ) runs on ItsCam system ItsCamSystem {
        ) runs on ItsCam /* TITAN TODO: system ItsCamSystem */ {
            
            map(self:utPort, system:utPort);
            map(self:acPort, system:acPort);
@@ -307,7 +307,7 @@ module LibItsCam_Functions {
        /**
         * @desc    Deletes default configuration 
         */
        function f_cfDown() runs on ItsCam system ItsCamSystem {
        function f_cfDown() runs on ItsCam /* TITAN TODO: system ItsCamSystem */ {
            
            // Initialise secured mode
            f_uninitialiseSecuredMode();
+2 −2
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ module LibItsDenm_Functions {
         */
        function f_cfUp(
                        in charstring p_certificateId := PX_CERT_FOR_TS
        ) runs on ItsDenm system ItsDenmSystem {
        ) runs on ItsDenm /* TITAN TODO: system ItsDenmSystem */ {
            
            map(self:acPort, system:acPort);
            map(self:utPort, system:utPort);
@@ -401,7 +401,7 @@ module LibItsDenm_Functions {
        /**
         * @desc    Deletes default configuration 
         */
        function f_cfDown() runs on ItsDenm system ItsDenmSystem {
        function f_cfDown() runs on ItsDenm /* TITAN TODO: system ItsDenmSystem */{
            
            // Initialise secured mode
            f_uninitialiseSecuredMode();
+21 −21
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ module LibItsGeoNetworking_Functions {
         *       - Area2 which only includes NodeB
         *         NodeB being close to the area center
         */
        function f_cf01Up(Scenario p_scenario := e_staticPosition) runs on ItsGeoNetworking system ItsGeoNetworkingSystem {
        function f_cf01Up(Scenario p_scenario := e_staticPosition) runs on ItsGeoNetworking /* TITAN TODO: system ItsGeoNetworkingSystem */ {
            
            // Variables
            var PositionTable v_positionTable := {};
@@ -182,7 +182,7 @@ module LibItsGeoNetworking_Functions {
            
        } // end f_cf01Up
        
        function f_cf01Down() runs on ItsGeoNetworking system ItsGeoNetworkingSystem {
        function f_cf01Down() runs on ItsGeoNetworking /* TITAN TODO: system ItsGeoNetworkingSystem */ {
            
            f_uninitialiseSecuredMode();
            
@@ -207,7 +207,7 @@ module LibItsGeoNetworking_Functions {
         *
         * @param p_mainUtComponent Name of the component that will initialize IUT and handle default UT messages
         */
        function f_cf02Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf02Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Variables
            var PositionTable v_positionTable := {};
@@ -270,7 +270,7 @@ module LibItsGeoNetworking_Functions {
        /**
         * @desc Deletes configuration cf02
         */
        function f_cf02Down() runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf02Down() runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Local variables
            var integer i;
@@ -301,7 +301,7 @@ module LibItsGeoNetworking_Functions {
         *         NodeB being close to the area center
         * @param p_mainUtComponent Name of the component that will initialize IUT and handle default UT messages
         */
        function f_cf03Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf03Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Variables
            var PositionTable v_positionTable := {};
@@ -364,7 +364,7 @@ module LibItsGeoNetworking_Functions {
        /**
         * @desc Deletes configuration cf03
         */
        function f_cf03Down() runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf03Down() runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Local variables
            var integer i;
@@ -397,7 +397,7 @@ module LibItsGeoNetworking_Functions {
         *         NodeB being close to the area center
         * @param p_mainUtComponent Name of the component that will initialize IUT and handle default UT messages
         */
        function f_cf04Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf04Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Variables
            var PositionTable v_positionTable := {};
@@ -460,7 +460,7 @@ module LibItsGeoNetworking_Functions {
        /**
         * @desc Deletes configuration cf04
         */
        function f_cf04Down() runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf04Down() runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */{
            
            // Local variables
            var integer i;
@@ -489,7 +489,7 @@ module LibItsGeoNetworking_Functions {
         *       - Area1 which only includes NodeB, NodeD and IUT
         * @param p_mainUtComponent Name of the component that will initialize IUT and handle default UT messages
         */
        function f_cf05Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf05Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Variables
            var PositionTable v_positionTable := {};
@@ -551,7 +551,7 @@ module LibItsGeoNetworking_Functions {
        /**
         * @desc Deletes configuration cf05
         */
        function f_cf05Down() runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf05Down() runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Local variables
            var integer i;
@@ -581,7 +581,7 @@ module LibItsGeoNetworking_Functions {
         *       - IUT not in sectorial area of NodeB-NodeF
         * @param p_mainUtComponent Name of the component that will initialize IUT and handle default UT messages
         */
        function f_cf06Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf06Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
                    
            // Variables
            var PositionTable v_positionTable := {};
@@ -643,7 +643,7 @@ module LibItsGeoNetworking_Functions {
        /**
         * @desc Deletes configuration cf06
         */
        function f_cf06Down() runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf06Down() runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Local variables
            var integer i;
@@ -672,7 +672,7 @@ module LibItsGeoNetworking_Functions {
         *       - Area1 which only includes NodeB, NodeD and IUT
         * @param p_mainUtComponent Name of the component that will initialize IUT and handle default UT messages
         */
        function f_cf07Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf07Up(in charstring p_mainUtComponent := c_compMTC, Scenario p_scenario := e_staticPosition) runs on ItsMtc /* TITAN TODO mtc ItsMtc system ItsGeoNetworkingSystem */{
                    
            // Variables
            var PositionTable v_positionTable := {};
@@ -734,7 +734,7 @@ module LibItsGeoNetworking_Functions {
        /**
         * @desc Deletes configuration cf06
         */
        function f_cf07Down() runs on ItsMtc mtc ItsMtc system ItsGeoNetworkingSystem {
        function f_cf07Down() runs on ItsMtc /* TITAN TODO: mtc ItsMtc system ItsGeoNetworkingSystem */ {
            
            // Local variables
            var integer i;
+2 −2
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ module LibItsIvim_Functions {
         */
        function f_cfUp(
                        in charstring p_certificateId := PX_CERT_FOR_TS
        ) runs on ItsIvim system ItsIvimSystem {
        ) runs on ItsIvim /* TITAN TODO: system ItsIvimSystem */{
            
            map(self:acPort, system:acPort);
            map(self:utPort, system:utPort);
@@ -258,7 +258,7 @@ module LibItsIvim_Functions {
        /**
         * @desc    Deletes default configuration 
         */
        function f_cfDown() runs on ItsIvim system ItsIvimSystem {
        function f_cfDown() runs on ItsIvim /* TITAN TODO: system ItsIvimSystem */{
            
            // Initialise secured mode
            f_uninitialiseSecuredMode();
Loading