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

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

The N610 supports

  • Up to 6 repeaters in star arrangement
  • Connection is unencrypted
  • 2 narrowband calls in extended DECT range
  • Activation via provisioning

Planned is:

  • Web-interface setting
  • encrypted connection

N670 and N870 does not support repeaters, for the N670/N870 (mini) multi-cell is available. 

Auto-provisioning

Provisioning template

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

<nvm>

<!-- Provisioning file for N610: deactivate enhanced DECT settings, that are not supported by a transparent repeater -->
<!-- Encryption Off -->
<param name="DmGlobal.0.DECTCipherDisable" value="1" />

<!-- enhanced Encryption Off , for consistency -->
<param name="DmGlobal.0.DECTEnhancedEncryption" value="0" />

<!-- Cf 0=off=Base confirms to Cs, advanced bearer setup decision by handset not affected ;-( until Domino/Stromberg 0x87=On8Segments-->
<param name="DmGlobal.0.DECTCfSettings" value="0x00" />

<!-- wideband off : handset needs 40s asynchronity (by reboot) to learn this!!! -->
<param name="DmGlobal.0.WidebandEnabled" value="0" />

<!-- DECTBlindslots 0x0aaa for even slots; 0x0fff for all slots -->
<param name="DmGlobal.0.DECTBlindslots" value="0x0aaa" />

</nvm>

</provisioning>

PARI

Using first manual generated N610 the repeater was not working.

The issue was caused due to wrong PARI.

Check if your PARI starts with "0" like above. With the sample, the PARI started with "1".

The PARI needs to be changed to solve the problem.


  • No labels