Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

Following provisioning file does apply RPN=1 to all base stations of a system. In singlecell system, to the one and only local base.

(warning) DO NOT apply following provisioning file to any N670/N870/N870E.

Info
titleHow to use provisioning file to enable transparent repeater operation:
  • Provisioning is not atomic!
  • Wildcard-provisioning even more is not atomic!
  • Some settings depend on the other!

So the fully safe procedure to apply this provisioning file is to apply the provisioning twice:

  1. It is recommended to save a backup before applying the following provisioning step.
  2. Upload this provisioning file via web-ui.
  3. "Start auto configuration", should be successful, confirm by OK!
  4. Repeat step 3 - "Start auto configuration", should be successful, confirm by OK!
  5. Reboot the device. 
Info

Provisioning using wildcard "@" <param name="ConfirmedBaseStations.@.ucRpnIndex" value="0x1" /> then mostly 2 * provisioning has to be started.

Provisioning using device MAC address (<param name="ConfirmedBaseStations.589ec67c257a.ucRpnIndex" value="0x1" />) then one time provisioning is enough.

Code Block
languagexml
titleProvisioning template
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
 
        <!-- ATTENTION: DO NOT apply this provisioning xml to N670/N870 system!!! It will break your N670/N870 system-->

<!-- Provisioning is not atomic! ===========================================
 Provisioning is not atomic!
 Wildcard-provisioning even more is not atomic!
 Some settings depend on the other!
 So the fully safe procedure to apply this provisioning file is to apply the provisioning twice:
 1. Upload this provisioning file via web-ui.
 2. "Start auto configuration", should be successful, confirm by OK!
 3. "Start auto configuration", should be successful, confirm by OK!
 4. Reboot the device.
-->
        <param name="dm.local.LocalBaseRpn" value="1"/>
        <param name="ConfirmedBaseStations.@.ucRpnIndex" value="0x1" />
<!-- ======================================================================== -->

<!-- MAC address in lower case, without ':' separator =======================
If you want to prevent wildcard provisioning, 
you need to give the MAC address of the local base,
without ':' separators and in lower case letters:
        <param name="dm.local.LocalBaseRpn" value="1"/>
        <param name="ConfirmedBaseStations.0x589ec6123456589ec6123456.ucRpnIndex" value="0x1" />
======================================================================== -->
        <param name="DmGlobal.0.DECTCipherDisable" value="1" />
        <param name="DmGlobal.0.DECTEnhancedEncryption" value="0" />
        <param name="DmGlobal.0.DECTCfSettings" value="0x00" />
        <param name="DmGlobal.0.DECTBlindslots" value="0x0aaa" />
        <param name="DmGlobal.0.WidebandEnabled" value="0" />
        <param name="DmGlobal.0.DECTDSAA2" value="0" />
		
    </nvm>
</provisioning>

Examples of provisioning files

...

Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHow to check in Web-UI and with handset MMI?

DECT Settings → DECT Encryption, early Encryption and re-keying is disabled to support transparent repeater operation.

Telephony → Audio → Wideband Support must stay deactivated to support transparent repeater operation:


With a handset you could check the RPN in the RFP-Scan procedure

Open the dial window via long-press SEND button.

Image AddedImage Removed


If your repeater support is deactivated RPN ends with '0' or '8'.If repeater support is activated is registered, you would see one or multiple results (depends on number of registered repeaters within DECT range).

Examples

1: One repeater is registered:

  • N610: RPN ends with '1' or '9'
.
  • Repeater
might show up in RFP-scanning with RPN ending with '
  • : RPN ends with "2..7' or 'a..f
'.
  • '

2: Repeater support is deactivated

  • N610: RPN ends with '0' or '8'
    FPN=a6 RPN=00 RSSI=38

3: Repeater support is activated

  • N610: RPN ends with '1' or '9'
    FPN=a6 RPN=01 RSSI=38