diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-02-18 15:52:36 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-02-18 15:52:54 +1300 |
commit | 4753e462767812712bafbc8e9985f355021c6f16 (patch) | |
tree | 98e1821ec7b579c1a91332da2b8b62cc1ad886a8 /test/org | |
parent | 5b75e0a58fbcc11a1c66448bfbd9d3466b015668 (diff) | |
download | trackermap-server-4753e462767812712bafbc8e9985f355021c6f16.tar.gz trackermap-server-4753e462767812712bafbc8e9985f355021c6f16.tar.bz2 trackermap-server-4753e462767812712bafbc8e9985f355021c6f16.zip |
Support some Cellocator alarms
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/CellocatorProtocolDecoderTest.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java b/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java index fe03bc3d5..cdda0fca7 100644 --- a/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java @@ -13,6 +13,12 @@ public class CellocatorProtocolDecoderTest extends ProtocolTest { CellocatorProtocolDecoder decoder = new CellocatorProtocolDecoder(new CellocatorProtocol()); verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN, + "4D434750008AD01500080103011804000000460020000000005E750000000000000000000000C34300040204DA4DA30367195703E803000000000000000001030F0802E10778")); + + verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN, + "4D434750008AD01500080102011804000000360060000000005E750000000000000000000000C24300040204DA4DA30367195703E80300000000000000003B020F0802E107DF")); + + verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN, "4D4347500006000000081A02021204000000210062300000006B00E100000000000000000000E5A100040206614EA303181A57034E1200000000000000001525071403D60749")); verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN, |