afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

Parameters are not saved according to ParamSaveInterval (PIN 202) #49

Open ArturMalyszewicz opened 9 years ago

ArturMalyszewicz commented 9 years ago

Property ParamSaveInterval (PIN 202) defines how often the service parameters are saved in NVM during normal power mode. But for setting ParamSaveInterval = 1 (minute) and ParamSaveThrtlInterval = 1 (minute) the parameter save takes place only once.

Steps to reproduce:

  1. Set ParamSaveInterval (PIN 202) to 1
  2. Set ParamSaveThrtlInterval (PIN 203) to 1
  3. Check trace output - 1 minute after setting ParamSaveInterval (PIN 202) to 1 there is an entry: [126:INFO] Parameters Saved
  4. Wait for next couple of minutes - no more [126:INFO] Parameters Saved entries are displayed which means no parameter saves are performed

That issue affects AVL TC: RestartAvl_whenRestartMessageIsSentAndResetMessageIsReceived_PreviousLatLngShouldBeTheSameAsBeforeRestart

Trace output is put to the helper folder.