diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2009-06-18 06:04:23 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-06-18 16:57:58 -0500 |
commit | f93376229a83d9f3f58e0e7f39fcd55ef97fbccb (patch) | |
tree | 645e645553e74fb47a01a2e87a509f8281bb814c /src/modem.h | |
parent | 9156607bc9a84711419fe70e64f199316e50e71b (diff) | |
download | ofono-f93376229a83d9f3f58e0e7f39fcd55ef97fbccb.tar.bz2 |
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.
Diffstat (limited to 'src/modem.h')
-rw-r--r-- | src/modem.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |