afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Wrong value of heading in MovingEnd report #32

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

Expected values of heading in MovingEnd report is 361 which is characteristic for stationary state. But in current version there is last known heading reported instead of 361.

Steps to reproduce:

  1. Put terminal in moving state with some known heading (eg. 90)
  2. Simulate speed below stationarySpeedThld for time longer than stationaryDebounceTime and receive MovingEnd report
  3. Heading field has value 90 degrees - not 361 as expected

Version of AVL service: v3.2.2 r1625

Related TC: test_Moving_WhenSpeedBelowThldForPeriodAboveThld_MovingEndMessageSent()

ArturMalyszewicz commented 9 years ago

Fixed in v3.3.1