ofono/drivers/atmodem
Denis Kenzior 5fa4cd895c Refactor phonebook code
Use immediate mode reporting, which means that the individual CPBR
lines are reported up to the core immediately.  This has a couple
advantages:
  - We do not need to malloc/free a bunch of single variables
    and copy them over.  Helps performance.
  - The lines are not buffered up and given to the plugin in one
    shot, instead processing is performed piecemeal.  This helps
    with keeping memory consumption down to a minimum
2009-06-16 16:42:02 -05:00
..
at.h Export phonebook as vCard 3.0 format 2009-06-16 16:38:17 -05:00
atmodem.c Re-arrange destruction order 2009-06-16 16:38:27 -05:00
call-barring.c Ignore cls for call barring queries 2009-05-26 18:20:06 -05:00
call-forwarding.c Create ofono_phone_number struct 2009-05-26 18:18:12 -05:00
call-meter.c Add initial implementation of AT modem driver 2009-05-10 23:40:24 -07:00
call-settings.c Squash CallWaiting onto CallSettings interface 2009-05-28 18:28:40 -05:00
network-registration.c Fixup style issues with previous MCC/MNC patch 2009-06-12 19:33:55 -05:00
phonebook.c Refactor phonebook code 2009-06-16 16:42:02 -05:00
session.c Add initial implementation of AT modem driver 2009-05-10 23:40:24 -07:00
session.h Add initial implementation of AT modem driver 2009-05-10 23:40:24 -07:00
sim.c Do not use empty prefixes 2009-05-29 18:37:39 -05:00
sms.c Rework CMGR as an unsolicited notification 2009-06-16 16:38:15 -05:00
ussd.c Remove yet more unused variables. 2009-05-20 13:10:07 -05:00
voicecall.c Fix another pointer cast to use GINT_TO_POINTER 2009-06-11 23:45:04 -05:00