Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-08 | Fix off by one error in assembly serialize | Denis Kenzior | 1 | -1/+1 | |
The proper PDU was not being written out fully | |||||
2009-09-08 | Write state of SMS assembly to disk and restore on startup. | Andrzej Zaborowski | 4 | -5/+271 | |
This way we can continue receiving segmented messages over a reset or crash. | |||||
2009-09-08 | Fix style issue | Denis Kenzior | 1 | -2/+2 | |
2009-09-08 | Move create_dirs to storage.c, add file read/write utilities | Andrzej Zaborowski | 3 | -65/+165 | |
2009-09-08 | Do supported dialect detection in sms.c | Denis Kenzior | 1 | -0/+8 | |
2009-09-08 | Refactor SMS language dialect encoding / decoding | Denis Kenzior | 2 | -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-08 | Fix style issues | Denis Kenzior | 1 | -36/+18 | |
2009-09-08 | Use SMS national language identifier when decoding | Aki Niemi | 2 | -2/+63 | |
Adds support for decoding SMSs encoded using national language single shift and locking shift tables. | |||||
2009-09-08 | Add support for national language variants | Aki Niemi | 2 | -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-08 | Add modem properties for booleans | Marcel Holtmann | 1 | -0/+25 | |
2009-09-04 | Some modems don't return from ATD until connected | Denis Kenzior | 1 | -1/+2 | |
Yet they send progress indications all the way up to connected, which breaks the current logic. | |||||
2009-09-04 | Don't emit disconnect reason if unknown | Denis Kenzior | 1 | -1/+3 | |
2009-09-04 | For incoming call case, send hangup | Denis Kenzior | 1 | -2/+5 | |
CHLD=1X doesn't work for incoming calls on some devices. This is more portable | |||||
2009-09-03 | Get rid of stupid debug message | Denis Kenzior | 1 | -2/+0 | |
2009-09-02 | Fix emitting Modems Property in the wrong place | Denis Kenzior | 1 | -2/+4 | |
2009-09-02 | Squash compiler warning | Denis Kenzior | 1 | -0/+2 | |
2009-09-02 | Get rid of node argument in ofono_modem_create | Denis Kenzior | 1 | -4/+12 | |
2009-09-02 | Add simple utility to validate paths | Denis Kenzior | 2 | -0/+46 | |
2009-09-02 | Add modem property capability | Denis Kenzior | 1 | -0/+123 | |
Add ofono_modem_set_string & ofono_modem_get_string Add ofono_modem_set_integer & ofono_modem_get_integer | |||||
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 12 | -12/+12 | |
2009-09-01 | Add ofono_modem_get_powered | Denis Kenzior | 1 | -0/+8 | |
2009-09-01 | Add vendor flag capability to voicecalls | Denis Kenzior | 1 | -4/+4 | |
2009-09-01 | Add vendor flag capability to ussd | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to ssn | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability for sms | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to sim | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to phonebook | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag capability to netreg | Denis Kenzior | 1 | -3/+2 | |
2009-09-01 | Add vendor flag capability to devinfo | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag to call-settings | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor parameter to call-meter | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Add vendor flag to call-forwarding | Denis Kenzior | 1 | -2/+2 | |
2009-09-01 | Introduce vendor parameter to call-barring | Denis Kenzior | 1 | -3/+4 | |
2009-08-31 | Fix being able to set powered after failure | Denis Kenzior | 1 | -1/+4 | |
If enable failed, subsequent attempts will also fail. | |||||
2009-08-31 | Don't return sdn numbers until ready | Denis Kenzior | 1 | -1/+3 | |
2009-08-31 | Simplify EFsdn reading code | Denis Kenzior | 1 | -25/+28 | |
2009-08-31 | Rename MNCLength to MobileNetworkCodeLength | Denis Kenzior | 1 | -3/+3 | |
2009-08-31 | Refactor sim mnc length | Denis Kenzior | 1 | -7/+8 | |
2009-08-31 | Style Fix | Denis Kenzior | 1 | -4/+2 | |
2009-08-31 | Simplify nested ifs | Denis Kenzior | 1 | -15/+15 | |
2009-08-31 | Simplify overly complicated code | Denis Kenzior | 1 | -16/+16 | |
2009-08-31 | Expose service dialling numbers stored on SIM through SimManager. | Andrzej Zaborowski | 3 | -7/+218 | |
2009-08-31 | Decode and encode alpha-identifier fields | Andrzej Zaborowski | 4 | -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-31 | Read EFad and expose the IMSI MNC length (2-3) | Andrzej Zaborowski | 2 | -0/+45 | |
2009-08-30 | Add debug to modem_create | Denis Kenzior | 1 | -0/+2 | |
2009-08-29 | Make history drivers work again | Denis Kenzior | 1 | -3/+7 | |
2009-08-25 | Fix typo in technology name | Aki Niemi | 1 | -1/+1 | |
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 2 | -67/+4 | |
2009-08-24 | Use script to generate list of builtin plugin symbols | Marcel Holtmann | 2 | -1/+18 | |
2009-08-24 | Use proper variables for various commands | Marcel Holtmann | 1 | -5/+6 | |