afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

No explicit information about the values of the fields in AVL report #19

Open ArturMalyszewicz opened 9 years ago

ArturMalyszewicz commented 9 years ago

To trigger occurrence of some of the AVL agent events (in eg. MovingStart) two things need to happen:

  1. condition must be met (speed above threshold)
  2. condition must be met for time longer than debounce time (speed above threshold longer than moving debounce time)

The values of the fields (longitude, latitude, speed, eventTime...) in the report should be considering the moment in which condition was met not when the event was generated (after debounce time).

Documentation of the AVL agent (AS027, 004 M2M0030FS126-AVL) does not express this important information explicitly.

Example: comment for latitude field in report description (AS027 page 14): "Current GPS latitude in milli-minute resolution, ± 1.5meters" .

TroyManary commented 9 years ago

Argus 21637