afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Geofence service: ZoneEntry and ZoneExit messages are sent immediately no matter what is the value of Interval #37

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

Interval (PIN 2) property in geofence service (SIN 21) is "the time interval, in seconds, between two consecutive geofence checks." But no matter what is the setting of it terminal sends ZoneExit and ZoneEntry messages immadiately after Histeresis time passes. Is that correct?

Questions: Is there anything else what determines when the geofence check is performed? Does the check timer start counting from 0 when Interval property is set?

ArturMalyszewicz commented 9 years ago

The problem was that previous period of Interval shuld go the end before new was applied.