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