afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Turn message (MIN 14) contains wrong GPS and time information #29

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

AVL reports should contain gps and time information from the moment when the condition for the event generation was met. In case of Turn message the reported gps and time information relates to moment when the debounce time has passed not when the change in heading was above threshold.

Steps to reproduce

  1. Set TurnThreshold (PIN 16) to value above 0 to enable sending Turn messages and TurnDebounceTime (PIN 17) to value in range 1 to 63
  2. Put terminal in moving state in Point#1
  3. Change position to Point#2 and ensure change in heading is above TurnThreshold
  4. Wait shorter than TurnDebounceTime (PIN 17) and change terminals position to Point#3
  5. Wait until TurnDebounceTime passes and receive Turn message (MIN 14)
  6. Message is correctly sent after TurnDebounceTime but it contains Point#3 gps and time information (not Point#2 as expected)

Version of AVL service: v3.2.2 r1625

Related TC: test_Turn_WhenHeadingChangeIsAboveTurnThldAndLastsAboveTurnDebounceTimePeriod_TurnMessageSent

afarran commented 9 years ago

Argus 21079

afarran commented 9 years ago

Similar to Argus 21079

ArturMalyszewicz commented 9 years ago

Fixed in v3.3.1