From 99ca2f5a1ca122895c8f584d31caf9fe6725375b Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 26 Nov 2021 13:02:26 +0100 Subject: cli: new 'profile enabled' setting in 3GPP profile --- cli/mmcli-output.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/mmcli-output.c') diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c index db79d74e..1769ce20 100644 --- a/cli/mmcli-output.c +++ b/cli/mmcli-output.c @@ -933,6 +933,8 @@ build_profile_human (GPtrArray *array, MMBearerAccessTypePreference access_type_preference; g_ptr_array_add (array, g_strdup_printf ("profile-id: %u", mm_3gpp_profile_get_profile_id (profile))); + g_ptr_array_add (array, g_strdup_printf (" profile enabled: %s", + mm_3gpp_profile_get_enabled (profile) ? "yes" : "no")); if ((aux = mm_3gpp_profile_get_profile_name (profile)) != NULL) g_ptr_array_add (array, g_strdup_printf (" profile name: %s", aux)); -- cgit v1.2.3-70-g09d2