Template:Networking RUTOS FAQ Band Lock

What is band lock

Mobile connectivity solutions are rapidly spreading in many different areas and industries. It provides attractive advantages, such as high availability, widespread coverage, relatively cheap implementation and mobility. In many cases, fiber optics or broadband solutions are simply unavailable or impractical. Usually, deploying mobile connectivity is a fast and simple process, but, occasionally, the default and automated set up does not result in the highest possible bandwidth or the application itself requires faster data rates, than the initial setup provides. There are many different factors that affect the quality and speed of mobile connection, but one of the ways to achieve a better performance is to use certain frequencies. When the user equipment is picking the frequency band to use, the selected option is not necessarily the fastest one. It often is just the most available with the best signal quality indicators at the current moment. Depending on the changing connectivity conditions, the selected band can change as well. Different frequency band will provide different speed as speed is highly dependent on the bandwidth of that band and the congestion of the cell tower at that frequency. Even though higher frequencies provide higher data rates, in certain conditions quite the opposite is true, faster connectivity might be acquired on the lower end of the spectrum. Modems used in Teltonika devices support a feature, which allows to manually select a specific band or several bands from all the available ones, and force the connection through those specified frequency bands. Selecting one band will force the device to use that specific band, selecting several will allow switching between them. The ability to fix bands through which mobile connection is carried out is called band lock.

Band lock setting

RUTOS WebUI

The steps to select and lock LTE bands on Teltonika devices are as follows:

  1. Open device‘s WebUI and go to NetworkMobileGeneral.
  2. If necessary, select the SIM card you want to apply band lock to.
  3. Under the SIM card settings section, select Service mode 4G (LTE) only, otherwise, in case of no LTE signal and depending on availability, the router will switch to 3G or 2G service.
  4. Set the Band selection to Manual.
  5. A list of available bands will appear, select your desired band or bands. The list may differ, depending on the module and region the device is made for.
  6. Press Save at the bottom of the page.

Networking rutos faq LTE Band Lock Config v2.png

You can check if the router established connectivity through your selected band by going to StatusNetworkMobile. In the mobile information table provided, there is a line called Connected band. It shows the band the device is currently connected to, which should also be the band that was chosen manually.

Networking rutos faq LTE Band Lock Result v1.png

Routers, which have LTE category 6 modems and higher, support a feature called Carrier aggregation. It allows to combine data streams, using more than one frequency band simultaneously, into a single pipeline, which results in improved connection speeds. Bands for carrier aggregation can also be selected manually. Please note that, in order for CA to work, both chosen bands must provide acceptable connection parameters.

Networking rutos faq LTE Band Lock Config CA v1.PNG

In this case, connection details shown in StatusNetworkMobile section also display a carrier aggregation status as Dual, indicating that modem has established connectivity between two different frequencies.

Networking rutos faq LTE Band Lock Config CA result v1.PNG

The pool of bands for the router to choose from can be limited by selecting only several of all the bands available, like in the example in the picture below.

LTE Band Lock Config WebUI list v1.PNG

The router the chooses the best available band or bands from the list at the moment and connects to them. LTE Band Lock Config WebUI list result v1.PNG


AT commands

Specific band can be set by simply typing an AT command in the command line. The command is written in the following structure:

gsmctl –A AT+QCFG=“band“, [<bandval>,<ltebandval>,<tdsbandval>[,<effect>]]  

Where

  • bandval is a hexadecimal value that specifies WCDMA frequency band. If set to 0, it means not to change the WCDMA frequency band.

A table of possible <bandval> values and their meanings.

Value Description
00000000 No change
00000010 WCDMA 2100
00000020 WCDMA 1900
00000040 WCDMA 850
00000080 WCDMA 900
00000100 WCDMA 800
00000200 WCDMA 1700
00000800 WCDMA 1800
00001000 WCDMA Japan 850
0000FFFF Any frequency band

  • ltebandval is a hexadecimal value that specifies the LTE frequency band. (eg.: 0x15=0x1(LTE B1)+0x4(LTE B3)+0x10(LTE B5)).

A table of possible <ltebandval> values and their meanings.

Value Description
0 or 0x40000000 No change
0x1 LTE Band 1 2100MHz
0x4 LTE Band 3 1800MHz
0x10 LTE Band 5 850MHz
0x40 LTE Band 7 2600MHz
0x80 LTE Band 8 900MHz
0x80000 LTE Band 20 800MHz
0x7FFFFFFFFFFFFFFF Any frequency band

  • tdsbandval is a hexadecimal value that specifies the TD - SCDMA frequency band.

A table of possible <tdsbandval> values and their meanings.

Value Description
0 or 0x40000000 No change
0x1 TDS Band A
0x2 TDS Band B
0x4 TDS Band C
0x8 TDS Band D
0x10 TDS Band E
0x20 TDS Band F

  • effect states when to take effect.

A table of possible <effect> values and their meanings.

Value Description
0 Take effect after UE reboots
1 Take effect immediately

Here is an example command:

gsmctl -A AT+QCFG=“band”, 0, 44, 0, 1

gsmctl command is specifically used to communicate with the modem module of the router, allowing to control and obtain information via command line interface. The -A option means that the following will be an AT command. The “ AT+QCFG=“band”“ AT command is used for band configuration, in this case, setting specific bands. The meaning of the following numeric values:

  • 0 – no change for WCDMA band settings.
  • 44 - 0x4(LTE Band 3)+0x40(LTE Band 7)) = 0x44 – specifies a dual LTE band locking for bands 3 and 7.
  • 0 – no changes for tdsbandval.
  • 1 – applies new settings immediately.

To get information about what LTE band the device is connected to, use this AT command:

gsmctl -A AT+QCAINFO?

The output of the command in CLI:

Networking RUTOS faq LTE Band Lock Config CLI v1.PNG

Result in the WebUI:

Networking RUTOS faq LTE Band Lock Config CLI result v1.PNG

Things to consider

Manual band lock can be a potential solution to increase mobile connectivity speeds by choosing the correct band. However, every different frequency band and their combinations should be tested to find, which bands give the best results. Besides, there are many variables that influence the performance of mobile connectivity and radio based communications in general. For example, in case of heavy cell tower loads, reduced speeds are expected and changing an LTE band will probably have no significant improvement. On the other hand, changing the type of service to 3G might have an effect. A detailed look at different factors impacting the speeds of mobile connectivity is provided in the website below:

https://wiki.teltonika-networks.com/view/LTE_Speed_Discrepancies

As mentioned, the available bands to select from, depends on the Teltonika device used and the region the device is designed for. The specific frequency bands supported by different devices are provided in the website below:

https://wiki.teltonika-networks.com/view/Frequency_Bands

External links

https://www.youtube.com/watch?v=CAkjQ6a2qdc - A video tutorial summarizing what Band lock is and how to configure it on Teltonika devices.