Howto:Understanding DECT handover with IP1200

From innovaphone wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When a DECT handset is moved, then it may move out of the coverage area of its current radio (base or repeater).

In order to not drop the call in this case, the handset switches the radio used.

This is called “handover”.

Here is how it works.

Applies To

This information applies to

  • IP 1200

More Information

Problem Details

When a handset is using a specific radio to handle a call and the handset is moved to the edge of this radios coverage area, then the handset needs to find another radio that can handle the call.

It then needs to switch the call to the new radio and free the resources previously used on the old radio.

This process is referred to as “handover”.

Handover performance is key to an overall good system performance.

If handover is bad, then users will suffer bad voice quality during handover or finally dropped calls.

One major goal during deployment thus is to make sure good handover performance is achieved

Handover strategy

Handover is generally initiated by the handset itself.

This is why different handsets may show different handover performance and thus one of the reasons why using non-innovaphone handsets is always risky.

When a handset has a call, it will always monitor the transmission quality on the air.

This is done by looking at the number of bit errors during transmission.

This number of bit errors is measured as “Q-value”.

The higher the Q-value, the better the transmission quality.

The Q-value has a maximum of 64.

During a call, when the Q value drops below 52 or when it becomes unstable or when it drops below 58 while there is a base nearby that has at least 12dB better signal strength, the handset will initiate a handover.

The first step in this process is to look for another radio which may take over the call and provides better quality.

The handset will scan all available (that is, synchronized) radios in the DECT-System and choose the one with the highest signal strength at this point.

It will then try to initiate a handover to this radio (which may fail, e.g. when this radio has no free channels available).

If handover fails, then the handset will try again.

Please note that on the handset in deployment mode, the values are updated every half second only.

In areas with strange signal distortions, the Q value may change quickly which might not be visible on the display thus.

Possible problems with handover

While this approach works quite fine, it has some problems with it in some specific scenarios.

The handset will check for a handover every 4 seconds.

The full handover process may last up to 10 seconds.

So when designing a DECT system you need to make sure that the handset will have in fact enough time to perform a successful handover before it looses the current radio.

There are some typical scenarios which make this difficult.

Fast moving handsets

When a handset moves out of the coverage area of a radio, then the remaining time where it still will be within the coverage obviously depends on the speed of the handset.

There are many different usage patterns in DECT-Systems.

For example in many office environments, moving handsets are not really an issue as user rarely move during a call and if so, they are not fast.

However, in industrial environments, users often move all the time and they also may move fast.

If we assume a walking speed of 3.5 km/h and a handover time of 10s, then the theoretical coverage overlap required is (3500/3600)*10 = 10 meter.

If we assume a vehicle being used (such as a fork-lift truck) with a speed of 10 km/h, then we end up with 30m required.

Enough coverage overlap is key.

Partial overlaps

So far, we have just said that there must be “enough” coverage overlap.

However, the layout of the coverage overlap is also important.

Assume this standard scenario: a rectangular building where there shall be coverage in the surrounding area.

The radios are mounted in the middle of the walls.

There is a huge overlap area.

However, when a user walks from A to B, then the overlap area actually traversed is rather short.

Although at any point along the users path there is enough field strength, the call will likely drop due to the small overlap along the path.

Howto-Understanding DECT handover with IP1200 Handover01.PNG

It is better to mount the radios on the edges thus as shown below.


Howto-Understanding DECT handover with IP1200 Handover02.PNG

Handover speed

There are 2 kinds of handover implemented in the DECT system, bearer handover and connection handover.

Bearer handover is entirely done in the MAC layer, connection handover is done above in the signaling layer.

Bearer handover is usually faster and less noisy, so normally bearer handover is the better choice.

Moreover, bearer handover can be done as long as the call being handover does not change the base station it is on.

So using bearer handover, the call may switch from one repeater to another or it may even stay on the same repeater or base, just changing the channel used.

Use of bearer handover is controlled by configuration (see below).

That is why repeater chains (repeaters not synced to base stations but to repeaters again) are special and need to be properly configured to work well.

The only drawback of bearer handover is that it reduces the maximum number of base stations in your system, as we will see now.

How to configure bearer handover

Use of bearer handover is controlled by the Sys-Mask configured in the radios (Configuration / DECT / System / Sys-Mask).

Normally, this is configured only in the IP-master IP1200 and replicated to the radios.

If you leave this field empty, then always connection hand over is done.

