summaryrefslogtreecommitdiffstats
path: root/src/ssn.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-11Create watchlists during registerDenis Kenzior1-3/+3
2009-09-11Refactor various watch functionsDenis Kenzior1-83/+27
Use a common core kernel for all the watcher registrations / notifications. This is now done in watch.c
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag capability to ssnDenis Kenzior1-2/+2
2009-08-19Fix whitespace and style issuesDenis Kenzior1-1/+1
2009-08-14Refactor cssn into ofono_ssnDenis Kenzior1-0/+303
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