From 024ce6dab7891e7ed97e2231882c1b7a5a0f4b29 Mon Sep 17 00:00:00 2001 From: berge Date: Fri, 2 Jul 2010 07:32:39 +0000 Subject: [PATCH] Modified GeoNetworkingPort --- ttcn/LibIts_Interface.ttcn | 3 ++- ttcn/LibIts_TestSystem.ttcn | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ttcn/LibIts_Interface.ttcn b/ttcn/LibIts_Interface.ttcn index e46d2b0d..f963b504 100644 --- a/ttcn/LibIts_Interface.ttcn +++ b/ttcn/LibIts_Interface.ttcn @@ -9,6 +9,7 @@ module LibIts_Interface { // LibIts import from LibItsCam_Pixits all; + import from LibItsGeoNetworking_TypesAndValues all; // LibCommon import from LibCommon_Time {modulepar all}; @@ -168,7 +169,7 @@ module LibIts_Interface { * @desc NT2 GeoNetworking Port (GeoNetworking/G5) */ type port GeoNetworkingPort message { - in integer; //TODO: remove me + inout GeoNetworkingPacket } // end GeoNetworkingPort /** diff --git a/ttcn/LibIts_TestSystem.ttcn b/ttcn/LibIts_TestSystem.ttcn index a8661cbf..90f3174d 100644 --- a/ttcn/LibIts_TestSystem.ttcn +++ b/ttcn/LibIts_TestSystem.ttcn @@ -37,14 +37,14 @@ module LibIts_TestSystem { * @desc ITS Main Test Component */ type component ItsMtc { + + // timers + timer tc_guard := PX_TDONE; // ports port UpperTesterPort utPort; port AdapterControlPort acPort; - // timers - timer tc_guard := PX_TDONE; - } // end ItsMtc /** -- GitLab