Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ module LibItsGeoNetworking_Functions { */ function f_utTriggerEvent(template (value) UtGnTrigger p_event) runs on ItsGeoNetworking { tc_wait.start; utPort.send(p_event); alt { [] utPort.receive(UtResult:true) { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ module LibItsGeoNetworking_Functions { */ function f_utTriggerEvent(template (value) UtGnTrigger p_event) runs on ItsGeoNetworking { tc_wait.start; utPort.send(p_event); alt { [] utPort.receive(UtResult:true) { Loading