summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-09-08Fix off by one error in assembly serializeDenis Kenzior1-1/+1
The proper PDU was not being written out fully
2009-09-08Write state of SMS assembly to disk and restore on startup.Andrzej Zaborowski4-5/+271
This way we can continue receiving segmented messages over a reset or crash.
2009-09-08Fix style issueDenis Kenzior1-2/+2
2009-09-08Move create_dirs to storage.c, add file read/write utilitiesAndrzej Zaborowski3-65/+165
2009-09-08Do supported dialect detection in sms.cDenis Kenzior1-0/+8
2009-09-08Refactor SMS language dialect encoding / decodingDenis Kenzior2-67/+86
- Introduce new enum gsm_dialect instead of unsigned char arguments - Use ISO639 3 letter codes for conversion tables - Use a single lookup table instead of 4 different ones
2009-09-08Fix style issuesDenis Kenzior1-36/+18
2009-09-08Use SMS national language identifier when decodingAki Niemi2-2/+63
Adds support for decoding SMSs encoded using national language single shift and locking shift tables.
2009-09-08Add support for national language variantsAki Niemi2-107/+512
Add API for supporting character conversion using national language variants. Also, add conversion tables for Turkish, Spanish and Portuguese, and fix the default table. The lookup algorithms were tweaked to support multiple tables.
2009-09-08Add modem properties for booleansMarcel Holtmann1-0/+25
2009-09-04Some modems don't return from ATD until connectedDenis Kenzior1-1/+2
Yet they send progress indications all the way up to connected, which breaks the current logic.
2009-09-04Don't emit disconnect reason if unknownDenis Kenzior1-1/+3
2009-09-04For incoming call case, send hangupDenis Kenzior1-2/+5
CHLD=1X doesn't work for incoming calls on some devices. This is more portable
2009-09-03Get rid of stupid debug messageDenis Kenzior1-2/+0
2009-09-02Fix emitting Modems Property in the wrong placeDenis Kenzior1-2/+4
2009-09-02Squash compiler warningDenis Kenzior1-0/+2
2009-09-02Get rid of node argument in ofono_modem_createDenis Kenzior1-4/+12
2009-09-02Add simple utility to validate pathsDenis Kenzior2-0/+46
2009-09-02Add modem property capabilityDenis Kenzior1-0/+123
Add ofono_modem_set_string & ofono_modem_get_string Add ofono_modem_set_integer & ofono_modem_get_integer
2009-09-01change int vendor to unsigned int vendorDenis Kenzior12-12/+12
2009-09-01Add ofono_modem_get_poweredDenis Kenzior1-0/+8
2009-09-01Add vendor flag capability to voicecallsDenis Kenzior1-4/+4
2009-09-01Add vendor flag capability to ussdDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to ssnDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability for smsDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to simDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to phonebookDenis Kenzior1-2/+2
2009-09-01Add vendor flag capability to netregDenis Kenzior1-3/+2
2009-09-01Add vendor flag capability to devinfoDenis Kenzior1-2/+2
2009-09-01Add vendor flag to call-settingsDenis Kenzior1-2/+2
2009-09-01Add vendor parameter to call-meterDenis Kenzior1-2/+2
2009-09-01Add vendor flag to call-forwardingDenis Kenzior1-2/+2
2009-09-01Introduce vendor parameter to call-barringDenis Kenzior1-3/+4
2009-08-31Fix being able to set powered after failureDenis Kenzior1-1/+4
If enable failed, subsequent attempts will also fail.
2009-08-31Don't return sdn numbers until readyDenis Kenzior1-1/+3
2009-08-31Simplify EFsdn reading codeDenis Kenzior1-25/+28
2009-08-31Rename MNCLength to MobileNetworkCodeLengthDenis Kenzior1-3/+3
2009-08-31Refactor sim mnc lengthDenis Kenzior1-7/+8
2009-08-31Style FixDenis Kenzior1-4/+2
2009-08-31Simplify nested ifsDenis Kenzior1-15/+15
2009-08-31Simplify overly complicated codeDenis Kenzior1-16/+16
2009-08-31Expose service dialling numbers stored on SIM through SimManager.Andrzej Zaborowski3-7/+218
2009-08-31Decode and encode alpha-identifier fieldsAndrzej Zaborowski4-11/+46
Add identifier argument to sim_adn_parse and sim_adn_build. Also fix the number length passed to extract_bcd_number in sim_adn_parse.
2009-08-31Read EFad and expose the IMSI MNC length (2-3)Andrzej Zaborowski2-0/+45
2009-08-30Add debug to modem_createDenis Kenzior1-0/+2
2009-08-29Make history drivers work againDenis Kenzior1-3/+7
2009-08-25Fix typo in technology nameAki Niemi1-1/+1
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann2-67/+4
2009-08-24Use script to generate list of builtin plugin symbolsMarcel Holtmann2-1/+18
2009-08-24Use proper variables for various commandsMarcel Holtmann1-5/+6