aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-simple.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-12 16:34:04 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:50 +0100
commit8c704ea7a25c2efc1927d63b42853a4d13b55965 (patch)
treef73cb1d489d682d2136ee62b5b55cf94ac24f50d /cli/mmcli-modem-simple.c
parentd2af326e1a4a6223930ae6af8c336c478a0437f5 (diff)
libmm-glib: prefix with '3gpp' the 3GPP-specific simple status properties
Diffstat (limited to 'cli/mmcli-modem-simple.c')
-rw-r--r--cli/mmcli-modem-simple.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c
index 6b2d5624..5419b6b2 100644
--- a/cli/mmcli-modem-simple.c
+++ b/cli/mmcli-modem-simple.c
@@ -237,9 +237,9 @@ status_process_reply (MMModemSimpleStatusProperties *result,
VALIDATE_UNKNOWN (bands_str),
VALIDATE_UNKNOWN (access_tech_str),
mmcli_get_3gpp_registration_state_string (
- mm_modem_simple_status_properties_get_registration_state (result)),
- VALIDATE_UNKNOWN (mm_modem_simple_status_properties_get_operator_code (result)),
- VALIDATE_UNKNOWN (mm_modem_simple_status_properties_get_operator_name (result)));
+ mm_modem_simple_status_properties_get_3gpp_registration_state (result)),
+ VALIDATE_UNKNOWN (mm_modem_simple_status_properties_get_3gpp_operator_code (result)),
+ VALIDATE_UNKNOWN (mm_modem_simple_status_properties_get_3gpp_operator_name (result)));
g_free (access_tech_str);
g_free (bands_str);