You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

FAQ Nx70 - SUOTA (Hidden)The Software Update Over The Air (SUOTA) functionality provides the possibility to upgrade DECT handsets software Over-The-Air.


From software 2.41 SOUTA for test is implemented.

For now, it can be enabled via auto-provisioning only.

Auto-provisioning

Provisioning template

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<!-- switch on SUOTA -->
<param name="DmGlobal.0.SuotaEnable" value="1" />
<!-- allow up to x SUOTA connection in parallel per DM (default = 4): -->
<param name="DmGlobal.0.SuotaNoOfParallelConnections" value="4" />

</nvm>


</provisioning>



  • No labels