diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-04-03 20:58:04 +0000 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-04-03 20:58:04 +0000 |
commit | 3a2a7897d1a527d905085e884328cba9b1166805 (patch) | |
tree | 6cb936097251b0173f2940412d7bec4a0232e011 /cli/mmcli-output.h | |
parent | 45313ebef8ea0a7f9e0d501227798ff2d1dc4c4a (diff) | |
parent | 1eb177dd0ee0c92d251f41f902a5bd17ea9d7fe2 (diff) |
Merge request !1323 from 'mbim-data-class-unknown'
broadband-modem-mbim: consistently handle custom data classes
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1323
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 1 |
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, |