From 6ea412740d1573f237582d67542124ae9bd6509e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 2 Dec 2014 21:25:36 +1300 Subject: Fix Cellocator ack message (fix #983) --- src/org/traccar/protocol/CellocatorProtocolDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/traccar/protocol/CellocatorProtocolDecoder.java') diff --git a/src/org/traccar/protocol/CellocatorProtocolDecoder.java b/src/org/traccar/protocol/CellocatorProtocolDecoder.java index 59350da22..178e17530 100644 --- a/src/org/traccar/protocol/CellocatorProtocolDecoder.java +++ b/src/org/traccar/protocol/CellocatorProtocolDecoder.java @@ -71,7 +71,7 @@ public class CellocatorProtocolDecoder extends BaseProtocolDecoder { reply.writeInt(0); // authentication code reply.writeByte(0); reply.writeByte(packetNumber); - reply.writeZero(10); + reply.writeZero(11); byte checksum = 0; for (int i = 4; i < 27; i++) { -- cgit v1.2.3