Versions Compared

Key

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

...

Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning



<?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>

Info
iconfalse
titleProvisioning template
Code Block
languagexml
titleProvisioning 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 -->
  
        <!-- Since V2.50.0 defaults local base of ARI-Class A (N610) to 0,-->
        <!-- repeater-support needs to swap RPN of local base to 1!-->
        <!-- ATTENTION: DO NOT apply this provsioinig xml to Nx70 system!!!-->
    <param name="dm.local.LocalBaseRpn" value="1"/>
    
    <!-- The following  provisioning command could apply to 'all'base stations of cingle cell system,-->
    <!-- but MUST NOT apply to ALL base stations of Nx70 system,-->
    
    <!-- Wildcard provisioning is not immdediately synchronized to table of ConfirmedBaseStations!!! -->
    <!-- So please replace wildcard '@' by mac address of your N610, or reboot the base after successfull provisioning. -->
    <param name="ConfirmedBaseStations.@.ucRpnIndex" value="0x1" />
      
	    <!-- 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" />
		
	    <!-- DECTBlindslots 0x0aaa for even slots; 0x0fff for all slots -->
        <param name="DmGlobal.0.DECTBlindslots" value="0x0aaa" />
        
	    <!-- wideband off : handset needs 40s asynchronity (by reboot) to learn this!!! -->
        <param name="DmGlobal.0.WidebandEnabled" value="0" />
    </nvm>
</provisioning>

...