Teach USSD to recognise password change strings.
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>
Thu, 18 Jun 2009 04:04:23 +0000 (06:04 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 18 Jun 2009 21:57:58 +0000 (16:57 -0500)
commitf93376229a83d9f3f58e0e7f39fcd55ef97fbccb
tree645e645553e74fb47a01a2e87a509f8281bb814c
parent9156607bc9a84711419fe70e64f199316e50e71b
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/common.c
src/common.h
src/modem.h
src/ussd.c
src/ussd.h
unit/test-common.c