afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Position message does not deffer reports generated periodically #11

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

Position message (send on request) does not deffer periodic reports.

Steps to reproduce:

  1. set stationaryIntervalSat to 10 seconds
  2. make sure terminal is stationary
  3. wait until stationaryIntervalSat message is sent
  4. request new position message (send getPosition message to terminal)
  5. Position message is sent and period of stationaryIntervalSat is not influenced (stationaryIntervalSat message is sent as if there was no Position message)

The same situation is for movingIntervalSat and positionMsgInterval messages

afarran commented 9 years ago

Please explain why the ticket had to be closed

ArturMalyszewicz commented 9 years ago

The Position message used in the scenario was not the AVL agent event but message coming from Position service (not recognized by AVL). Position event generated by AVL deffers periodic events in expected way.