If you configure a value, then this value is used together with a radios radio-ID to determine how handover is to be performed.

Assume a handset wants to perform handover from radio A to radio B.

Then it calculates (A bitwise AND sysmask) and (B bitwise AND sysmask) and checks if both are equal.

If so, bearer handover is performed.

Practically, if sysmask is 0x3F (077 octal or 111111 binary) and the handover shall be done from radio-id 1 to radio id 2, then (1 bitwise AND 0x3f) is 1 and (2 bitwise AND 0x3f) is 2.

Since 1 is unequal 2, connection handover will take place.

Whereas if handover shall be done from radio-id 1 to radio-id 65, then (65 bitwise AND 0x3f) is 1 and since 1 is equal 1, bearer handover will take place.

So to force a bearer handover, you need to configure a sysmask.

You would then set the base stations radio-ids to a value between 0 and your bitmask value (0 to 63 if your bitmask is 0x3f) and the repeaters radio ids to the sync-sources radio + sysmask + 1.

Example: if your sysmask is 0x3f and the radio-id of one of your bases is 2, then you would set the repeaters radio-id to 66.

If you create a repeater chain, then you would set the radio-id of the second repeater to 130 and so on.

With this setting, you can have at most 64 bases stations and repeater chains can be up to 3 repeaters (e.g. 2, 66, 130, 194).

To have more base stations, set sysmask to 0x7f.

You then can have 128 base stations but only one repeater synced to a base (no chain).

To have longer repeater chains, set sysmask to 0x1f.

You then can have 32 base stations and up to 7 repeaters per chain (e.g. 2, 34, 66, 98, 130, 162, 194, 226).

Long repeater chains are not recommended though.

If you have no sysmask configured, no repeater chains are possible, as repeaters cannot perform connection handover. You can then configure up to 255 base stations but no repeaters.

Please note that there cannot be bearer handover from one base to another, only between base and repeater or 2 repeaters.

As a consequence, when you use repeater chains you will need to change the repeaters radio-ids if you need to change the sysmask after installation.

As repeaters can only be programmed using a serial cable, this may be a problem when physical access is difficult after final installation.

We recommend to use a sysmask of 0x3f if you are sure you will not need more than 64 bases, otherwise use 0x7f.

Here is an example of a simple repeater chain with a sysmask of 0x3f:


Understanding DECT handover with IP1200 Handover03.PNG

The repeaters however need not form a single chain though.

Consider the following example

Howto-Understanding DECT handover with IP1200 Handover04.PNG

This employs 2 chains to a single base.

In fact, repeaters may as well form a tree, as in the next example (using a sysmask of 0x1f):

Howto-Understanding DECT handover with IP1200 Handover05.PNG

Using bearer handover for difficult spots

As bearer handover is faster than connection handover, it may help in difficult deployment situations.

Howto-Understanding DECT handover with IP1200 Handover06.PNG

With only the 2 bases A and B, handover will be difficult as the overlap when walking from A to B is short.

Adding a repeater R which is synced to base B can help here.

When the user walks from A to B, the handset will likely at some point in time handover to R.

When proceeding, she will walk out of R’s coverage area rather quickly which then forces a handover to B.

If R can do bearer handover to B, then this may work out OK while a handover from A to B might fail, as it is slower and the time may not suffice.

This will not work when R is synced to A, as in the critical situation again a connection handover would be done.

Using external antennas to enforce bearer handover

Sometimes it is difficult to place a repeater so that bearer handover can take place and the repeater gets a reliable sync to the right base.

Consider the above example where 2 radios only have a short overlap.

If it is not feasible to mount the radios as suggested above, you may improve the situation by making sure bearer handover takes place when the user walks from area b to area a.

To do so, you would need to make sure that A actually is a repeater and B is a base A is synced to.

Setting the sysmask properly will ensure that a fast bearer handover takes place. However, getting A synced to B is difficult, as A is not in B’s coverage area.

To overcome, you may install an external antenna within B’s coverage area and attach it to A.

Howto-Understanding DECT handover with IP1200 Handover07.PNG

This will ensure that A is properly synched to B.

Please note that external antennas are used to grab a signal from or provide a signal to another radio.

They should not be used to provide coverage for portable parts!

Related Articels

Howto:How to configure IP1200

Howto:Rules for successful IP1200 deployment

Howto:How to program repeaters for DECT systems

Howto:Debugging tools for DECT deployment