Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-10-02 | Fix: Quiet a warning | Denis Kenzior | 1 | -0/+1 | |
2009-10-02 | Make generic sim driver work with 3G SIMs | Denis Kenzior | 1 | -12/+18 | |
3G (UICC) based SIMs use a different response format than 2G sims. In theory this also allows us to determine whether SIM filesystem format is 3G or 2G | |||||
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 1 | -1/+1 | |
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 1 | -12/+2 | |
This format is described in 51.011 and the older 11.11. It is not supported by newer 3G UICC based devices & sim card combinations | |||||
2009-09-29 | Add at modem call volume driver | Denis Kenzior | 3 | -0/+237 | |
2009-09-29 | Be more numerically stable | Denis Kenzior | 1 | -2/+2 | |
2009-09-29 | Use none_prefix in cssn | Denis Kenzior | 1 | -1/+3 | |
2009-09-23 | Add plugin interface for getting PIN lock state. | Andrzej Zaborowski | 1 | -0/+61 | |
It may be useful to have the information of whether card is currently locked and emit events when this changes but if we want to have it as a property, we would need properties for all types of locks and it wouldn't be all that useful. | |||||
2009-09-22 | Refactor: Do not use int instead of enum | Denis Kenzior | 1 | -6/+6 | |
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead | |||||
2009-09-22 | Don't treat READY CPIN result differently | Denis Kenzior | 1 | -9/+8 | |
2009-09-22 | Move SSN unsolicited notification activation | Denis Kenzior | 2 | -6/+5 | |
2009-09-22 | Rearrange sim password enum | Denis Kenzior | 1 | -30/+31 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 1 | -0/+241 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
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-16 | Check received PDUs fit in the buffer, fix buffer size. | Andrzej Zaborowski | 1 | -3/+14 | |
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 | |
2009-09-14 | Remove unnecessary debug | Aki Niemi | 1 | -2/+0 | |
2009-09-14 | Add basic bootsrap for the SMS driver | Aki Niemi | 1 | -0/+127 | |
2009-09-14 | Add preliminary CBS driver | Aki Niemi | 3 | -0/+218 | |
2009-09-14 | Add proper bootstrapping for netreg driver | Aki Niemi | 1 | -1/+36 | |
Use the ISI version query to bootstrap the netreg driver. | |||||
2009-09-14 | Remove unnecessary debugs | Aki Niemi | 1 | -35/+4 | |
2009-09-12 | Fix registration status decoding | Aki Niemi | 1 | -1/+1 | |
2009-09-12 | Fixes for proper coding style | Aki Niemi | 1 | -47/+81 | |
2009-09-12 | Fix signal strength value calculation | Aki Niemi | 1 | -14/+28 | |
2009-09-12 | Add IMSI retrieval to sim driver | Aki Niemi | 1 | -5/+130 | |
Modified patch originally provided by Jukka Saunamäki. | |||||
2009-09-12 | Fix to use new success/failure callback macros | Aki Niemi | 2 | -55/+16 | |
2009-09-12 | Add implementation of netreg driver | Aki Niemi | 1 | -16/+940 | |
2009-09-12 | Clean up macros for success/failure callbacks | Aki Niemi | 1 | -13/+18 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 14 | -273/+87 | |
2009-09-10 | Ensure CBS is in a known state at startup | Denis Kenzior | 1 | -4/+7 | |
2009-09-10 | Add atmodem cell broadcast driver | Denis Kenzior | 4 | -17/+206 | |