Commit d5288d7a authored by wattelet's avatar wattelet
Browse files

a_receiveAnyLsReply corrected

parent b16c3d77
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -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;
                }
            }