Refactor cssn into ofono_ssn
authorDenis Kenzior <denkenz@gmail.com>
Fri, 14 Aug 2009 23:49:01 +0000 (18:49 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 14 Aug 2009 23:49:01 +0000 (18:49 -0500)
commit314c0facc3a64483c18c20bae8b42b275a6476d7
treebb0673359587a46251d43da93842b0801d3e66fa
parent6482d98e56852f6b80abf6fc89e3b14a7c3da2f0
Refactor cssn into ofono_ssn

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
include/Makefile.am
include/ssn.h [new file with mode: 0644]
src/Makefile.am
src/call-barring.c
src/cssn.c [deleted file]
src/cssn.h [deleted file]
src/modem.c
src/ofono.h
src/ssn.c [new file with mode: 0644]
src/voicecall.c