afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Wrong value of speed and heading in MovingStart report #1

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 10 years ago

MovingStart report should contain (among other fields) current speed and heading and values of those two are wrong: reported speed is always 0 and heading is 361.

Steps to reproduce:

  1. Set movingDebounceTime to 1 second and stationarySpeedThld to 5 kmh;
  2. Simulate gps values: heading = 90, speed = 6 kmh and wait longer than 1 second;
  3. In the generated MovingStart report check values of heading and speed - those are 361 and 0 which is incorrect, (heading = 90 and speed 6 kmh are expected)

Version of AVL Agent: v3.2.2 r1625

Related TC: test_Moving_WhenSpeedAboveThldForPeriodAboveThld_MovingStartMessageSent

afarran commented 9 years ago

Similar to Argus 21068

ArturMalyszewicz commented 9 years ago

Fixed in AVL 3.3.1