diff --git a/ttcn/AtsCAM/ItsCam_TestControl.ttcn b/ttcn/AtsCAM/ItsCam_TestControl.ttcn index 932569431b2680df50d8c965483f543a1fa914f2..ce984b8c4fca2fc4db68fb45aa253d0959056344 100644 --- a/ttcn/AtsCAM/ItsCam_TestControl.ttcn +++ b/ttcn/AtsCAM/ItsCam_TestControl.ttcn @@ -12,7 +12,7 @@ module ItsCam_TestControl { // ATS CAM - import from ItsCam_TestCases {testcase all}; + import from ItsCam_TestCases all; // LibIts import from LibItsCam_Pics all; diff --git a/ttcn/AtsDENM/ItsDenm_TestControl.ttcn b/ttcn/AtsDENM/ItsDenm_TestControl.ttcn index edba254f56839d9f1d1760145926d14a85f158ba..22172736fd9bfd1c03d4a168a2db800c63993bc7 100644 --- a/ttcn/AtsDENM/ItsDenm_TestControl.ttcn +++ b/ttcn/AtsDENM/ItsDenm_TestControl.ttcn @@ -12,7 +12,7 @@ module ItsDenm_TestControl { // ATS DENM - import from ItsDenm_TestCases {testcase all;} + import from ItsDenm_TestCases all; // LibIts import from LibItsDenm_Pics all; diff --git a/ttcn/AtsGeoNetworking/ItsGeoNetworking_TestControl.ttcn b/ttcn/AtsGeoNetworking/ItsGeoNetworking_TestControl.ttcn index 3657354f9c95abb0cd1dd200a38cedb3b7c2dddb..2000faa9b165b3ab9261ff238f4ff2c1b21f82a4 100644 --- a/ttcn/AtsGeoNetworking/ItsGeoNetworking_TestControl.ttcn +++ b/ttcn/AtsGeoNetworking/ItsGeoNetworking_TestControl.ttcn @@ -12,7 +12,7 @@ module ItsGeoNetworking_TestControl { // ATS GeoNetworking - import from ItsGeoNetworking_TestCases {testcase all}; + import from ItsGeoNetworking_TestCases all; // LibItsGeoNetworking import from LibItsGeoNetworking_Pics all; diff --git a/ttcn/AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn b/ttcn/AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn index 1907256e009505b6fe5685b6d22569cefc0dcee0..ffbbfe24dd569321d3049dc40120c2dee4e24252 100644 --- a/ttcn/AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn +++ b/ttcn/AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn @@ -39,7 +39,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_BAH_BV_01 */ - function f_GEONW_FDV_BAH_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_BAH_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -88,7 +88,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_BAH_BI_02 */ - function f_GEONW_FDV_BAH_BI_02() runs on ItsGeoNetworking { + function f_GEONW_FDV_BAH_BI_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; var template (value) GeoNetworkingPdu v_gnPacket; @@ -157,7 +157,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_COH_BV_01 */ - function f_GEONW_FDV_COH_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_COH_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -205,7 +205,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_COH_BV_02 */ - function f_GEONW_FDV_COH_BV_02() runs on ItsGeoNetworking { + function f_GEONW_FDV_COH_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var GeoNetworkingInd v_geoNwInd; @@ -279,7 +279,7 @@ module ItsGeoNetworking_TpFunctions { function f_GEONW_FDV_COH_BV_03( in template (present) UInt8 p_hopLimit := f_getDefaultHopLimit(), in template (present) Bit8 p_flags := f_isMobile() - ) runs on ItsGeoNetworking { + ) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -338,7 +338,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_COH_BO_04 */ - function f_GEONW_FDV_COH_BO_04() runs on ItsMtc { + function f_GEONW_FDV_COH_BO_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -373,7 +373,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_FDV_COH_BV_04) */ - function f_GEONW_FDV_COH_BO_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_FDV_COH_BO_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -428,7 +428,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_FDV_COH_BV_04) */ - function f_GEONW_FDV_COH_BO_04_nodeD() runs on ItsGeoNetworking { + function f_GEONW_FDV_COH_BO_04_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -475,7 +475,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_BEA_BV_01 */ - function f_GEONW_FDV_BEA_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_BEA_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -521,7 +521,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_BEA_BV_02 */ - function f_GEONW_FDV_BEA_BV_02() runs on ItsGeoNetworking { + function f_GEONW_FDV_BEA_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -568,7 +568,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_BEA_BV_03 */ - function f_GEONW_FDV_BEA_BV_03() runs on ItsGeoNetworking { + function f_GEONW_FDV_BEA_BV_03() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -614,7 +614,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_BEA_BV_04 */ - function f_GEONW_FDV_BEA_BV_04() runs on ItsGeoNetworking { + function f_GEONW_FDV_BEA_BV_04() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -665,7 +665,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_GUC_BV_01 */ - function f_GEONW_FDV_GUC_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_GUC_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -733,7 +733,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_GBC_BV_01 */ - function f_GEONW_FDV_GBC_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_GBC_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -802,7 +802,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_GAC_BV_01 */ - function f_GEONW_FDV_GAC_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_GAC_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -869,7 +869,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_SHB_BV_01 */ - function f_GEONW_FDV_SHB_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_SHB_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -932,7 +932,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_FDV_TSB_BV_01 */ - function f_GEONW_FDV_TSB_BV_01() runs on ItsGeoNetworking { + function f_GEONW_FDV_TSB_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -1000,7 +1000,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_01 */ - function f_GEONW_PON_LOT_BV_01() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1060,7 +1060,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_02 */ - function f_GEONW_PON_LOT_BV_02() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -1153,7 +1153,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_01 */ - function f_GEONW_PON_LOT_BV_03_01() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeB); @@ -1178,7 +1178,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_02 */ - function f_GEONW_PON_LOT_BV_03_02() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeA); @@ -1205,7 +1205,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_03 */ - function f_GEONW_PON_LOT_BV_03_03() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_03() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeA); @@ -1232,7 +1232,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_04 */ - function f_GEONW_PON_LOT_BV_03_04() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_04() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeA); @@ -1259,7 +1259,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_05 */ - function f_GEONW_PON_LOT_BV_03_05() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_05() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeA); @@ -1285,7 +1285,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_06 */ - function f_GEONW_PON_LOT_BV_03_06() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_06() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeB); @@ -1310,7 +1310,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_07 */ - function f_GEONW_PON_LOT_BV_03_07() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_07() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeA); @@ -1339,7 +1339,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_03_08 */ - function f_GEONW_PON_LOT_BV_03_08() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_03_08() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNode := f_TP_GEONW_PON_LOT_BV_03_pre_1(c_compNodeA); @@ -1393,7 +1393,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Function including second preamble part (TC_GEONW_PON_LOT_BV_03) */ - function f_TP_GEONW_PON_LOT_BV_03_pre_2(in template (value) GnNonSecuredPacket p_packet) runs on ItsGeoNetworking { + function f_TP_GEONW_PON_LOT_BV_03_pre_2(in template (value) GnNonSecuredPacket p_packet) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { //preamble part II f_sendGeoNetMessage( @@ -1405,7 +1405,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Function including test body and postamble part (TC_GEONW_PON_LOT_BV_03) */ - function f_TP_GEONW_PON_LOT_BV_03_main(in template (value) LongPosVector p_longPosVectorNode) runs on ItsGeoNetworking { + function f_TP_GEONW_PON_LOT_BV_03_main(in template (value) LongPosVector p_longPosVectorNode) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Test Body if ( not f_utTriggerEvent(m_generateGeoUnicastMessage(valueof(p_longPosVectorNode.gnAddr))) ) { @@ -1442,7 +1442,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_04 */ - function f_GEONW_PON_LOT_BV_04() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_04() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1494,7 +1494,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_01 */ - function f_GEONW_PON_LOT_BV_05_01() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1524,7 +1524,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_02 */ - function f_GEONW_PON_LOT_BV_05_02() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1554,7 +1554,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_03 */ - function f_GEONW_PON_LOT_BV_05_03() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_03() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1584,7 +1584,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_04 */ - function f_GEONW_PON_LOT_BV_05_04() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_04() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1613,7 +1613,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_05 */ - function f_GEONW_PON_LOT_BV_05_05() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_05() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1641,7 +1641,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_06 */ - function f_GEONW_PON_LOT_BV_05_06() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_06() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1673,7 +1673,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOT_BV_05_07 */ - function f_GEONW_PON_LOT_BV_05_07() runs on ItsGeoNetworking { + function f_GEONW_PON_LOT_BV_05_07() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -1703,7 +1703,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Function including first preamble part (TC_GEONW_PON_LOT_BV_05) */ - function f_TP_GEONW_PON_LOT_BV_05_pre_1(out LongPosVector p_longPosVectorNodeB, out LongPosVector p_obsoleteLongPosVectorNodeB) runs on ItsGeoNetworking { + function f_TP_GEONW_PON_LOT_BV_05_pre_1(out LongPosVector p_longPosVectorNodeB, out LongPosVector p_obsoleteLongPosVectorNodeB) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -1728,7 +1728,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Function including second preamble part (TC_GEONW_PON_LOT_BV_05) */ - function f_TP_GEONW_PON_LOT_BV_05_pre_2(in template (value) GnNonSecuredPacket p_packet) runs on ItsGeoNetworking { + function f_TP_GEONW_PON_LOT_BV_05_pre_2(in template (value) GnNonSecuredPacket p_packet) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { //preamble part II f_sendGeoNetMessage( @@ -1740,7 +1740,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Function including test body and postamble part (TC_GEONW_PON_LOT_BV_05) */ - function f_TP_GEONW_PON_LOT_BV_05_main(in template (value) LongPosVector p_longPosVectorNodeB, in template (value) LongPosVector p_obsoleteLongPosVectorNodeB) runs on ItsGeoNetworking { + function f_TP_GEONW_PON_LOT_BV_05_main(in template (value) LongPosVector p_longPosVectorNodeB, in template (value) LongPosVector p_obsoleteLongPosVectorNodeB) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Test Body if ( not f_utTriggerEvent(m_generateGeoUnicastMessage(valueof(p_longPosVectorNodeB.gnAddr)))) { @@ -1787,7 +1787,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LPV_BV_01 */ - function f_GEONW_PON_LPV_BV_01() runs on ItsGeoNetworking { + function f_GEONW_PON_LPV_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -1872,7 +1872,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_SQN_BV_01 */ - function f_GEONW_PON_SQN_BV_01() runs on ItsGeoNetworking { + function f_GEONW_PON_SQN_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var UInt16 v_expectedSequenceNumber := 0; @@ -1932,7 +1932,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_SQN_BV_02 */ - function f_GEONW_PON_SQN_BV_02() runs on ItsGeoNetworking { + function f_GEONW_PON_SQN_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var UInt16 v_expectedSequenceNumber := 0; @@ -2032,7 +2032,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_01 */ - function f_GEONW_PON_LOS_BV_01() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -2092,7 +2092,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_02 */ - function f_GEONW_PON_LOS_BV_02() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -2154,7 +2154,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_03 */ - function f_GEONW_PON_LOS_BV_03() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_03() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -2242,7 +2242,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_04 */ - function f_GEONW_PON_LOS_BV_04() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_04() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -2369,7 +2369,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_05 */ - function f_GEONW_PON_LOS_BV_05() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_05() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -2463,7 +2463,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_TI_06 */ - function f_GEONW_PON_LOS_TI_06() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_TI_06() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -2542,7 +2542,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_07 */ - function f_GEONW_PON_LOS_BV_07() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_07() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -2622,7 +2622,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_08 */ - function f_GEONW_PON_LOS_BV_08() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_08() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -2671,7 +2671,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BO_09 */ - function f_GEONW_PON_LOS_BO_09() runs on ItsMtc { + function f_GEONW_PON_LOS_BO_09() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -2706,7 +2706,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_LOS_BO_09) */ - function f_GEONW_PON_LOS_BO_09_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BO_09_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -2758,7 +2758,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_LOS_BO_09) */ - function f_GEONW_PON_LOS_BO_09_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BO_09_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -2817,7 +2817,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_10 */ - function f_GEONW_PON_LOS_BV_10() runs on ItsMtc { + function f_GEONW_PON_LOS_BV_10() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -2852,7 +2852,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_LOS_BV_10) */ - function f_GEONW_PON_LOS_BV_10_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_10_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -2894,7 +2894,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_LOS_BV_10) */ - function f_GEONW_PON_LOS_BV_10_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_10_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -2930,7 +2930,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_11 */ - function f_GEONW_PON_LOS_BV_11() runs on ItsMtc { + function f_GEONW_PON_LOS_BV_11() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -2965,7 +2965,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_LOS_BV_11) */ - function f_GEONW_PON_LOS_BV_11_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_11_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3007,7 +3007,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_LOS_BV_11) */ - function f_GEONW_PON_LOS_BV_11_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_11_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -3042,7 +3042,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_12 */ - function f_GEONW_PON_LOS_BV_12() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_12() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -3115,7 +3115,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_13 */ - function f_GEONW_PON_LOS_BV_13() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_13() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -3241,7 +3241,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_13 */ - function f_GEONW_PON_LOS_BV_14() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_14() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -3355,7 +3355,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_15 */ - function f_GEONW_PON_LOS_BV_15() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_15() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -3430,7 +3430,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_16 */ - function f_GEONW_PON_LOS_BV_16() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_16() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -3509,7 +3509,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_LOS_BV_17 */ - function f_GEONW_PON_LOS_BV_17() runs on ItsGeoNetworking { + function f_GEONW_PON_LOS_BV_17() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -3595,7 +3595,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_01 */ - function f_GEONW_PON_FPB_BV_01() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -3630,7 +3630,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_01) */ - function f_GEONW_PON_FPB_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3672,7 +3672,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_01) */ - function f_GEONW_PON_FPB_BV_01_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_01_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3723,7 +3723,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_02 */ - function f_GEONW_PON_FPB_BV_02() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -3761,7 +3761,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_02) */ - function f_GEONW_PON_FPB_BV_02_nodeB(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_02_nodeB(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3808,7 +3808,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_02) */ - function f_GEONW_PON_FPB_BV_02_nodeC(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_02_nodeC(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3849,7 +3849,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_03 */ - function f_GEONW_PON_FPB_BV_03() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -3888,7 +3888,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_03) */ - function f_GEONW_PON_FPB_BV_03_nodeB(in UInt16 p_sequenceNumberC, in integer p_messageCount) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_03_nodeB(in UInt16 p_sequenceNumberC, in integer p_messageCount) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3944,7 +3944,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_03) */ - function f_GEONW_PON_FPB_BV_03_nodeC(in UInt16 p_sequenceNumberC, in integer p_messageCount) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_03_nodeC(in UInt16 p_sequenceNumberC, in integer p_messageCount) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -3987,7 +3987,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_04 */ - function f_GEONW_PON_FPB_BV_04() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4023,7 +4023,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_04) */ - function f_GEONW_PON_FPB_BV_04_nodeB(in UInt6 p_packetLifetime) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_04_nodeB(in UInt6 p_packetLifetime) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -4062,7 +4062,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_04) */ - function f_GEONW_PON_FPB_BV_04_nodeC(in UInt6 p_packetLifetime) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_04_nodeC(in UInt6 p_packetLifetime) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -4102,7 +4102,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_06 */ - function f_GEONW_PON_FPB_BV_06() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_06() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4132,7 +4132,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_06) */ - function f_GEONW_PON_FPB_BV_06_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_06_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4172,7 +4172,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_FPB_BV_06) */ - function f_GEONW_PON_FPB_BV_06_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_06_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4210,7 +4210,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_07 */ - function f_GEONW_PON_FPB_BV_07() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4241,7 +4241,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_07) */ - function f_GEONW_PON_FPB_BV_07_nodeB(in integer p_messageCount) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_07_nodeB(in integer p_messageCount) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4315,7 +4315,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_FPB_BV_07) */ - function f_GEONW_PON_FPB_BV_07_nodeD(in integer p_messageCount) runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_07_nodeD(in integer p_messageCount) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4372,7 +4372,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_08 */ - function f_GEONW_PON_FPB_BV_08() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_08() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4402,7 +4402,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_08) */ - function f_GEONW_PON_FPB_BV_08_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_08_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4448,7 +4448,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_FPB_BV_08) */ - function f_GEONW_PON_FPB_BV_08_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_08_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4490,7 +4490,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_09 */ - function f_GEONW_PON_FPB_BV_09() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_09() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4525,7 +4525,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_09) */ - function f_GEONW_PON_FPB_BV_09_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_09_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables // FIXME: remove var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4571,7 +4571,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_09) */ - function f_GEONW_PON_FPB_BV_09_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_09_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -4611,7 +4611,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_10 */ - function f_GEONW_PON_FPB_BV_10() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_10() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4641,7 +4641,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_10) */ - function f_GEONW_PON_FPB_BV_10_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_10_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4690,7 +4690,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_FPB_BV_10) */ - function f_GEONW_PON_FPB_BV_10_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_10_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4728,7 +4728,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_11_01 */ - function f_GEONW_PON_FPB_BV_11_01() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_11_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4763,7 +4763,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_11_01) */ - function f_GEONW_PON_FPB_BV_11_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variablesa var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -4803,7 +4803,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_11_01) */ - function f_GEONW_PON_FPB_BV_11_01_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_01_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -4858,7 +4858,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_11_02 */ - function f_GEONW_PON_FPB_BV_11_02() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_11_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -4893,7 +4893,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_11_02) */ - function f_GEONW_PON_FPB_BV_11_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4933,7 +4933,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_11_02) */ - function f_GEONW_PON_FPB_BV_11_02_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_02_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -4979,7 +4979,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_11_03 */ - function f_GEONW_PON_FPB_BV_11_03() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_11_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5014,7 +5014,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_11_03) */ - function f_GEONW_PON_FPB_BV_11_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -5054,7 +5054,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_11_03) */ - function f_GEONW_PON_FPB_BV_11_03_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_03_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -5100,7 +5100,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_11_04 */ - function f_GEONW_PON_FPB_BV_11_04() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_11_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5135,7 +5135,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_11_04) */ - function f_GEONW_PON_FPB_BV_11_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -5175,7 +5175,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_11_04) */ - function f_GEONW_PON_FPB_BV_11_04_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_04_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -5219,7 +5219,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_11_05 */ - function f_GEONW_PON_FPB_BV_11_05() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_11_05() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5254,7 +5254,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_11_05) */ - function f_GEONW_PON_FPB_BV_11_05_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_05_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -5293,7 +5293,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_11_05) */ - function f_GEONW_PON_FPB_BV_11_05_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_11_05_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -5340,7 +5340,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_12_01 */ - function f_GEONW_PON_FPB_BV_12_01() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_12_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5375,7 +5375,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_12_01) */ - function f_GEONW_PON_FPB_BV_12_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variablesa var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -5415,7 +5415,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_12_01) */ - function f_GEONW_PON_FPB_BV_12_01_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_01_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -5474,7 +5474,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_12_02 */ - function f_GEONW_PON_FPB_BV_12_02() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_12_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5509,7 +5509,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_12_02) */ - function f_GEONW_PON_FPB_BV_12_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -5549,7 +5549,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_12_02) */ - function f_GEONW_PON_FPB_BV_12_02_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_02_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -5603,7 +5603,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_12_02 */ - function f_GEONW_PON_FPB_BV_12_03() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_12_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5638,7 +5638,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_12_03) */ - function f_GEONW_PON_FPB_BV_12_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -5678,7 +5678,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_12_03) */ - function f_GEONW_PON_FPB_BV_12_03_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_03_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -5732,7 +5732,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_FPB_BV_12_04 */ - function f_GEONW_PON_FPB_BV_12_04() runs on ItsMtc { + function f_GEONW_PON_FPB_BV_12_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -5767,7 +5767,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_FPB_BV_12_04) */ - function f_GEONW_PON_FPB_BV_12_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -5807,7 +5807,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_FPB_BV_12_04) */ - function f_GEONW_PON_FPB_BV_12_04_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_FPB_BV_12_04_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -5869,7 +5869,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GNA_BV_01 */ - function f_GEONW_PON_GNA_BV_01() runs on ItsGeoNetworking { + function f_GEONW_PON_GNA_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -5932,7 +5932,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GNA_BV_02 */ - function f_GEONW_PON_GNA_BV_02() runs on ItsGeoNetworking { + function f_GEONW_PON_GNA_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -6024,7 +6024,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BEA_TI_01 */ - function f_GEONW_PON_BEA_TI_01() runs on ItsGeoNetworking { + function f_GEONW_PON_BEA_TI_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut; @@ -6091,7 +6091,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BEA_TI_02 */ - function f_GEONW_PON_BEA_TI_02() runs on ItsGeoNetworking { + function f_GEONW_PON_BEA_TI_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -6177,7 +6177,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_01 */ - function f_GEONW_PON_GUC_BV_01() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -6256,7 +6256,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_02 */ - function f_GEONW_PON_GUC_BV_02() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -6299,7 +6299,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BV_02) */ - function f_GEONW_PON_GUC_BV_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -6339,7 +6339,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_02) */ - function f_GEONW_PON_GUC_BV_02_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_02_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -6374,7 +6374,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GUC_BV_02) */ - function f_GEONW_PON_GUC_BV_02_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_02_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -6397,7 +6397,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_03 */ - function f_GEONW_PON_GUC_BV_03() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -6432,7 +6432,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BV_03) */ - function f_GEONW_PON_GUC_BV_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -6503,7 +6503,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_03) */ - function f_GEONW_PON_GUC_BV_03_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_03_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_obsoleteLongPosVectorNodeA := f_getPosition(c_compNodeA); @@ -6546,7 +6546,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BO_04 */ - function f_GEONW_PON_GUC_BO_04() runs on ItsMtc { + function f_GEONW_PON_GUC_BO_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -6581,7 +6581,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BO_04) */ - function f_GEONW_PON_GUC_BO_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BO_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -6623,7 +6623,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BO_04) */ - function f_GEONW_PON_GUC_BO_04_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BO_04_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -6661,7 +6661,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_05 */ - function f_GEONW_PON_GUC_BV_05() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_05() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var template (value) GeoNetworkingPdu v_gnPacket; @@ -6720,7 +6720,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_06 */ - function f_GEONW_PON_GUC_BV_06() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_06() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -6768,7 +6768,7 @@ module ItsGeoNetworking_TpFunctions { * @param p_distanceToNodeA Distance between IUT and NodeA * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_06_nodeB(in float p_distanceToNodeA, in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_06_nodeB(in float p_distanceToNodeA, in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables timer t_toCbf := (int2float(f_getGeoUnicastCbfMaxTime()) @@ -6828,7 +6828,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_06) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_06_nodeC(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_06_nodeC(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -6889,7 +6889,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_07 */ - function f_GEONW_PON_GUC_BV_07() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -6936,7 +6936,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BV_07) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_07_nodeB(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_07_nodeB(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables timer t_toCbf := int2float(f_getGeoUnicastCbfMinTime()) / 1000.0; @@ -6993,7 +6993,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_07) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_07_nodeC(LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_07_nodeC(LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -7054,7 +7054,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_08 */ - function f_GEONW_PON_GUC_BV_08() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_08() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7101,7 +7101,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BV_08) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_08_nodeB(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_08_nodeB(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -7160,7 +7160,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_08) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_08_nodeC(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_08_nodeC(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -7220,7 +7220,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_10 */ - function f_GEONW_PON_GUC_BV_10() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_10() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7267,7 +7267,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BV_10) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_10_nodeB(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_10_nodeB(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -7310,7 +7310,7 @@ module ItsGeoNetworking_TpFunctions { * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_10) * @param p_longPosVectorNodeA Position vector of NodeA */ - function f_GEONW_PON_GUC_BV_10_nodeC(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_10_nodeC(in LongPosVector p_longPosVectorNodeA) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -7371,7 +7371,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BV_11 */ - function f_GEONW_PON_GUC_BV_11() runs on ItsMtc { + function f_GEONW_PON_GUC_BV_11() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7411,7 +7411,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BV_11) */ - function f_GEONW_PON_GUC_BV_11_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_11_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -7455,7 +7455,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BV_11) */ - function f_GEONW_PON_GUC_BV_11_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BV_11_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -7499,7 +7499,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BO_12 */ - function f_GEONW_PON_GUC_BO_12() runs on ItsMtc { + function f_GEONW_PON_GUC_BO_12() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7539,7 +7539,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BO_12) */ - function f_GEONW_PON_GUC_BO_12_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BO_12_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -7615,7 +7615,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BO_12) */ - function f_GEONW_PON_GUC_BO_12_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BO_12_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -7674,7 +7674,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GUC_BO_13 */ - function f_GEONW_PON_GUC_BO_13() runs on ItsMtc { + function f_GEONW_PON_GUC_BO_13() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7714,7 +7714,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GUC_BO_13) */ - function f_GEONW_PON_GUC_BO_13_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BO_13_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -7770,7 +7770,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GUC_BO_13) */ - function f_GEONW_PON_GUC_BO_13_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GUC_BO_13_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -7814,7 +7814,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_01 */ - function f_GEONW_PON_GBC_BV_01() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7849,7 +7849,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_01) */ - function f_GEONW_PON_GBC_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -7888,7 +7888,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_01) */ - function f_GEONW_PON_GBC_BV_01_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_01_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -7926,7 +7926,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_02 */ - function f_GEONW_PON_GBC_BV_02() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -7966,7 +7966,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_02) */ - function f_GEONW_PON_GBC_BV_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -8005,7 +8005,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_02) */ - function f_GEONW_PON_GBC_BV_02_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_02_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -8043,7 +8043,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_03 */ - function f_GEONW_PON_GBC_BV_03() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -8083,7 +8083,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_03) */ - function f_GEONW_PON_GBC_BV_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8129,7 +8129,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_03) */ - function f_GEONW_PON_GBC_BV_03_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_03_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8167,7 +8167,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BO_04 */ - function f_GEONW_PON_GBC_BO_04() runs on ItsMtc { + function f_GEONW_PON_GBC_BO_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -8207,7 +8207,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BO_04) */ - function f_GEONW_PON_GBC_BO_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8267,7 +8267,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BO_04) */ - function f_GEONW_PON_GBC_BO_04_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_04_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8329,7 +8329,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_05 */ - function f_GEONW_PON_GBC_BV_05() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_05() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -8367,7 +8367,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_05) */ - function f_GEONW_PON_GBC_BV_05_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_05_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -8401,7 +8401,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GBC_BV_05) */ - function f_GEONW_PON_GBC_BV_05_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_05_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -8433,7 +8433,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_05) */ - function f_GEONW_PON_GBC_BV_05_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_05_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -8472,7 +8472,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BO_06 */ - function f_GEONW_PON_GBC_BO_06() runs on ItsMtc { + function f_GEONW_PON_GBC_BO_06() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -8516,7 +8516,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BO_06) */ - function f_GEONW_PON_GBC_BO_06_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_06_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -8568,7 +8568,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GBC_BO_06) */ - function f_GEONW_PON_GBC_BO_06_nodeC(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_06_nodeC(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -8601,7 +8601,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BO_06) */ - function f_GEONW_PON_GBC_BO_06_nodeD(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_06_nodeD(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -8670,7 +8670,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_07 */ - function f_GEONW_PON_GBC_BV_07() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -8705,7 +8705,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_07) */ - function f_GEONW_PON_GBC_BV_07_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_07_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8756,7 +8756,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_07) */ - function f_GEONW_PON_GBC_BV_07_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_07_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8797,7 +8797,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_08 */ - function f_GEONW_PON_GBC_BV_08() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_08() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -8832,7 +8832,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_08) */ - function f_GEONW_PON_GBC_BV_08_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_08_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8879,7 +8879,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_08) */ - function f_GEONW_PON_GBC_BV_08_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_08_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -8914,7 +8914,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_09 */ - function f_GEONW_PON_GBC_BV_09() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_09() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -8974,7 +8974,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BO_10 */ - function f_GEONW_PON_GBC_BO_10() runs on ItsMtc { + function f_GEONW_PON_GBC_BO_10() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9014,7 +9014,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BO_10) */ - function f_GEONW_PON_GBC_BO_10_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_10_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -9087,7 +9087,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BO_10) */ - function f_GEONW_PON_GBC_BO_10_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_10_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -9132,7 +9132,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_11 */ - function f_GEONW_PON_GBC_BV_11() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_11() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -9188,7 +9188,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_12 */ - function f_GEONW_PON_GBC_BV_12() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_12() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9228,7 +9228,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_12) */ - function f_GEONW_PON_GBC_BV_12_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_12_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -9267,7 +9267,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_12) */ - function f_GEONW_PON_GBC_BV_12_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_12_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -9305,7 +9305,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BO_19 */ - function f_GEONW_PON_GBC_BO_19() runs on ItsMtc { + function f_GEONW_PON_GBC_BO_19() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9345,7 +9345,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BO_19) */ - function f_GEONW_PON_GBC_BO_19_nodeB(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_19_nodeB(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9385,7 +9385,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GBC_BO_19) */ - function f_GEONW_PON_GBC_BO_19_nodeC(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_19_nodeC(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9421,7 +9421,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BO_19) */ - function f_GEONW_PON_GBC_BO_19_nodeD(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BO_19_nodeD(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9465,7 +9465,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_20 */ - function f_GEONW_PON_GBC_BV_20() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_20() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9503,7 +9503,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_20) */ - function f_GEONW_PON_GBC_BV_20_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_20_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9538,7 +9538,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GBC_BV_20) */ - function f_GEONW_PON_GBC_BV_20_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_20_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9573,7 +9573,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_20) */ - function f_GEONW_PON_GBC_BV_20_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_20_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9623,7 +9623,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GBC_BV_21 */ - function f_GEONW_PON_GBC_BV_21() runs on ItsMtc { + function f_GEONW_PON_GBC_BV_21() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9661,7 +9661,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GBC_BV_20) */ - function f_GEONW_PON_GBC_BV_21_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_21_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9696,7 +9696,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GBC_BV_21) */ - function f_GEONW_PON_GBC_BV_21_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_21_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9731,7 +9731,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GBC_BV_21) */ - function f_GEONW_PON_GBC_BV_21_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GBC_BV_21_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -9789,7 +9789,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BV_01 */ - function f_GEONW_PON_TSB_BV_01() runs on ItsMtc { + function f_GEONW_PON_TSB_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9824,7 +9824,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_TSB_BV_01) */ - function f_GEONW_PON_TSB_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -9865,7 +9865,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_TSB_BV_01) */ - function f_GEONW_PON_TSB_BV_01_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_01_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -9906,7 +9906,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BV_02 */ - function f_GEONW_PON_TSB_BV_02() runs on ItsMtc { + function f_GEONW_PON_TSB_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -9941,7 +9941,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_TSB_BV_02) */ - function f_GEONW_PON_TSB_BV_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -9994,7 +9994,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_TSB_BV_02) */ - function f_GEONW_PON_TSB_BV_02_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_02_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10038,7 +10038,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BO_03 */ - function f_GEONW_PON_TSB_BO_03() runs on ItsMtc { + function f_GEONW_PON_TSB_BO_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -10073,7 +10073,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_TSB_BO_03) */ - function f_GEONW_PON_TSB_BO_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BO_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10145,7 +10145,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_TSB_BO_03) */ - function f_GEONW_PON_TSB_BO_03_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BO_03_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10206,7 +10206,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BV_04 */ - function f_GEONW_PON_TSB_BV_04() runs on ItsMtc { + function f_GEONW_PON_TSB_BV_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -10241,7 +10241,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_TSB_BV_04) */ - function f_GEONW_PON_TSB_BV_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10313,7 +10313,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_TSB_BV_04) */ - function f_GEONW_PON_TSB_BV_04_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_04_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10376,7 +10376,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BO_05 */ - function f_GEONW_PON_TSB_BO_05() runs on ItsMtc { + function f_GEONW_PON_TSB_BO_05() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -10411,7 +10411,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_TSB_BO_05) */ - function f_GEONW_PON_TSB_BO_05_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BO_05_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10443,7 +10443,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_TSB_BO_05) */ - function f_GEONW_PON_TSB_BO_05_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BO_05_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10485,7 +10485,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BV_06 */ - function f_GEONW_PON_TSB_BV_06() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BV_06() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -10547,7 +10547,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_TSB_BV_06 */ - function f_GEONW_PON_TSB_BO_07() runs on ItsMtc { + function f_GEONW_PON_TSB_BO_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -10582,7 +10582,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_TSB_BO_07) */ - function f_GEONW_PON_TSB_BO_07_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BO_07_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10661,7 +10661,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_TSB_BO_07) */ - function f_GEONW_PON_TSB_BO_07_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_TSB_BO_07_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -10719,7 +10719,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_SHB_BV_01 */ - function f_GEONW_PON_SHB_BV_01() runs on ItsMtc { + function f_GEONW_PON_SHB_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -10754,7 +10754,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_SHB_BV_01) */ - function f_GEONW_PON_SHB_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_SHB_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -10796,7 +10796,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_SHB_BV_01) */ - function f_GEONW_PON_SHB_BV_01_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_SHB_BV_01_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -10835,7 +10835,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_SHB_BV_02 */ - function f_GEONW_PON_SHB_BV_02() runs on ItsGeoNetworking { + function f_GEONW_PON_SHB_BV_02() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -10895,7 +10895,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_01 */ - function f_GEONW_PON_GAC_BV_01() runs on ItsMtc { + function f_GEONW_PON_GAC_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -10930,7 +10930,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BV_01) */ - function f_GEONW_PON_GAC_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -10969,7 +10969,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BV_01) */ - function f_GEONW_PON_GAC_BV_01_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_01_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -11007,7 +11007,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_02 */ - function f_GEONW_PON_GAC_BV_02() runs on ItsMtc { + function f_GEONW_PON_GAC_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11047,7 +11047,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BV_02) */ - function f_GEONW_PON_GAC_BV_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -11086,7 +11086,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BV_02) */ - function f_GEONW_PON_GAC_BV_02_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_02_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -11124,7 +11124,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_03 */ - function f_GEONW_PON_GAC_BV_03() runs on ItsMtc { + function f_GEONW_PON_GAC_BV_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11159,7 +11159,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BV_03) */ - function f_GEONW_PON_GAC_BV_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -11205,7 +11205,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BV_03) */ - function f_GEONW_PON_GAC_BV_03_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_03_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -11243,7 +11243,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_03 */ - function f_GEONW_PON_GAC_BV_04() runs on ItsMtc { + function f_GEONW_PON_GAC_BV_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11281,7 +11281,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BV_04) */ - function f_GEONW_PON_GAC_BV_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11315,7 +11315,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GAC_BV_04) */ - function f_GEONW_PON_GAC_BV_04_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_04_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11346,7 +11346,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BV_04) */ - function f_GEONW_PON_GAC_BV_04_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_04_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11384,7 +11384,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BO_05 */ - function f_GEONW_PON_GAC_BO_05() runs on ItsMtc { + function f_GEONW_PON_GAC_BO_05() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11423,7 +11423,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BO_05) */ - function f_GEONW_PON_GAC_BO_05_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_05_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11481,7 +11481,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GAC_BO_05) */ - function f_GEONW_PON_GAC_BO_05_nodeC(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_05_nodeC(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11528,7 +11528,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BO_05) */ - function f_GEONW_PON_GAC_BO_05_nodeD(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_05_nodeD(in UInt16 p_sequenceNumber) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11596,7 +11596,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_06 */ - function f_GEONW_PON_GAC_BV_06() runs on ItsMtc { + function f_GEONW_PON_GAC_BV_06() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11631,7 +11631,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BV_06) */ - function f_GEONW_PON_GAC_BV_06_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_06_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11667,7 +11667,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GAC_BV_06) */ - function f_GEONW_PON_GAC_BV_06_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_06_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11706,7 +11706,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BO_07 */ - function f_GEONW_PON_GAC_BO_07() runs on ItsMtc { + function f_GEONW_PON_GAC_BO_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11741,7 +11741,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BO_07) */ - function f_GEONW_PON_GAC_BO_07_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_07_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11775,7 +11775,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GAC_BO_07) */ - function f_GEONW_PON_GAC_BO_07_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_07_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -11810,7 +11810,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_08 */ - function f_GEONW_PON_GAC_BV_08() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_08() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -11873,7 +11873,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BO_09 */ - function f_GEONW_PON_GAC_BO_09() runs on ItsMtc { + function f_GEONW_PON_GAC_BO_09() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -11909,7 +11909,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BO_09) */ - function f_GEONW_PON_GAC_BO_09_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_09_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeD := f_getPosition(c_compNodeD); @@ -11967,7 +11967,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BO_09) */ - function f_GEONW_PON_GAC_BO_09_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_09_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeD := f_getPosition(c_compNodeD); @@ -12001,7 +12001,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_10 */ - function f_GEONW_PON_GAC_BV_10() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_10() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB; @@ -12057,7 +12057,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BO_11 */ - function f_GEONW_PON_GAC_BO_11() runs on ItsMtc { + function f_GEONW_PON_GAC_BO_11() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -12097,7 +12097,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BO_11) */ - function f_GEONW_PON_GAC_BO_11_nodeB(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_11_nodeB(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12137,7 +12137,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_GAC_BO_11) */ - function f_GEONW_PON_GAC_BO_11_nodeC(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_11_nodeC(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12173,7 +12173,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BO_11) */ - function f_GEONW_PON_GAC_BO_11_nodeD(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BO_11_nodeD(in UInt16 p_distanceTooBig) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12217,7 +12217,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_GAC_BV_13 */ - function f_GEONW_PON_GAC_BV_13() runs on ItsMtc { + function f_GEONW_PON_GAC_BV_13() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -12257,7 +12257,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_GAC_BV_13) */ - function f_GEONW_PON_GAC_BV_13_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_13_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -12296,7 +12296,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_GAC_BV_13) */ - function f_GEONW_PON_GAC_BV_13_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_GAC_BV_13_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -12339,7 +12339,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_01 */ - function f_GEONW_PON_BCA_BV_01() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -12389,7 +12389,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_01) */ - function f_GEONW_PON_BCA_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12424,7 +12424,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_01) */ - function f_GEONW_PON_BCA_BV_01_nodeC(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_01_nodeC(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12470,7 +12470,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_01) */ - function f_GEONW_PON_BCA_BV_01_nodeD(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_01_nodeD(in UInt16 p_sequenceNumberC) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12521,7 +12521,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_02 */ - function f_GEONW_PON_BCA_BV_02() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -12570,7 +12570,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_02) */ - function f_GEONW_PON_BCA_BV_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12605,7 +12605,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_02) */ - function f_GEONW_PON_BCA_BV_02_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_02_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12671,7 +12671,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_02) */ - function f_GEONW_PON_BCA_BV_02_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_02_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12710,7 +12710,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_03 */ - function f_GEONW_PON_BCA_BV_03() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -12759,7 +12759,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_03) */ - function f_GEONW_PON_BCA_BV_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12797,7 +12797,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_03) */ - function f_GEONW_PON_BCA_BV_03_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_03_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -12840,7 +12840,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_03) */ - function f_GEONW_PON_BCA_BV_03_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_03_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -12874,7 +12874,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BO_04 */ - function f_GEONW_PON_BCA_BO_04() runs on ItsMtc { + function f_GEONW_PON_BCA_BO_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -12923,7 +12923,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BO_04) */ - function f_GEONW_PON_BCA_BO_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BO_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -12953,7 +12953,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BO_04) */ - function f_GEONW_PON_BCA_BO_04_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BO_04_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -12983,7 +12983,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BO_04) */ - function f_GEONW_PON_BCA_BO_04_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BO_04_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeD := f_getPosition(c_compNodeD); @@ -13030,7 +13030,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_05 */ - function f_GEONW_PON_BCA_BV_05() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_05() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -13079,7 +13079,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_05) */ - function f_GEONW_PON_BCA_BV_05_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_05_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13114,7 +13114,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_05) */ - function f_GEONW_PON_BCA_BV_05_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_05_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13149,7 +13149,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_05) */ - function f_GEONW_PON_BCA_BV_05_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_05_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13214,7 +13214,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_06 */ - function f_GEONW_PON_BCA_BV_06() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_06() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -13263,7 +13263,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_06) */ - function f_GEONW_PON_BCA_BV_06_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_06_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13298,7 +13298,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_06) */ - function f_GEONW_PON_BCA_BV_06_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_06_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -13328,7 +13328,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_06) */ - function f_GEONW_PON_BCA_BV_06_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_06_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13375,7 +13375,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_07 */ - function f_GEONW_PON_BCA_BV_07() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -13424,7 +13424,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_07) */ - function f_GEONW_PON_BCA_BV_07_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_07_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -13459,7 +13459,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_07) */ - function f_GEONW_PON_BCA_BV_07_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_07_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13509,7 +13509,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_07) */ - function f_GEONW_PON_BCA_BV_07_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_07_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -13548,7 +13548,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BCA_BV_08 */ - function f_GEONW_PON_BCA_BV_08() runs on ItsMtc { + function f_GEONW_PON_BCA_BV_08() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -13597,7 +13597,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BCA_BV_08) */ - function f_GEONW_PON_BCA_BV_08_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_08_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13632,7 +13632,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BCA_BV_08) */ - function f_GEONW_PON_BCA_BV_08_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_08_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13667,7 +13667,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BCA_BV_08) */ - function f_GEONW_PON_BCA_BV_08_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BCA_BV_08_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -13740,7 +13740,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_01 */ - function f_GEONW_PON_BAA_BV_01() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -13786,7 +13786,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_01) */ - function f_GEONW_PON_BAA_BV_01_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_01_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -13816,7 +13816,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeF (TC_GEONW_PON_BAA_BV_01) */ - function f_GEONW_PON_BAA_BV_01_nodeF() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_01_nodeF() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var integer i; @@ -13864,7 +13864,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_02 */ - function f_GEONW_PON_BAA_BV_02() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -13910,7 +13910,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_02) */ - function f_GEONW_PON_BAA_BV_02_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_02_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -13949,7 +13949,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeE (TC_GEONW_PON_BAA_BV_02) */ - function f_GEONW_PON_BAA_BV_02_nodeE() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_02_nodeE() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -13992,7 +13992,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_03 */ - function f_GEONW_PON_BAA_BV_03() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_03() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14038,7 +14038,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_03) */ - function f_GEONW_PON_BAA_BV_03_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_03_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -14081,7 +14081,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeF (TC_GEONW_PON_BAA_BV_03) */ - function f_GEONW_PON_BAA_BV_03_nodeF() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_03_nodeF() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -14149,7 +14149,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_04 */ - function f_GEONW_PON_BAA_BV_04() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_04() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14195,7 +14195,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_04) */ - function f_GEONW_PON_BAA_BV_04_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_04_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -14230,7 +14230,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeE (TC_GEONW_PON_BAA_BV_04) */ - function f_GEONW_PON_BAA_BV_04_nodeE() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_04_nodeE() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -14266,7 +14266,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_05 */ - function f_GEONW_PON_BAA_BV_05() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_05() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14312,7 +14312,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_05) */ - function f_GEONW_PON_BAA_BV_05_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_05_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -14347,7 +14347,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeE (TC_GEONW_PON_BAA_BV_05) */ - function f_GEONW_PON_BAA_BV_05_nodeE() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_05_nodeE() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -14398,7 +14398,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_06 */ - function f_GEONW_PON_BAA_BV_06() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_06() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14444,7 +14444,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_06) */ - function f_GEONW_PON_BAA_BV_06_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_06_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeE := f_getPosition(c_compNodeE); @@ -14498,7 +14498,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeE (TC_GEONW_PON_BAA_BV_06) */ - function f_GEONW_PON_BAA_BV_06_nodeE() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_06_nodeE() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeE := f_getPosition(c_compNodeE); @@ -14567,7 +14567,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_07 */ - function f_GEONW_PON_BAA_BV_07() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_07() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14616,7 +14616,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_07) */ - function f_GEONW_PON_BAA_BV_07_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_07_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -14651,7 +14651,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BAA_BV_07) */ - function f_GEONW_PON_BAA_BV_07_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_07_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -14681,7 +14681,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BAA_BV_07) */ - function f_GEONW_PON_BAA_BV_07_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_07_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -14715,7 +14715,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BO_08 */ - function f_GEONW_PON_BAA_BO_08() runs on ItsMtc { + function f_GEONW_PON_BAA_BO_08() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14764,7 +14764,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BO_08) */ - function f_GEONW_PON_BAA_BO_08_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BO_08_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -14794,7 +14794,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BAA_BO_08) */ - function f_GEONW_PON_BAA_BO_08_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BO_08_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables @@ -14824,7 +14824,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BAA_BO_08) */ - function f_GEONW_PON_BAA_BO_08_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BO_08_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeD := f_getPosition(c_compNodeD); @@ -14858,7 +14858,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_09 */ - function f_GEONW_PON_BAA_BV_09() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_09() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -14904,7 +14904,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_09) */ - function f_GEONW_PON_BAA_BV_09_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_09_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -14953,7 +14953,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeE (TC_GEONW_PON_BAA_BV_09) */ - function f_GEONW_PON_BAA_BV_09_nodeE() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_09_nodeE() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -15017,7 +15017,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_10 */ - function f_GEONW_PON_BAA_BV_10() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_10() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -15066,7 +15066,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_10) */ - function f_GEONW_PON_BAA_BV_10_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_10_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -15101,7 +15101,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeC (TC_GEONW_PON_BAA_BV_10) */ - function f_GEONW_PON_BAA_BV_10_nodeC() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_10_nodeC() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -15146,7 +15146,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BAA_BV_10) */ - function f_GEONW_PON_BAA_BV_10_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_10_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); @@ -15185,7 +15185,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_PON_BAA_BV_11 */ - function f_GEONW_PON_BAA_BV_11() runs on ItsMtc { + function f_GEONW_PON_BAA_BV_11() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -15231,7 +15231,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeB (TC_GEONW_PON_BAA_BV_11) */ - function f_GEONW_PON_BAA_BV_11_nodeB() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_11_nodeB() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -15274,7 +15274,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc Behavior function for NodeD (TC_GEONW_PON_BAA_BV_11) */ - function f_GEONW_PON_BAA_BV_11_nodeD() runs on ItsGeoNetworking { + function f_GEONW_PON_BAA_BV_11_nodeD() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB); @@ -15349,7 +15349,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_CAP_LOS_BV_01 */ - function f_GEONW_CAP_LOS_BV_01() runs on ItsGeoNetworking { + function f_GEONW_CAP_LOS_BV_01() runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA; @@ -15491,7 +15491,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_CAP_LOS_BV_01 */ - function f_GEONW_CAP_FPB_BV_01() runs on ItsMtc { + function f_GEONW_CAP_FPB_BV_01() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -15555,7 +15555,7 @@ module ItsGeoNetworking_TpFunctions { in UInt16 p_sequenceNumberC, in integer p_nbrOfPackets, in integer p_nbrOfDiscardedMessages - ) runs on ItsGeoNetworking { + ) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -15626,7 +15626,7 @@ module ItsGeoNetworking_TpFunctions { in UInt16 p_sequenceNumberC, in integer p_nbrOfPackets, in template (value) GeoNetworkingPdu p_geoNetworkingMsg - ) runs on ItsGeoNetworking { + ) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeA := f_getPosition(c_compNodeA); @@ -15660,7 +15660,7 @@ module ItsGeoNetworking_TpFunctions { /** * @desc TP Function for TC_GEONW_CAP_FPB_BV_02 */ - function f_GEONW_CAP_FPB_BV_02() runs on ItsMtc { + function f_GEONW_CAP_FPB_BV_02() runs on ItsMtc system ItsGeoNetworkingSystem { // Local variables var ItsGeoNetworking v_nodeB; @@ -15727,7 +15727,7 @@ module ItsGeoNetworking_TpFunctions { in UInt16 p_sequenceNumberC, in integer p_nbrOfPackets, in integer p_nbrOfDiscardedMessages - ) runs on ItsGeoNetworking { + ) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables // FIXME: remove var LongPosVector v_longPosVectorIut := f_getPosition(c_compIut); @@ -15787,7 +15787,7 @@ module ItsGeoNetworking_TpFunctions { in UInt16 p_sequenceNumberC, in integer p_nbrOfPackets, in template (value) GeoNetworkingPdu p_geoNetworkingMsg - ) runs on ItsGeoNetworking { + ) runs on ItsGeoNetworking system ItsGeoNetworkingSystem { // Local variables var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC); diff --git a/ttcn/AtsPki/ItsPki_TestCases.ttcn b/ttcn/AtsPki/ItsPki_TestCases.ttcn index acdcf977ea65d43adfb623d3e5586d20d347c2d8..e067f2d29d88e0dfdfc19f0a537f331e2cfa0026 100644 --- a/ttcn/AtsPki/ItsPki_TestCases.ttcn +++ b/ttcn/AtsPki/ItsPki_TestCases.ttcn @@ -100,7 +100,7 @@ module ItsPki_TestCases { if (f_verify_pki_request_message(vc_eaPrivateEncKey, vc_eaWholeHash/*salt*/, ''O, p_request.body.binary_body.ieee1609dot2_data, true, v_request_hash, v_etsi_ts_102941_data, v_aes_enc_key) == false) { // Cannot decrypt the message // Send error message - v_response := m_http_response(m_http_response_ko(m_http_message_body_binary(m_binary_body_ieee1609dot2_data(v_ieee1609dot2_signed_and_encrypted_data)), p_headers, 400, "Bad request")); // Initialize v_reponse with an error message + v_response := m_http_response(m_http_response_ko_no_body(p_headers, 400, "Bad request")); // Initialize v_reponse with an error message // Set verdict p_result := -1; } else { @@ -172,7 +172,7 @@ module ItsPki_TestCases { if (f_verify_pki_request_message(vc_eaPrivateEncKey, vc_eaWholeHash/*salt*/, ''O, p_request.body.binary_body.ieee1609dot2_data, true, v_request_hash, v_etsi_ts_102941_data, v_aes_enc_key) == false) { // Cannot decrypt the message // Send error message - v_response := m_http_response(m_http_response_ko(m_http_message_body_binary(m_binary_body_ieee1609dot2_data(v_ieee1609dot2_signed_and_encrypted_data)), p_headers, 400, "Bad request")); // Initialize v_reponse with an error message + v_response := m_http_response(m_http_response_ko_no_body(p_headers, 400, "Bad request")); // Initialize v_reponse with an error message // Set verdict p_result := -1; } else { @@ -337,7 +337,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_01_BV * @reference ETSI TS 102 941 [2], clause 6.1.3 */ - testcase TC_SECPKI_ITSS_ENR_01_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_01_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -352,7 +352,7 @@ module ItsPki_TestCases { // Test component configuration f_cfMtcUp01(v_itss, v_ea); - // Start component + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -366,7 +366,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_ENR_01_BV { - function f_TC_SECPKI_ITSS_ENR_01_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_ENR_01_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -416,7 +416,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_ENR_01_BV_itss - function f_TC_SECPKI_ITSS_ENR_01_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_ENR_01_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var HeaderLines v_headers; var HttpMessage v_request; @@ -511,7 +511,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_02_BV * @reference ETSI TS 102 941, clause 6.1.3 */ - testcase TC_SECPKI_ITSS_ENR_02_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_02_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -526,7 +526,7 @@ module ItsPki_TestCases { // Test component configuration f_cfMtcUp01(v_itss, v_ea); - // Start component + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -570,7 +570,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_03_BV * @reference ETSI TS 102 941, clause 6.1.3 */ - testcase TC_SECPKI_ITSS_ENR_03_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_03_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -585,7 +585,7 @@ module ItsPki_TestCases { // Test component configuration f_cfMtcUp01(v_itss, v_ea); - // Start component + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_03_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_03_BV_pki()); @@ -599,7 +599,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_ENR_03_BV { - function f_TC_SECPKI_ITSS_ENR_03_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_ENR_03_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -649,7 +649,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_ENR_03_BV_itss - function f_TC_SECPKI_ITSS_ENR_03_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_ENR_03_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var HeaderLines v_headers; var HttpMessage v_request; @@ -738,7 +738,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_04_BV * @reference ETSI TS 102 941, clause 6.1.3, 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_04_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_04_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var Oct32 v_private_key; var Oct32 v_public_key_x; @@ -782,7 +782,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_05_BV * @reference ETSI TS 102 941, clause 6.1.3, 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_05_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_05_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var Oct32 v_private_key; var Oct32 v_public_key_x; @@ -828,7 +828,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_06_BV * @reference ETSI TS 102 941, clause 6.1.3 */ - testcase TC_SECPKI_ITSS_ENR_06_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_06_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -841,7 +841,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_06_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_06_BV_pki()); @@ -854,7 +856,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_ENR_06_BV { - function f_TC_SECPKI_ITSS_ENR_06_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_ENR_06_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -901,7 +903,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_ENR_06_BV_itss - function f_TC_SECPKI_ITSS_ENR_06_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_ENR_06_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var integer v_counter := 0; var HeaderLines v_headers; @@ -1041,7 +1043,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_07_BV * @reference ETSI TS 102 941, clause 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_07_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_07_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var Oct32 v_private_key; var Oct32 v_public_key_x; @@ -1059,7 +1061,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -1100,7 +1104,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_08_BV * @reference ETSI TS 102 941, clause 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_08_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_08_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1113,7 +1117,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -1154,7 +1160,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_09_BV * @reference ETSI TS 102 941, clause 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_09_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_09_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1167,7 +1173,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -1210,7 +1218,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_10_BV * @reference ETSI TS 102 941, clause 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_10_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_10_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1223,7 +1231,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -1264,7 +1274,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_11_BV * @reference ETSI TS 102 941, clause 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_11_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_11_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1277,7 +1287,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); @@ -1319,7 +1331,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_12_BV * @reference ETSI TS 102 941, clause 6.1.3, 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_12_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_12_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1332,7 +1344,9 @@ module ItsPki_TestCases { } // Test component configuration + f_cfMtcUp01(v_itss, v_ea); + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_03_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_03_BV_pki()); @@ -1367,7 +1381,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_RECV_01_BV * @reference ETSI TS 102 941, clause 6.1.3, 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_RECV_01_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_RECV_01_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1382,7 +1396,7 @@ module ItsPki_TestCases { // Test component configuration f_cfMtcUp01(v_itss, v_ea); - // Start component + // Start components v_itss.start(f_TC_SECPKI_ITSS_ENR_01_BV_itss()); v_ea.start(f_TC_SECPKI_ITSS_ENR_01_BV_pki()); /* v_itss.start(f_TC_SECPKI_ITSS_ENR_RECV_01_BV_itss()); */ @@ -1398,7 +1412,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_ENR_RECV_01_BV { - function f_TC_SECPKI_ITSS_ENR_RECV_01_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_ENR_RECV_01_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -1463,7 +1477,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_ENR_RECV_01_BV_itss - function f_TC_SECPKI_ITSS_ENR_RECV_01_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_ENR_RECV_01_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var HeaderLines v_headers; var HttpMessage v_request; @@ -1552,7 +1566,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_ENR_RECV_02_BV * @reference ETSI TS 102 941, clause 6.1.3, 6.2.3.2.1 */ - testcase TC_SECPKI_ITSS_ENR_RECV_02_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_ENR_RECV_02_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1583,7 +1597,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_ENR_RECV_02_BV { - function f_TC_SECPKI_ITSS_ENR_RECV_02_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_ENR_RECV_02_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -1645,7 +1659,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_ENR_RECV_02_BV_itss - function f_TC_SECPKI_ITSS_ENR_RECV_02_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_ENR_RECV_02_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var HeaderLines v_headers; var HttpMessage v_request; @@ -1735,7 +1749,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_AUTH_01_BV * @reference ETSI TS 102 941 [2], clause 6.2.3.3.0 */ - testcase TC_SECPKI_ITSS_AUTH_01_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_AUTH_01_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1764,7 +1778,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_AUTH_01_BV { - function f_TC_SECPKI_ITSS_AUTH_01_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_AUTH_01_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -1820,7 +1834,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_AUTH_01_BV_itss - function f_TC_SECPKI_ITSS_AUTH_01_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_AUTH_01_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var HeaderLines v_headers; var HttpMessage v_request; @@ -1923,7 +1937,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_AUTH_02_BV * @reference ETSI TS 102 941 [2], clause 6.2.3.3.1 */ - testcase TC_SECPKI_ITSS_AUTH_02_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_AUTH_02_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -1978,7 +1992,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_AUTH_03_BV * @reference ETSI TS 102 941 [2], clause 6.2.3.3.1 */ - testcase TC_SECPKI_ITSS_AUTH_03_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_AUTH_03_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -2033,7 +2047,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_AUTH_04_BV * @reference ETSI TS 102 941 [2], clause 6.2.3.3.1 */ - testcase TC_SECPKI_ITSS_AUTH_04_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_AUTH_04_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -2062,7 +2076,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_ITSS_AUTH_04_BV { - function f_TC_SECPKI_ITSS_AUTH_04_BV_itss() runs on ItsPkiItss /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_ITSS_AUTH_04_BV_itss() runs on ItsPkiItss system ItsPkiHttpSystem { // Local variables var HashedId8 v_certificate_digest; var EtsiTs103097Certificate v_certificate; @@ -2111,7 +2125,7 @@ module ItsPki_TestCases { f_cfDown_itss(); } // End of function f_TC_SECPKI_ITSS_AUTH_04_BV_itss - function f_TC_SECPKI_ITSS_AUTH_04_BV_pki() runs on ItsPkiHttp /*system ItsPkiHttpSystem*/ { + function f_TC_SECPKI_ITSS_AUTH_04_BV_pki() runs on ItsPkiHttp system ItsPkiHttpSystem { // Local variable var integer v_counter := 0; var HeaderLines v_headers; @@ -2253,7 +2267,7 @@ module ItsPki_TestCases { * @see ETSI TS 103 525-2 v0.0.10 SECPKI_ITSS_AUTH_05_BV * @reference ETSI TS 102 941 [2], clause 6.2.3.3.1 */ - testcase TC_SECPKI_ITSS_AUTH_05_BV() runs on ItsMtc /*system ItsPkiItssSystem*/ { + testcase TC_SECPKI_ITSS_AUTH_05_BV() runs on ItsMtc system ItsPkiHttpSystem { // Local variables var ItsPkiItss v_itss; var ItsPkiHttp v_ea; @@ -8457,7 +8471,7 @@ module ItsPki_TestCases { group f_TC_SECPKI_AA_AUTHVAL_01_BV { - function f_TC_SECPKI_AA_AUTHVAL_01_BV_itss() runs on ItsPkiHttp /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_AA_AUTHVAL_01_BV_itss() runs on ItsPkiHttp system ItsPkiHttpSystem { var Oct32 v_private_key_ec; var Oct32 v_public_compressed_key_ec; var integer v_compressed_key_mode_ec; @@ -8548,7 +8562,7 @@ module ItsPki_TestCases { f_cfHttpDown_itss(); } // End of function f_TC_SECPKI_AA_AUTHVAL_01_BV_itss - function f_TC_SECPKI_AA_AUTHVAL_01_BV_ea() runs on ItsPkiHttp /*system ItsPkiItssSystem*/ { + function f_TC_SECPKI_AA_AUTHVAL_01_BV_ea() runs on ItsPkiHttp system ItsPkiHttpSystem { var Oct32 v_private_key_ec; var Oct32 v_public_compressed_key_ec; var integer v_compressed_key_mode_ec; @@ -8571,7 +8585,7 @@ module ItsPki_TestCases { var HttpMessage v_request; var HttpMessage v_response; var EtsiTs102941Data v_etsi_ts_102941_data; - var Oct16 v_aes_enc_key; + var Oct16 v_aes_enc_key := int2oct(0, 16); var SharedAtRequest v_shared_at_request; var AuthorizationValidationResponse v_authorization_validation_response; diff --git a/ttcn/LibIts b/ttcn/LibIts index afb30ae0801caaf3c3190e5eacdb31921f5b2631..9ee2927d05591ca6f2fee4aff7b87605fe5e10f7 160000 --- a/ttcn/LibIts +++ b/ttcn/LibIts @@ -1 +1 @@ -Subproject commit afb30ae0801caaf3c3190e5eacdb31921f5b2631 +Subproject commit 9ee2927d05591ca6f2fee4aff7b87605fe5e10f7