Hi,
I've been using the following API call to get LTE signal info from MX67C:
GET /networks/[networkId]/devices/[serial]/uplink
and it outputs
"signal": "csq 16,99",
For this case RSSI of -81dBm is considered good, but both RSRP and RSRQ displayed on the dashboard are very poor:
Reference Signal Received Power (RSRP)-120
Reference Signal Received Quality (RSRQ)-18
Basically what I'm saying is RSSI by itself is not that helpful, is there a way to get the more relevant RSRP and RSRQ using API?
Thanks!