aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.h
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-04-01 09:53:46 -0500
committerDan Williams <dan@ioncontrol.co>2025-04-03 15:33:45 -0500
commit1eb177dd0ee0c92d251f41f902a5bd17ea9d7fe2 (patch)
tree6cb936097251b0173f2940412d7bec4a0232e011 /cli/mmcli-output.h
parentceb1cd9a99dcf67860af85e0d6fee2badc362a39 (diff)
cli: report 5GNR RSSI in extended signal info
MBIM modems report RSSI and sometimes don't report more detailed RSRP and SNR info their MBIMex v2 signal-state replies. RSSI gets reported for every other access technology, and while it's not as good a signal indicator as the others, we might as well show something. Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r--cli/mmcli-output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h
index a9f050d8..700b6800 100644
--- a/cli/mmcli-output.h
+++ b/cli/mmcli-output.h
@@ -214,6 +214,7 @@ typedef enum {
MMC_F_SIGNAL_LTE_RSRP,
MMC_F_SIGNAL_LTE_SNR,
MMC_F_SIGNAL_LTE_ERROR_RATE,
+ MMC_F_SIGNAL_5G_RSSI,
MMC_F_SIGNAL_5G_RSRQ,
MMC_F_SIGNAL_5G_RSRP,
MMC_F_SIGNAL_5G_SNR,