summaryrefslogtreecommitdiffstats
path: root/src/ussd.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18Teach USSD to recognise password change strings.Andrzej Zaborowski1-0/+10
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.
2009-06-18Move struct ussd_data definition out of the header.Andrzej Zaborowski1-7/+0
No fuctional change.
2009-06-01Change int type to enum for SS control callbacksDenis Kenzior1-1/+2
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+39