From ad95567e88eadf452c7e48a1d97bac4b741c206b Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 8 Jan 2012 16:15:39 +0100 Subject: cli: print Rm protocol in bearer info --- cli/mmcli-bearer.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cli/mmcli-bearer.c') diff --git a/cli/mmcli-bearer.c b/cli/mmcli-bearer.c index 4015de39..96231c78 100644 --- a/cli/mmcli-bearer.c +++ b/cli/mmcli-bearer.c @@ -169,13 +169,16 @@ print_bearer_info (MMBearer *bearer) " | IP type: '%s'\n" " | user: '%s'\n" " | password: '%s'\n" - " | number: '%s'\n", + " | number: '%s'\n" + " | Rm protocol: '%s'\n", VALIDATE_NONE (mm_bearer_properties_get_apn (properties)), mm_bearer_properties_get_allow_roaming (properties) ? "allowed" : "forbidden", VALIDATE_NONE (mm_bearer_properties_get_ip_type (properties)), VALIDATE_NONE (mm_bearer_properties_get_user (properties)), VALIDATE_NONE (mm_bearer_properties_get_password (properties)), - VALIDATE_NONE (mm_bearer_properties_get_number (properties))); + VALIDATE_NONE (mm_bearer_properties_get_number (properties)), + VALIDATE_UNKNOWN (mmcli_get_cdma_rm_protocol_string ( + mm_bearer_properties_get_rm_protocol (properties)))); g_object_unref (properties); } -- cgit v1.2.3-70-g09d2