From c4f59aebe00c0cd25c4d27ed9e58b690e6b4b878 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 7 Jan 2022 12:53:30 +0100 Subject: mmcli,modem: new '--get-cell-info' action --- cli/mmcli-output.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/mmcli-output.h') 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 */ -- cgit v1.2.3-70-g09d2