iface-modem-3gpp: add SubscriptionState property
This commit is contained in:

committed by
Aleksander Morgado

parent
564b3610fd
commit
f9a4f87d52
@@ -441,11 +441,14 @@ print_modem_info (void)
|
||||
" | enabled locks: '%s'\n"
|
||||
" | operator id: '%s'\n"
|
||||
" | operator name: '%s'\n"
|
||||
" | subscription: '%s'\n"
|
||||
" | registration: '%s'\n",
|
||||
VALIDATE_UNKNOWN (mm_modem_3gpp_get_imei (ctx->modem_3gpp)),
|
||||
facility_locks,
|
||||
VALIDATE_UNKNOWN (mm_modem_3gpp_get_operator_code (ctx->modem_3gpp)),
|
||||
VALIDATE_UNKNOWN (mm_modem_3gpp_get_operator_name (ctx->modem_3gpp)),
|
||||
mm_modem_3gpp_subscription_state_get_string (
|
||||
mm_modem_3gpp_get_subscription_state ((ctx->modem_3gpp))),
|
||||
mm_modem_3gpp_registration_state_get_string (
|
||||
mm_modem_3gpp_get_registration_state ((ctx->modem_3gpp))));
|
||||
|
||||
|
Reference in New Issue
Block a user