Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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-12 | Fix compilation error with missing return value | Marcel Holtmann | 1 | -1/+2 | |
2009-09-11 | Update the network registration API | Denis Kenzior | 1 | -0/+10 | |
2009-09-11 | Support base station name cell broadcasts | Denis Kenzior | 1 | -2/+41 | |
If we receive an immediate cell-specific cell broadcast, report it as the base station id up to netreg atom | |||||
2009-09-11 | Add utility for setting the netreg base station | Denis Kenzior | 2 | -0/+40 | |
2009-09-11 | Enable registration / location updates for CBS | Denis Kenzior | 1 | -1/+126 | |
- This tracks the current Location Area Code / Cell ID and PLMN. If any of these change, the assembly is notified. This is required to implement proper CBS message duplicate detection according to 23.041 | |||||
2009-09-11 | Add network registration status watch capability | Denis Kenzior | 2 | -0/+70 | |
2009-09-11 | Remove extra free of cbs assembly | Denis Kenzior | 1 | -10/+2 | |
2009-09-11 | Create watchlists during register | Denis Kenzior | 2 | -4/+5 | |
2009-09-11 | Port sim ready watch to __ofono_watchlist | Denis Kenzior | 1 | -76/+17 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 14 | -273/+87 | |
2009-09-11 | Refactor various watch functions | Denis Kenzior | 5 | -166/+188 | |
Use a common core kernel for all the watcher registrations / notifications. This is now done in watch.c | |||||
2009-09-10 | Add netreg getter functions | Denis Kenzior | 2 | -0/+51 | |
- Get Location, CellID - Current Operator - Registration Status - Technology | |||||
2009-09-10 | Fix cut-paste error | Denis Kenzior | 1 | -1/+1 | |
2009-09-10 | Ensure CBS is in a known state at startup | Denis Kenzior | 1 | -4/+7 | |
2009-09-10 | Add ability to expire PLMN wide messages | Denis Kenzior | 3 | -3/+12 | |
2009-09-10 | Fix double free issue | Denis Kenzior | 1 | -2/+0 | |
2009-09-10 | Fix unused variable | Denis Kenzior | 1 | -2/+0 | |
2009-09-10 | Keep modem->powered_pending up to date after set_powered. | Andrzej Zaborowski | 1 | -3/+6 | |
Without this once a request to power up the modem fails, modem.c won't retry even when asked. | |||||
2009-09-10 | Fix generation of Message Waiting PropertyChanged signals. | Andrzej Zaborowski | 1 | -3/+3 | |
2009-09-10 | Fix parsing of Enhanced Voicemail notifications. | Andrzej Zaborowski | 1 | -6/+12 | |
2009-09-10 | Enable cell broadcast for phonesim plugin | Denis Kenzior | 1 | -0/+2 | |