Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Panel
titleBGColor#F0F0F0
titleValid for N610 / N670 / N870 / N870E. Software 2.53 or higher is needed.

Here we describe the new measurement procedure.

Required:

  • N870/N870E base with software version 2.53 or higher. (N610 or N670 also support this feature but as measurement is done in multisite environment, it is not relevant for these devices.)
  • Calibrated handset with software 12.02 or higher:
    • R700H SPK PRO
  • Non calibrated handset with software 12.02 or higher:
    • R700H PRO / S700H PRO / SL800H PRO 

Info

If you upgrade your DECT system and/or upgrade your DECT handsets, please remember that a re-registration of the DECT handset is needed to be able to use this feature. During the (re-)registration procedure the system learns about the new handset capabilities, see also: FAQ Nx70 - DECT Handset Re-registration



draw.io Diagram
bordertrue
diagramNameNewMeasurement
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth341
revision1

  1. Start the measurement procedure via dialing ***922
    The following screen will be visible

    Antenna mode
    • Aopt = in call optimized antenna
    • A50 = 50% mix of 2 antennas for  idle status quality measurement

    Antenna mode status information is heading the first column,
    which is counter of the measurement values obtained during the given call.
    As measurement values are updated every 960ms,
    it roughly gives a timestamp in the measurement call in seconds.

    Frequency (F)
    Slot (S)
    RPN (Rp)
    Frame quality (Fq%)

    dBm => RSSI indication from calibrated measurement handset.

    Rss => rough RSSI indication from non-calibrated handset.

  2. Click on "Log" to start an measurement and save the values on the DECT system.

    HS Location

    BS Location

    Site

    Enter the Location information as the naming will be used when saving the measurement data.
    Press "OK" to start the measurement.

  3. Measurement is started,
    1. Click on "Stop" to end the measurement or
    2. Measurement will stop automatic after 60 seconds
  4. Click on "Save" to save the measurement.
             
  5. On the DECT system there will be 2 files per measurement log.
    1. <Site>_<BS Location>_<HS Location>_Measurement.csv
    2. <Site>_<HS Location>_dps.csv

Measurement.csv file:

    • Column calibrated
      1 = Calibrated handset
      0 = Non calibrated handset


      dps.csv file:



Panel
titleColor#F85404
titleBGColor#F0F0F0
titledps location information

The file dps.csv contains information about all bases seen by the handset, this feature can be used to measure in running installations.

draw.io Diagram
bordertrue
diagramNamedps_measurement
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth592
revision1

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleChange antenna mode via auto-provisioning
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
		<!-- 
		0x00 //current best antenna-diversity algorithm  
		0x13 //Dummy-Bearer Algorithm ~50% per antenna
		-->
        <param name="DmGlobal.0.DECTAntennaMode" value="0x00" />
    </nvm>
</provisioning>
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHow to download the measurement files

The measurement files can be downloaded via:

Anchor
newspkcli
newspkcli
CLI:

Code Block
languagebash
themeFadeToGrey
cli@base-dm-7c2f80cfe206:~$ measure-dump -h
Usage: measure-dump [<options>]
-h        Show this help
-l        Lists all sites of which measurement logs are available
-r <site> Remove the generated measure-dump.tar file (/tmp/pub/measure-dump.tar)
          and the measurement logs of given site (dflt: all sites)
<site>    Dump measurement of given site, if option is not provided, all sites will be dumped

Note: Don't forget to remove your measurement data, if download was successful.
Otherwise you might leave your data on the measurement device.
  • that can list the sites for which measurement logs are available

    Code Block
    languagebash
    themeFadeToGrey
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump -l
    Aaa
    Bbb
    Ccc
  • collect measurement data for one site Aaa

    Code Block
    themeFadeToGrey
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump Aaa
  • Download ( example via scp , also available under Windows CMD box )

    Code Block
    themeFadeToGrey
    gigaset@ubuntu:~$ scp cli@192.168.3.202:/tmp/pub/measure-dump.tar .
    cli@192.168.3.202's password: 
    measure-dump.tar                                                                                                                                100%  293     0.3KB/s   00:00    
  • Example of tar file structure for one site Aaa

    Code Block
    themeFadeToGrey
    gigaset@ubuntu:~$ tar t -f ./measure-dump.tar
    measurements/00001_Aaa/
    measurements/00001_Aaa/Aaa_BsA_HsLocB_measurement.csv
    measurements/00001_Aaa/Aaa_BsA_HsLocC_measurement.csv
    measurements/00001_Aaa/Aaa_HsLocB_dps.csv
  • collect measurement data for all sites

    Code Block
    themeFadeToGrey
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump
  • Download ( example via scp , also available under Windows CMD box )

    Code Block
    themeFadeToGrey
    gigaset@ubuntu:~$ scp cli@192.168.3.202:/tmp/pub/measure-dump.tar .
    cli@192.168.3.202's password: 
    measure-dump.tar                                                                                                                                100%  293     0.3KB/s   00:00    
  • Example of tar file structure for three sites

    Code Block
    themeFadeToGrey
    gigaset@ubuntu:~$ tar t -f ./measure-dump.tar
    measurements/
    measurements/00001_Aaa/
    measurements/00001_Aaa/Aaa_BsA_HsLocB_measurement.csv
    measurements/00001_Aaa/Aaa_BsA_HsLocC_measurement.csv
    measurements/00001_Aaa/Aaa_HsLocB_dps.csv
    measurements/00002_Bbb/
    measurements/00002_Bbb/Bbb_BsA_HsLocB_measurement.csv
    measurements/00002_Bbb/Bbb_BsA_HsLocC_measurement.csv
    measurements/00002_Bbb/Bbb_HsLocB_dps.csv
    measurements/00003_Ccc/
    measurements/00003_Ccc/Ccc_BsA_HsLocB_measurement.csv
    measurements/00003_Ccc/CccHsLocB_dps.csv
  • Delete measurement logs for one site Aaa

    Code Block
    themeFadeToGrey
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump -r Aaa
    
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump -l
    Bbb
    Ccc
    
    
  • Delete measurement logs for all sites

    Code Block
    themeFadeToGrey
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump -r
    MEASUREMENT: /tmp/pub/measure-dump.tar does not exist
    
    cli@base-dm-int-7c2f80c6e48e:~$ measure-dump -l
    cli@base-dm-int-7c2f80c6e48e:~$ 
    
    

Web-browser download via URL

Anchor
newspkdownloadurl
newspkdownloadurl
You can download this file also via your browser, example: https://<IP address>/pub/measure-dump.tar