Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Via auto-provisioning you can add DECT base stations.


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

<nvm>

<oper name="add_bs" value="589ec60d90ca">

<param name="DectManager" value="local"/>
<param name="name" value="viaprov"/>
<param name="ipMode" value="1"/>
<param name="ucSyncLevel" value="3"/>

</oper>


</nvm>
</provisioning>

ParameterDescription

<oper name="add_bs" value="589ec60d90ca">

</oper>

oper command to add an DECT base station with MAC address: 589ec60d90ca
DectManager

The name of the DECT manager where the base connects to.

  • "local" when using an all-in-one system
  • "dm1"/ "dm2" / ... when using an Integrator system
nameThe base station name
ipMode1 = DHCP / 2 = Static
ipIn case ipMode = 2 then the IP address is configured here
ucSyncLevelThe SYNC level of the base station 
ucClusterThe cluster 1 - 15
bSyncLanMaster1 = LAN master / 0 = LAN Master disabled
bActivateCellActivate base station
ucSyncModeSlaveD = DECT sync / L = LAN sync
ucTxPower1 = Reduce power  / 0 (default) = Do not reduce power 


Other example:

If you want to change the base station settings after it has been added to the system, you need to use the Parameter "ConfirmedBaseStations" and the MAC address of the DECT Base, see the example below.

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

<nvm>

<param name="ConfirmedBaseStations.589ec60d90ca.ucSyncLevel" value="3"/>

</nvm>
</provisioning>