Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +3 −8 Original line number Diff line number Diff line Loading @@ -1139,14 +1139,9 @@ module LibItsGeoNetworking_Functions { * @desc Receive any Location Service Reply */ altstep a_receiveAnyLsReply() runs on ItsGeoNetworking { [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwPdu( mw_geoNwLsReplyPacket(?, ?) ) ) ) { //ignore [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwPdu( mw_geoNwLsReplyPacket(?, ?) ))) { //ignore and repeat repeat; } } Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +3 −8 Original line number Diff line number Diff line Loading @@ -1139,14 +1139,9 @@ module LibItsGeoNetworking_Functions { * @desc Receive any Location Service Reply */ altstep a_receiveAnyLsReply() runs on ItsGeoNetworking { [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwPdu( mw_geoNwLsReplyPacket(?, ?) ) ) ) { //ignore [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwPdu( mw_geoNwLsReplyPacket(?, ?) ))) { //ignore and repeat repeat; } } Loading