Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -815,7 +815,7 @@ module LibItsGeoNetworking_Functions { ) runs on ItsGeoNetworking return LongPosVector { var LongPosVector v_return := null; var LongPosVector v_return; var integer i := 0; for (i:=0; i<lengthof(vc_positionTable); i:=i+1) { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -815,7 +815,7 @@ module LibItsGeoNetworking_Functions { ) runs on ItsGeoNetworking return LongPosVector { var LongPosVector v_return := null; var LongPosVector v_return; var integer i := 0; for (i:=0; i<lengthof(vc_positionTable); i:=i+1) { Loading