From ed25e0e8932895686ffb5166966beb88ddcbd410 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 18 Oct 2019 13:21:43 +0100 Subject: IVGCVSW-4005 Add PacketFamilyId to version resolver Change-Id: Ief9373871438df4e1d353bbc545a3ee4f25c1fb0 Signed-off-by: Jim Flynn --- tests/profiling/gatordmock/GatordMockService.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/profiling/gatordmock/GatordMockService.cpp') diff --git a/tests/profiling/gatordmock/GatordMockService.cpp b/tests/profiling/gatordmock/GatordMockService.cpp index 2697b2f3e9..194b097af1 100644 --- a/tests/profiling/gatordmock/GatordMockService.cpp +++ b/tests/profiling/gatordmock/GatordMockService.cpp @@ -326,7 +326,8 @@ armnn::profiling::Packet GatordMockService::ReceivePacket() m_HandlerRegistry .GetFunctor(packetRx.GetPacketFamily(), packetRx.GetPacketId(), - packetVersionResolver.ResolvePacketVersion(packetRx.GetPacketId()).GetEncodedValue()) + packetVersionResolver.ResolvePacketVersion(packetRx.GetPacketFamily(), + packetRx.GetPacketId()).GetEncodedValue()) ->operator()(packetRx); return packetRx; -- cgit v1.2.1