afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

To mobile SetDigitalOutputs (MIN 2) message generates error for IDP680 #39

Closed ArturMalyszewicz closed 9 years ago

ArturMalyszewicz commented 9 years ago

With upgrade to AVL version 3.3.1 there was a change in SetDigitalOutputs message now it takes an unsigned value instead of an enum. In example “IDP6xx,8xxLine1” is now 1. This works for IDP800 but for IDP680 there is an error reported after setting port to any level.

Steps to reproduce:

  1. Configure port 1 as a digital output.
  2. Send SetDigitalOutputs to mobile message setting port 1 to state 1.
  3. An error is sent in response: "Invalid port configuration".
afarran commented 9 years ago

Can't reproduce on IDP-680

ArturMalyszewicz commented 9 years ago

That was a test enviroment issue. Most probably an old version of AVL was used.