From 1eb177dd0ee0c92d251f41f902a5bd17ea9d7fe2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 1 Apr 2025 09:53:46 -0500 Subject: 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 --- cli/mmcli-output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/mmcli-output.h') 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, -- cgit v1.2.3-70-g09d2