summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/call-forwarding.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-26Create ofono_phone_number structDenis Kenzior1-10/+13
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead.
2009-05-21Make the Call Forwarding atmodem driver workDenis Kenzior1-4/+19
2009-05-10Add initial implementation of AT modem driverDenis Kenzior1-0/+247