afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Saving LoggedPosition to log deffers sending periodic Position message #15

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

According to documentation (005 AS027 AVL Agent User Guide): "Time and distance based events are deferred by any other AVL event that generates a from - mobile message". LoggedPosition does not generate from-mobile message so it should not deffer the periodic events but it does deffer periodic Position message.

Steps to reproduce:

  1. set loggingPositionsInterval to 2 seconds and positionMsgInterval to 10 seconds
  2. apply property settings and check if Position message is sent according to positionMsgInterval
  3. there is no Positon message sent (that is incorrect)

Messages: DistanceSat, MovingIntervalSat, StationaryIntervalSat are not deffer by LoggedPosition.

afarran commented 9 years ago

Similar to Argus 21029

ArturMalyszewicz commented 9 years ago

fixed in v3.3.1