Can link failover when signal is poor?

Can link failover when signal is poor?

Yes, you need to install lm-csq.rpk. When CSQ is lower than the set threshold, the link will be switched.
    • Related Articles

    • How to Enable RCMS via Configuration File

      Overview This guide explains how to configure RCMS settings using a config.xml file, which can be deployed via: Web UI USB drive Complete RCMS Configuration Block <rcms> <enable>true</enable> <rlink_enable>true</rlink_enable> ...
    • How to Set up Ping Detection

      Why Ping Detection is Critical Ping detection serves as an essential keep-alive mechanism for your RCMS (Remote Cloud Monitoring Solution) connectivity. This feature: Actively monitors real-time connectivity to the RCMS platform Identifies network ...
    • Understanding 5G Performance Factors in Mobile Networks

      Bandwidth Impact on 5G Performance The allocated bandwidth significantly influences 5G network performance: Narrow bandwidth (e.g., 3MHz) severely limits theoretical maximum speeds (15-25 Mbps) Standard 5G deployments typically utilize much wider ...
    • How to Integrate RCMS API with Python

      Project Setup 1. Create project directory: mkdir rcms_api cd rcms_api 2. Install required dependencies with pip for e.x.: python -m pip install requests 3. Create main client file rcms_client.py: import hashlib import hmac import json import time ...
    • How to Setup Ping Detection via Web UI

      Overview This guide explains how to configure ping detection for monitoring network connectivity on your cellular gateway device. Prerequisites Web UI access to the device Network server addresses for ping detection WWAN (cellular) interface ...