aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.c
diff options
context:
space:
mode:
authorFrederic Martinsons <frederic.martinsons@unabiz.com>2023-01-01 08:40:27 +0100
committerAleksander Morgado <aleksander@aleksander.es>2023-01-18 11:00:17 +0000
commit766962167c99665a10825328b65bf67523d7cd3f (patch)
tree7982e456ca121d3ce09b9f2090f06ae2b279fe42 /cli/mmcli-output.c
parent3b56efed0b2b815093f43ff5008e36c7c2e00615 (diff)
cli: add formating option (json and key/value) for created SMS
Fixes #657 Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Diffstat (limited to 'cli/mmcli-output.c')
-rw-r--r--cli/mmcli-output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c
index ac68f242..6da8ac0d 100644
--- a/cli/mmcli-output.c
+++ b/cli/mmcli-output.c
@@ -169,6 +169,7 @@ static FieldInfo field_infos[] = {
[MMC_F_TIMEZONE_LEAP_SECONDS] = { "modem.time.leap-seconds", "leap seconds", MMC_S_MODEM_TIMEZONE, },
[MMC_F_MESSAGING_SUPPORTED_STORAGES] = { "modem.messaging.supported-storages", "supported storages", MMC_S_MODEM_MESSAGING, },
[MMC_F_MESSAGING_DEFAULT_STORAGES] = { "modem.messaging.default-storages", "default storages", MMC_S_MODEM_MESSAGING, },
+ [MMC_F_MESSAGING_CREATED_SMS] = { "modem.messaging.created-sms", "created sms", MMC_S_MODEM_MESSAGING, },
[MMC_F_SIGNAL_REFRESH_RATE] = { "modem.signal.refresh.rate", "refresh rate", MMC_S_MODEM_SIGNAL, },
[MMC_F_SIGNAL_RSSI_THRESHOLD] = { "modem.signal.threshold.rssi", "rssi threshold", MMC_S_MODEM_SIGNAL, },
[MMC_F_SIGNAL_ERROR_RATE_THRESHOLD] = { "modem.signal.threshold.error-rate", "error rate threshold", MMC_S_MODEM_SIGNAL, },