Device Placement
Include Page |
---|
| Antenna Placement |
---|
| Antenna Placement |
---|
|
Mounting Types
Pole Mounting
Include Page |
---|
| _Pole Mounting |
---|
| _Pole Mounting |
---|
|
Center |
---|
Scroll Title |
---|
title | Figure - Pole mounting |
---|
|
|
|
Poles with Stretching
Include Page |
---|
| _Poles with Stretching |
---|
| _Poles with Stretching |
---|
|
Wall Mounting
Include Page |
---|
| _Wall Mounting |
---|
| _Wall Mounting |
---|
|
Pole Requirements
Include Page |
---|
| _Pole Requirements |
---|
| _Pole Requirements |
---|
|
Spectral aggregation of two wireless links
Spectral aggregation should be taken into account when planning composite backhauling links, when installing devices in close proximity to each other (on the same pole) or in order to implement redundancy and link aggregation. For more information, proceed with the "Link aggregation, balancing and redundancy" article. The devices located close to each other can cause mutual interference. Do not ignore the spectral aggregation rules, otherwise it can lead to a degradation of the wireless links.
Center |
---|
|
Let's look at an example with two wireless links:
- Link 1 is established between the Master 1 and Slave 1 devices. Link 2 between Master 2 and Slave 2.
- Links 1 and 2 are parallel to each other. The coverage areas of the Master 1 and Master 2 devices intersect and that leads to mutual interference in case of applying improper diversity methods
- The Slave 1 and Slave 2 devices can interfere with Master 2 and Master 1. However, due to the significantly higher mutual interference between Master 1 and Master 2, the interference from slave devices can be neglected.
In order to avoid the mutual interference for collocated devices, it is necessary to implement space diversity or to configure a sufficient guard interval between the used frequency bands.
This article describes space and frequency diversity in both scenarios when TDD synchronization is used or when it's not used.The InfiLINK XG and InfiLINK XG 1000 families of devices have a built-in GNSS receiver, which along with the connected external ANT-SYNC antenna allows to achieve TDD synchronization based on the signal received from the satellite system. TDD (time division duplex) synchronization assumes that data is received and transmitted by the devices at strictly allocated time intervals, in accordance with the radio frame period and with the downlink/uplink ratio settings. By default, only the slave device transmission is synchronized using the master's internal synchronization source. When the synchronization mode based on GNSS is enabled, the devices will receive a synchronization signal from the global navigation system and will transmit data simultaneously with the other InfiLINK XG devices on which the synchronization mode is activated.
Space diversity
Without synchronization
In case that the GNSS based synchronization is not used, the minimal space diversity between edges of the antennas on the same mast should be at least three metres in the horizontal or vertical planes.
Center |
---|
|
With synchronization
In case that the synchronization is enabled, in order to achieve the minimum mutual interference between the Master 1 and Master 2 devices, the distance can be reduced to 1 meter.
Center |
---|
|
Frequency diversity
Without synchronization
When synchronization is not used between the Master 1 and Master 2 devices, the guard interval values for each channel width that are shown in the table should be used. Increasing the guard interval beyond the recommended values does not lead to a significant improvement in the RSSI.
Center |
---|
Channel width, MHz | Guard interval, MHz |
---|
40 | 10 | 20 | 10 | 10 | 5 |
|
An example of frequency diversity for a 40 MHz channel width:
Center |
---|
|
With synchronization
The GNSS synchronization of Master 1 and Master 2 allows to reduce the size of the guard interval. The minimum noise level is required, as well the interference level from the other Slave device should not exceed the RSSI level received from its own Slave device. However, we do not recommend reducing the guard interval below the values shown in the table above.
Note |
---|
|
During the configuration of the InfiLINK XG 1000 family, the minimum necessary guard interval between the center frequencies of the “Carrier 0” (first radio module) and “Carrier 1” (second radio module) should be set to: Center |
---|
Channel width, MHz | Guard interval, MHz |
---|
10 | 20 | 20 | 40 | 40 | 80 |
|
|
GNSS based synchronization settings
To perform GNSS based synchronization, each InfiLINK XG/InfiLINK XG 1000 master must be connected to an external GLONASS/GPS antenna - ANT-SYNC.
Identical radio frame period and downlink ratio values must be set for each link in order to make sure that the synchronization works properly. The automatic downlink ratio selection is not allowed.
Center |
---|
|
Note |
---|
|
The ANT-SYNC antenna is not included in the standard packing list. For more information about this antenna, proceed to the ANT-SYNC article. |
Configuration via WEB interface
To enable synchronization, go to the "General" - "GNSS and Location" section, check the boxes next to the "Active GNSS Antenna" and "GNSS Receiver On" options.
Center |
---|
|
Go to the "Radio" - "TDD Synchronization" section, select the "gnss" synchronization method from the drop-down list. Click on the "Apply" button. GNSS synchronization must be enabled on each master device. Slave devices must remain in freerun mode and will receive synchronization from the master's GNSS receiver.
Warning |
---|
|
In case there is no satellite available, the link will not be established in the "gnss" synchronization mode. |
Master device configuration:
Center |
---|
|
Slave device configuration:
Center |
---|
|
For more details on the radio parameters's configuration proceed to the "Radio" TUM section.
Configuration via CLI
The synchronization should be configured only at the master device.
Enable the GNSS receiver by entering the "gps start" command. To display information about the GNSS receiver statistics use the "gps coordinates" command. The "HDOP" parameter value should be 1,5 or higher, otherwise the synchronization won't work properly.
Code Block |
---|
|
#1> gps start
#1> gps coordinates
Satellites: 8
LAT/LONG: 56.811911/60.547041
Altitude: 275.89
HDOP: 0.92
FIX: 3D, GLONASS
Total GPS time: 17:43:19
Total nonvalid time: 00:00:01(0%)
Number of losses: 0
Now coordinates are valid last 17:43:18
Satellites histogram:
^
|
2.0 +
|
3.0 +
|
4.0 +
|
5.0 +
| <1%
6.0 +
| 1%
7.0 +
|||||||||||||||||||||||||||||||||||||||||||||||||| 99%
v
SATmin= 5 SATmax= 10 |
Enable GNSS based TDD synchronization by using the "xg -tdd-sync-src gnss" command. To apply the settings, the device must be rebooted. Save the configuration using the "config save" command and then to reboot the device enter the "restart" command and confirm by typing "y".
Code Block |
---|
|
#1> xg -tdd-sync-src gnss
xg: there are settings that can be applied only after reboot
*tdd-sync-src
#1> config save
Current configuration saved successfully
#1> restart
Reboot... Are you sure [y/n] ?y
System restarted |