summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
AgeCommit message (Collapse)AuthorFilesLines
2009-09-16Check received PDUs fit in the buffer, fix buffer size.Andrzej Zaborowski1-3/+14
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior13-267/+85
2009-09-10Ensure CBS is in a known state at startupDenis Kenzior1-4/+7
2009-09-10Add atmodem cell broadcast driverDenis Kenzior4-17/+206
2009-09-08Read messages left over in ME storage on startup.Andrzej Zaborowski1-0/+125
On modems that don't support +CMT (or for class 2 SMSes) the messages are stored in the modem and then read and deleted from there in two separate steps with no warranty that deletion succeeds or (more likely) power is cut before the deletion happens. Over time the memory may become full and if we don't want to deal with this condition we need to check on startup if there are messages we haven't deleted. We can't differentiate between those messages and those the user already had on the SIM / modem before installing ofono or switching phones, so we might want to deliver messages with REC READ status with some kind of indication that these are potentially old so the UI doesn't emit spurious alerts. We don't do this now and just deliver as usual.
2009-09-04Rename at.h to atmodem.hDenis Kenzior14-13/+13
2009-09-04Break common at utilities to atutils.c/.hDenis Kenzior4-55/+110
2009-09-04Remove unused declarationDenis Kenzior1-2/+0
2009-09-04Remove unused structureDenis Kenzior1-7/+0
2009-09-03Add quirk for network-registration for calypsoDenis Kenzior2-7/+43
Support calypso-specific AT%CSQ notifications
2009-09-02G1: Add an SMS quirk for CNMI modeAndres Salomon2-5/+15
The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an "Error 303" when we specify NMI mode 2. Adding a quirk to drop that mode from the supported list (just use mode 1) allows the G1 to properly deal with SMS.
2009-09-01Rename generic_at drivers to atmodemDenis Kenzior12-12/+12
Be more consistent with directory naming
2009-09-01Make remove functions not return anythingDenis Kenzior12-28/+12
2009-09-01change int vendor to unsigned int vendorDenis Kenzior12-15/+22
2009-09-01Add stub vendor.h fileDenis Kenzior1-0/+24
2009-09-01Add vendor flag capability to voicecallsDenis Kenzior1-2/+3
2009-09-01Add vendor flag capability to ussdDenis Kenzior1-1/+4
2009-09-01Add vendor flag capability to ssnDenis Kenzior1-1/+4
2009-09-01Add vendor flag capability for smsDenis Kenzior1-2/+4
2009-09-01Add vendor flag capability to simDenis Kenzior1-1/+4
2009-09-01Add vendor flag capability to phonebookDenis Kenzior1-2/+3
2009-09-01Add vendor flag capability to netregDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to devinfoDenis Kenzior1-3/+5
2009-09-01Add vendor flag to call-settingsDenis Kenzior1-1/+5
2009-09-01Add vendor parameter to call-meterDenis Kenzior1-2/+4
2009-09-01Add vendor flag to call-forwardingDenis Kenzior1-1/+5
2009-09-01Introduce vendor parameter to call-barringDenis Kenzior1-1/+5
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann2-1/+1
2009-08-21Remove org.ofono.at.ManagerDenis Kenzior3-617/+0
2009-08-21Remove unused functionDenis Kenzior1-6/+0
2009-08-20Rename ofono_modem_*_userdataDenis Kenzior1-1/+1
Rename ofono_modem_get_userdata to ofono_modem_get_data Rename ofono_modem_set_userdata to ofono_modem_set_data For consistency with other drivers
2009-08-20Fix unused variable pbdDenis Kenzior1-1/+0
2009-08-20Fix unused variable chatDenis Kenzior1-1/+0
2009-08-20Fix implicit declaration of ofono_netreg_createDenis Kenzior1-0/+1
2009-08-20Update the AT modem driver to the new devinfo apiDenis Kenzior3-170/+232
2009-08-19Remove modem member from cb_dataDenis Kenzior11-45/+42
2009-08-19Fix release specific not reporting proper reasonDenis Kenzior1-1/+1
The proper disconnect reason was not being reported in the at modem voicecall plugin
2009-08-19Remove poll_clcc variableDenis Kenzior1-26/+17
The reference implementation will always poll. If a modem vendor has extensions for call status reporting, then those should be used in a separate driver
2009-08-19Update the AT modem voicecall driver for new APIDenis Kenzior3-223/+247
2009-08-19Remove dead code in voicecall at driverDenis Kenzior1-31/+0
2009-08-19Update netreg AT modem driver to the new APIDenis Kenzior3-96/+109
2009-08-19Port AT modem driver to the new MWI apiDenis Kenzior1-0/+15
2009-08-19Remove unneeded function callDenis Kenzior1-1/+0
2009-08-19Update SIM AT driver to the new APIDenis Kenzior3-43/+69
2009-08-19Port SMS AT modem driver to the new APIDenis Kenzior3-179/+178
2009-08-19Remove unused memberDenis Kenzior1-1/+0
2009-08-17Port the USSD at driver to the new APIDenis Kenzior3-23/+47
2009-08-14Update the AT modem SSN driver to the new APIDenis Kenzior4-65/+146
2009-08-14Update the at phonebook driver to the new APIDenis Kenzior3-103/+111
2009-08-14Update at call settings driver to new APIDenis Kenzior3-46/+71