summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-12-17 11:20:57 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-12-26 11:04:05 +0100
commit791fb38417566b3cbde2450000049bd62c356305 (patch)
treedb0348c23fcba38537badd980427ea18e5578c75 /cli
parent3fac73a113bcfcca6a68ac24f44c15e0d1ea0d2d (diff)
downloadModemManager-791fb38417566b3cbde2450000049bd62c356305.tar.gz
cli: fix 3GPP location mcc/mnc field names
Diffstat (limited to 'cli')
-rw-r--r--cli/mmcli-output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c
index a01ff48a3..aa701d809 100644
--- a/cli/mmcli-output.c
+++ b/cli/mmcli-output.c
@@ -203,8 +203,8 @@ static FieldInfo field_infos[] = {
[MMC_F_LOCATION_GPS_SUPL_SERVER] = { "modem.location.gps.supl-server", "a-gps supl server", MMC_S_MODEM_LOCATION_GPS, },
[MMC_F_LOCATION_GPS_ASSISTANCE] = { "modem.location.gps.assistance", "supported assistance", MMC_S_MODEM_LOCATION_GPS, },
[MMC_F_LOCATION_GPS_ASSISTANCE_SERVERS] = { "modem.location.gps.assistance-servers", "assistance servers", MMC_S_MODEM_LOCATION_GPS, },
- [MMC_F_LOCATION_3GPP_MCC] = { "modem.location.3gpp.mcc", "operator code", MMC_S_MODEM_LOCATION_3GPP, },
- [MMC_F_LOCATION_3GPP_MNC] = { "modem.location.3gpp.mnc", "operator name", MMC_S_MODEM_LOCATION_3GPP, },
+ [MMC_F_LOCATION_3GPP_MCC] = { "modem.location.3gpp.mcc", "operator mcc", MMC_S_MODEM_LOCATION_3GPP, },
+ [MMC_F_LOCATION_3GPP_MNC] = { "modem.location.3gpp.mnc", "operator mnc", MMC_S_MODEM_LOCATION_3GPP, },
[MMC_F_LOCATION_3GPP_LAC] = { "modem.location.3gpp.lac", "location area code", MMC_S_MODEM_LOCATION_3GPP, },
[MMC_F_LOCATION_3GPP_TAC] = { "modem.location.3gpp.tac", "tracking area code", MMC_S_MODEM_LOCATION_3GPP, },
[MMC_F_LOCATION_3GPP_CID] = { "modem.location.3gpp.cid", "cell id", MMC_S_MODEM_LOCATION_3GPP, },