afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Geofences: wrong value of heading in GeoDwellStart report (361 sent for moving terminal) #9

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 10 years ago

When terminal is in moving state and GeoDwellStart message is sent the value of 'heading' in the report is 361 (not the current heading of terminal).

Steps to reproduce:

  1. Define geofence and geoDwellTime limit for it.
  2. Simulate terminal moving inside this zone (speed above threshold for time above threshold) with know heading (ie. 90)
  3. Wait until geoDwellTime limit passes.
  4. Check the GeoDwellStart report sent by terminal
  5. Reported heading is 361

Version of AVL Agent: v3.2.2 r1625

afarran commented 9 years ago

Please explain why the ticket had to be closed

ArturMalyszewicz commented 9 years ago

Most probably it was an enviroment related issue (wrong configuration in TC). This problem was not reproduced again.