diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-07 12:53:30 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-18 09:00:10 +0000 |
commit | c4f59aebe00c0cd25c4d27ed9e58b690e6b4b878 (patch) | |
tree | 86046499b0c5d3c7139473073e1478153395515e /cli/mmcli-output.h | |
parent | dbeeb987456150c8a49ba5f6062ad6b96887cd38 (diff) |
mmcli,modem: new '--get-cell-info' action
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index bd06045b..180debd4 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -38,6 +38,7 @@ typedef enum { MMC_S_MODEM_MODES, MMC_S_MODEM_BANDS, MMC_S_MODEM_IP, + MMC_S_MODEM_CELL_INFO, MMC_S_MODEM_3GPP, MMC_S_MODEM_3GPP_EPS, MMC_S_MODEM_3GPP_5GNR, @@ -127,6 +128,8 @@ typedef enum { MMC_F_BANDS_CURRENT, /* IP section */ MMC_F_IP_SUPPORTED, + /* Cell info section */ + MMC_F_CELL_INFO, /* 3GPP section */ MMC_F_3GPP_IMEI, MMC_F_3GPP_ENABLED_LOCKS, @@ -392,6 +395,7 @@ void mmcli_output_pco_list (GList *pco_list); void mmcli_output_preferred_networks (GList *preferred_nets_list); void mmcli_output_profile_list (GList *profile_list); void mmcli_output_profile_set (MM3gppProfile *profile); +void mmcli_output_cell_info (GList *cell_info_list); /******************************************************************************/ /* Dump output */ |