afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Previous lat/lng after sending AVL restart message #46

Closed pblo closed 9 years ago

pblo commented 9 years ago

In a test case I set lat/lng gps values then wait necessary timeout and send service restart message (SIN 16 MIN 5)

After that Reset message (SIN 126 MIN 1) always delivers PrevLatitude = -1200 and PrevLongitude = 0 instead values have mentioned above.

It might be an issue.

pblo commented 9 years ago

trace output: https://github.com/afarran/swm2m_avl_tests/blob/dev/TraceOutputsHelperFolder/Issue%2346/pre_lat_lnt.log.txt

ArturMalyszewicz commented 9 years ago

Previous position needs to be saved - we will check that.

afarran commented 9 years ago

Previous latitude/longitude correspond to saved position information, which happens periodically according to PIN 202: ParamSaveInterval

pblo commented 9 years ago

Ok. Now TC takes ParamSaveInterval into account and passes. This issue can be closed.