summaryrefslogtreecommitdiffstats
path: root/src/cssn.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14Refactor cssn into ofono_ssnDenis Kenzior1-174/+0
Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed
2009-07-29Remove all uses of modem.hDenis Kenzior1-1/+0
2009-07-14Make CSSN use proper typesDenis Kenzior1-4/+4
2009-05-26Create ofono_phone_number structDenis Kenzior1-2/+2
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-12Fix fallout of CSSD support patchMarcel Holtmann1-1/+0
2009-05-12Add an API for a CSSI/CSSU notifications.Andrzej Zaborowski1-0/+176