Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 unit test for Turkish variant | Aki Niemi | 1 | -1/+216 | |
Also fixes an error in the default table unit test. | |||||
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 option to phonesim to run with or without multiplexer | Marcel Holtmann | 2 | -1/+39 | |
2009-09-08 | Add modem properties for booleans | Marcel Holtmann | 2 | -0/+31 | |
2009-09-08 | Update test program for GAtMux API | Marcel Holtmann | 2 | -43/+101 | |
2009-09-08 | Hook up GAtMux with GSM 07.10 implementation | Marcel Holtmann | 2 | -4/+422 | |
2009-09-08 | Remove AT command and re-init support from GSM 07.10 | Marcel Holtmann | 2 | -84/+5 | |
2009-09-08 | Use NULL for init of function callbacks | Marcel Holtmann | 1 | -10/+10 | |
2009-09-08 | Export the GSM 07.10 status flags | Marcel Holtmann | 2 | -8/+9 | |
2009-09-07 | Fix g_at_chat_unref from command callback | Denis Kenzior | 1 | -11/+13 | |
The resources were being used after being freed in this case | |||||
2009-09-07 | Add a few more comments to the calypso plugin | Denis Kenzior | 1 | -4/+12 | |
2009-09-08 | Add more calypso specific quirks when using phonesim | Marcel Holtmann | 1 | -2/+12 | |
2009-09-08 | Mark some properties as integer so they get printed properly | Marcel Holtmann | 1 | -1/+2 | |
2009-09-08 | Add support for using phonesim and calypso for testing | Marcel Holtmann | 2 | -32/+90 | |
2009-09-06 | Update GSM 07.10 unit testing | Marcel Holtmann | 1 | -2/+63 | |
2009-09-06 | Update test script with more property tweaks | Marcel Holtmann | 1 | -3/+13 | |
2009-09-06 | Add functions for disconnect and debug handling | Marcel Holtmann | 2 | -2/+36 | |
2009-09-06 | Integrate the multiplexer into the AT chat library | Marcel Holtmann | 6 | -17/+15 | |
2009-09-06 | Use NULL instead of 0 for pointer arguments | Marcel Holtmann | 1 | -5/+7 | |
2009-09-06 | First round of coding style updates for GSM 07.10 implementation | Marcel Holtmann | 2 | -504/+529 | |
2009-09-05 | Add skeleton for AT multiplexer API | Marcel Holtmann | 3 | -1/+174 | |
2009-09-05 | Add unit testing tool for GSM 07.10 multiplexer | Marcel Holtmann | 3 | -2/+65 | |
2009-09-05 | Add missing HAVE_CONFIG_H checks | Marcel Holtmann | 4 | -0/+16 | |
2009-09-05 | Update copyright and license details for GSM 07.10 implementation | Marcel Holtmann | 2 | -47/+42 | |
2009-09-05 | Enable compilation of GSM 07.10 code | Marcel Holtmann | 2 | -3/+12 | |
2009-09-05 | Fix previous casting removal fix | Marcel Holtmann | 1 | -1/+1 | |
2009-09-05 | Remove another unneeded cast | Marcel Holtmann | 1 | -1/+1 | |
2009-09-05 | Use unsigned char array for buffer and remove char casting | Marcel Holtmann | 2 | -48/+48 | |
2009-09-05 | Make gsm0710_compute_crc and gsm0710_send_frame private functions | Marcel Holtmann | 2 | -112/+109 | |
2009-09-05 | Fix weird casting for callback execution | Marcel Holtmann | 1 | -12/+12 | |
2009-09-05 | Fix mixed declarations and code | Marcel Holtmann | 1 | -6/+6 | |
2009-09-05 | Import GSM 07.10 implementation from Qtopia | Marcel Holtmann | 2 | -0/+685 | |
2009-09-05 | Update modem configuration parameter parsing for generic AT plugin | Marcel Holtmann | 1 | -2/+2 | |
2009-09-04 | Fix unused variable warning | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Update calypso modem driver | Denis Kenzior | 1 | -1/+1 | |
Use calypso voicecalls driver | |||||
2009-09-04 | Add calypso voicecalls driver | Denis Kenzior | 4 | -0/+522 | |
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-04 | Fix distcheck | Denis Kenzior | 1 | -1/+1 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 14 | -13/+13 | |
2009-09-04 | Break common at utilities to atutils.c/.h | Denis Kenzior | 5 | -56/+113 | |
2009-09-04 | Remove unused declaration | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Remove unused structure | Denis Kenzior | 1 | -7/+0 | |
2009-09-04 | Make calypso plugin use the permissive parser | Denis Kenzior | 1 | -157/+1 | |
2009-09-04 | Make G1 driver use the permissive parser | Denis Kenzior | 1 | -85/+1 | |