FXT009-AirVantage : connexion problem

I resolved this problem :smiley:

  1. I made a change in the model file ā€œ.appā€ (e.g. AVSampleDemo.app).
  2. I Selected the file.dwl (e.g. AVSampleDemo.dwl) in this folder: ā€œ[Target]_ARM_EABI_GCCfolder_Debugā€ and i copy & paste it in the Model folder.
  3. I created a zip file with .app and .dwl file.
  4. Finally, i uploaded zip file in AirVantage.

Here is my xml code in ā€œAVSampleDemo.appā€ :

<?xml version="1.0" encoding="ASCII"?>
<appmodel:application xmlns:appmodel="http://www.sierrawireless.com/airvantage/application/1.0" type="Telnet.AVSampleDemo Sample" name="AVSampleDemo Sample" revision="1.0.0.20170817122342">
  <capabilities>
    <communication>
		<protocol comm-id="IMEI" type="AWTDA2" >
			<parameter name="sms-binary" value="false" />
		</protocol>
    </communication>
    <data>
      <encoding type="AWTDA2">
        <asset id="MyAsset" default-label="AVSampleDemo">
          <variable path="message" default-label="Test message">
            <description>Test message</description>
          </variable>
          <setting path="setting" default-label="Test setting" type="int">
            <description></description>
          </setting>
          <node path="0" default-label="events">
            <description></description>
            <event path="100" default-label="MESSAGE_SET">
              <description></description>
            </event>
          </node>
          <command path="setMessage" default-label="Set message">
            <description></description>
            <parameter id="message" default-label="Message"/>
          </command>
        </asset>
      </encoding>
    </data>
  </capabilities>
  <application-manager use="SOFT_IDS"/>
  <binaries>
    <binary file="AVSampleDemo.dwl" type="FULL"/>
  </binaries>
</appmodel:application>