From f93376229a83d9f3f58e0e7f39fcd55ef97fbccb Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Thu, 18 Jun 2009 06:04:23 +0200 Subject: Teach USSD to recognise password change strings. This is slightly hacky, part of ussd.c responsible for registering services is duplicated and parse_ss_control_string is modified to accept a fourth SI fragment in the input string. --- src/modem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modem.h') diff --git a/src/modem.h b/src/modem.h index 6ed4a2a3..d322df8d 100644 --- a/src/modem.h +++ b/src/modem.h @@ -28,6 +28,7 @@ struct ofono_modem { void *userdata; GSList *ss_control_list; + GSList *ss_passwd_list; struct ofono_modem_data *modem_info; struct network_registration_data *network_registration; -- cgit v1.2.3