Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-14 | Refactor supplementary service drivers | Aki Niemi | 3 | -39/+65 | |
2010-01-14 | Refactor SIM driver | Aki Niemi | 1 | -32/+34 | |
2010-01-14 | Refactor CBS driver | Aki Niemi | 1 | -13/+15 | |
2010-01-14 | Clean up style issues | Aki Niemi | 3 | -12/+9 | |
2010-01-14 | Fix cell ID and LAC values | Aki Niemi | 1 | -2/+2 | |
2010-01-12 | Style: Extraneous space | Denis Kenzior | 1 | -1/+1 | |
2010-01-12 | Style: space after function argument comma pair | Denis Kenzior | 1 | -7/+7 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 4 | -8/+8 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 4 | -11/+10 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |
2010-01-11 | Add support for modem control | Aki Niemi | 1 | -12/+159 | |
This adds support to the PN_MTC server, allowing querying and control of the modem power state. | |||||
2010-01-11 | Refactor netreg driver | Aki Niemi | 1 | -74/+56 | |
2010-01-11 | Refactor voicecall driver | Aki Niemi | 1 | -19/+24 | |
2010-01-11 | Refactor phonebook driver | Aki Niemi | 1 | -9/+11 | |
2010-01-11 | User new debug facility | Aki Niemi | 1 | -1/+1 | |
2010-01-11 | Include renamed files | Aki Niemi | 5 | -8/+9 | |
2010-01-11 | Remove contact from boilerplate | Aki Niemi | 6 | -12/+0 | |
2010-01-11 | Add debug implementation | Aki Niemi | 2 | -345/+818 | |
Alsoo remove call specific debugs. | |||||
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 17 | -746/+1208 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2010-01-11 | Split isi.h into isimodem.h and isiutil.h | Aki Niemi | 2 | -56/+64 | |
2010-01-06 | Port isimodem to the new framework | Denis Kenzior | 1 | -1/+1 | |
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 7 | -8/+15 | |
This will be needed for GPDS. | |||||
2009-12-08 | Fix: Change the order of register & set_powered | Denis Kenzior | 1 | -1/+1 | |
2009-12-04 | Get rid of list_calls in isi driver | Denis Kenzior | 1 | -16/+0 | |
2009-10-29 | Update the isimodem driver to the new API | Denis Kenzior | 1 | -2/+2 | |
2009-10-16 | Fix conditional statement | Aki Niemi | 1 | -1/+2 | |
2009-10-16 | Fix: restrict keyword use breaking distcheck | Aki Niemi | 1 | -2/+2 | |
2009-10-16 | isimodem/voicecall.c: initial version | Pekka Pessi | 3 | -35/+2008 | |
Implementing all the voicecall methods. Tested with Nokia 2008 modems. - problems in call creation are probably not reported properly - deflect not implemented in modem, not properly tested TODO: Clean up style issues and align with other drivers. | |||||
2009-10-16 | Refactor sub-sub-block handling | Aki Niemi | 1 | -112/+94 | |
2009-10-14 | Add isimodem drivers for call barring, forwarding and waiting | Alexander Kanavin | 4 | -50/+1200 | |
2009-10-09 | Refactor subblock iterators. | Pekka Pessi | 3 | -23/+12 | |
Always initialize iterators. Try to avoid pointer arithmetics on NULL; in other words, move all pointer arithmetics inside g_isi_sb_iter_init(). There are 4 different ways for representing sub blocks in ISI message: - 8-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 8-bit sub_blocks count, 16-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 16-bit sub_block_id/sub_block_len The compact form g_isi_sb_iter_init() supports 8-bit sub_block count before start of the sub blocks themselves and 8-bit sub_block_id and sub_block_len. The full form g_isi_sb_iter_init_full() with explicit longhdr and sub_block count supports all other cases. | |||||
2009-10-07 | Hack for reading EFSPN on isimodem sim driver | Jukka Saunamaki | 1 | -7/+99 | |
In the absence of low-level access to the SIM card, we're adding this hack to expose the SPN using ISI's high-level access instead. | |||||
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 1 | -4/+11 | |
2009-09-16 | Miscellaneous clean-ups | Aki Niemi | 2 | -23/+13 | |
2009-09-16 | Add proper bootstrapping to phonebook driver | Aki Niemi | 1 | -4/+17 | |
2009-09-16 | Increase network scan/set timeout values | Aki Niemi | 1 | -2/+2 | |
2009-09-15 | Add proper bootstrap using g_isi_verify() | Aki Niemi | 1 | -1/+17 | |
2009-09-15 | Remove version query; use gisi/client.h instead | Aki Niemi | 1 | -88/+32 | |
2009-09-15 | Fix error reporting in phonebook driver | Aki Niemi | 1 | -3/+6 | |
2009-09-15 | Remove extra debug | Aki Niemi | 1 | -2/+0 | |
2009-09-15 | Fix a possible but improbable leak | Aki Niemi | 2 | -2/+2 | |
2009-09-14 | Fix compiler warnings on 64-bit systems | Marcel Holtmann | 3 | -8/+8 | |
2009-09-14 | Fix to use gisi/iter.h to decode sub-blocks | Aki Niemi | 1 | -114/+75 | |
2009-09-14 | Adapt to changed sub-block iterator API | Aki Niemi | 2 | -7/+9 | |
2009-09-14 | Refactor to use gisi/iter.h | Aki Niemi | 1 | -129/+62 | |
2009-09-14 | Modify to use the new alpha tag getter | Aki Niemi | 1 | -3/+18 | |
2009-09-14 | Coding style clean-ups | Aki Niemi | 1 | -21/+33 | |
2009-09-14 | Use gisi/iter.h for decoding sub-blocks | Aki Niemi | 1 | -201/+71 | |
2009-09-14 | Clean up IMSI decoding | Aki Niemi | 1 | -9/+10 | |
2009-09-14 | Remove trailing WS | Aki Niemi | 2 | -3/+3 | |