Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-22 | Assume sms is registered only when sim ready | Denis Kenzior | 1 | -58/+12 | |
2009-09-22 | Assume cbs is registered after sim ready | Denis Kenzior | 1 | -48/+8 | |
2009-09-22 | Assume netreg is registered when sim ready | Denis Kenzior | 1 | -56/+16 | |
2009-09-18 | Fix trailing whitespace | Marcel Holtmann | 1 | -1/+1 | |
2009-09-18 | Add disconnection function | Denis Kenzior | 1 | -0/+22 | |
2009-09-18 | Simplify cleanup logic | Denis Kenzior | 1 | -21/+17 | |
2009-09-17 | Refactor language preference parsing | Denis Kenzior | 1 | -71/+85 | |
- Make sure to handle capital / lower case ISO639 strings - Properly handle the case where files are empty / unused - Don't emit the signal unless the preferences are useable - Simplify the logic and be a bit more readable | |||||
2009-09-17 | Simplify function logic | Denis Kenzior | 1 | -8/+8 | |
2009-09-17 | Use g_ascii_isdigit | Denis Kenzior | 1 | -2/+1 | |
2009-09-17 | Fix potential memory leak | Denis Kenzior | 1 | -0/+6 | |
2009-09-17 | Rename function to be more clear | Denis Kenzior | 1 | -2/+2 | |
2009-09-17 | Use existing function for converting to iso639 | Denis Kenzior | 3 | -28/+5 | |
2009-09-17 | Assume CBS is registered when SIM ready | Denis Kenzior | 1 | -41/+8 | |
2009-09-17 | Present list of preferred languages on SimManager interfce. | Andrzej Zaborowski | 2 | -0/+218 | |
We try to detect the old (2G / 2G+, 51.011) EFlp format and deal with the file contents accordingly. | |||||
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 9 | -34/+120 | |
2009-09-17 | Split populate modem driver method | Denis Kenzior | 2 | -14/+50 | |
Introduce two new methods - pre_sim - SIM is not inserted or locked. This should populate the modem with atoms that can be used without the SIM. Generally this is the devinfo atom, the sim atom and the voice call atom (emergency calls only) - post_sim - SIM is ready. This method should populate the modem with the remaining atoms | |||||
2009-09-16 | Add sim api documentation | Denis Kenzior | 1 | -0/+83 | |
2009-09-16 | Add reading of various CBS related EFs | Denis Kenzior | 2 | -0/+185 | |
- EFcbmi - Cell Broadcast Identifiers - EFcbmir - Cell Broadcast Identifier Ranges - EFcbmid - Cell Broadcast Identifiers for Data Download | |||||
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 | gisi: Make reachability detection more robust | Aki Niemi | 1 | -2/+4 | |
2009-09-16 | Increase network scan/set timeout values | Aki Niemi | 1 | -2/+2 | |
2009-09-16 | Make sure unit tests also use right pdu buffer len | Denis Kenzior | 1 | -2/+2 | |
2009-09-16 | Check received PDUs fit in the buffer, fix buffer size. | Andrzej Zaborowski | 1 | -3/+14 | |
2009-09-16 | Fix: do not leak memory, cleanup the topic list | Denis Kenzior | 1 | -0/+12 | |
2009-09-16 | Fix restrict keyword usage | Aki Niemi | 2 | -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 | gisi: Add ISI version and reachability check API | Aki Niemi | 4 | -1/+159 | |
This patch adds an API for querying the ISI version of the resource with which the client is associated. This information is only available after g_isi_verify() has been called on the client. This is because we use the version query message as a vehicle for reachability checking. | |||||
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 | Add introspection interface to the output of introspection calls | RISKÓ Gergely | 1 | -1/+7 | |
This provides better compatibility with some D-Bus clients, such as qdbus. | |||||
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 | Add support for long sub-block header | Aki Niemi | 2 | -29/+44 | |
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 | Add and modify string getters | Aki Niemi | 2 | -6/+30 | |
Add a getter for latin ASCII only tags, and change the alpha tag getter. Turns out not all alpha tags in ISI are of the length-value variety. | |||||
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 | gisi: Add ISI sub-block iterator | Aki Niemi | 3 | -1/+216 | |
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 | 4 | -0/+219 | |
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 | |