You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same modem and also don't have RSSI displayed, but I solved it by adding this to /usr/share/3ginfo-lite/modem/usb/12d11506 after the first line:
if [ -n "$CSQ" ]; then
RSSI=$(awk 'BEGIN {print -113 + '$CSQ'*2}')
#[ -n "$ADDON" ] && ADDON="$ADDON,"
#ADDON="$ADDON"'{"RSSI":"'$RSSI' dBm"}'
fi
I have the following LTE stick:
Modem type | Huawei e3372
Revision / Firmware | 21.180.01.00.00
IP adress / Communication Port | /dev/ttyUSB1
Protocol | ncm
All quality metrics like CSQ, RSRQ or RSRP are available, but RSSI is missing.
The text was updated successfully, but these errors were encountered: