Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-17 | cbs: Set topics on EFcbmid change only if powered | Denis Kenzior | 1 | -5/+6 | |
2011-02-17 | cbs: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -1/+31 | |
2011-02-17 | network: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -0/+66 | |
2011-02-17 | voicecall: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -7/+17 | |
2011-02-17 | sim: Tweak the behavior of sim_refresh slightly | Denis Kenzior | 3 | -14/+14 | |
Instead of notifying everyone of sim_inserted condition, we should simply notify the modem directly. It is the only one interested in this particular change. This partly reverts an earlier commit: 9498ad6b5633e350eb529f8efbe08270d95c8003 | |||||
2011-02-17 | sim: Implement basic Refresh | Andrzej Zaborowski | 2 | -12/+155 | |
2011-02-17 | modem.c: Handle SIM Resets | Andrzej Zaborowski | 1 | -4/+8 | |
The assumption so far was that SIM state would only go from NOT_PRESENT -> INSERTED -> READY -> NOT_PRESENT because there's no method to unauthenticate from SIM without removing. We need to be able to switch to INSERTED when SIM is being reset, reinitialised, etc. because going to NOT_PRESENT and then immediately INSERTED would be logically wrong. | |||||
2011-02-17 | emulator: always create emulators in offline state | Frédéric Danis | 3 | -1/+21 | |
this allows to fix problem when atom created in online state are destroyed when modem goes to offline state | |||||
2011-02-17 | emulator: unref GIOChannel after creation | Frédéric Dalleau | 1 | -0/+2 | |
2011-02-16 | devinfo: Handle BT DUN +GMI/+GMM/+GMR commands | Denis Kenzior | 1 | -0/+78 | |
2011-02-16 | emulator: Handle multiple emulator types | Frédéric Danis | 2 | -2/+13 | |
2011-02-16 | emulator: Initial public API implementation | Denis Kenzior | 1 | -0/+153 | |
2011-02-10 | sms: return immediately if cached flag is set | Denis Kenzior | 1 | -3/+3 | |
2011-02-10 | modem: Tweak online & powered watch APIs | Denis Kenzior | 2 | -5/+8 | |
2011-02-10 | emulator: Add basic emulator skeleton | Denis Kenzior | 2 | -0/+115 | |
2011-02-10 | modem: Fix up previous commit | Denis Kenzior | 2 | -5/+9 | |
2011-02-10 | modem Add powered watch API | Guillaume Zajac | 2 | -0/+54 | |
2011-02-10 | simfs: Fix leaking of the voicecall context | Denis Kenzior | 1 | -2/+9 | |
When we're shutting down all atoms are removed and the voicecall context does not have a chance to be freed. Make sure simfs frees it. | |||||
2011-02-09 | call-barring: Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
This was forgotten by the previous patch | |||||
2011-02-09 | call-barring: removed +CSSI type SS notifications | Andras Domokos | 1 | -74/+0 | |
2011-02-08 | gprs: Fixup error path | Denis Kenzior | 1 | -6/+12 | |
When we try to register the GPRS D-Bus interface and fail for some reason, calling gprs_unregister is not really kosher since much of the initialization has not yet been done. Call an intermediate function instead. | |||||
2011-02-08 | gprs,gprs-provision: add SPN to provisioning API | Jukka Saunamaki | 3 | -25/+68 | |
2011-02-08 | core: free GError objects returned by glib | Denis Kenzior | 3 | -1/+9 | |
2011-02-08 | sim: Fixup compiler complaints | Denis Kenzior | 1 | -1/+2 | |
src/sim.c:2396: error: comparison between signed and unsigned integer expressions src/sim.c:2396: error: comparison between signed and unsigned integer expressions | |||||
2011-02-08 | sim: Allow usage of SIM codes longer than 8 digits | Jussi Kangas | 6 | -60/+82 | |
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits. | |||||
2011-02-07 | voicecall: Fix check for ECT pre-conditions | Denis Kenzior | 1 | -1/+1 | |
We must have 1 Dialing / Alerting / Active call and a single non-multiparty held call. | |||||
2011-02-07 | simfs: Add function to notify all file watches | Denis Kenzior | 2 | -2/+31 | |
2011-02-07 | sim: Add implementation of sim file watching API | Denis Kenzior | 1 | -0/+14 | |
2011-02-07 | simfs: Add file changed watches to simfs contexts | Denis Kenzior | 2 | -0/+46 | |
2011-02-06 | sms: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-02-06 | sms: Be more paranoid when loading SMS settings | Denis Kenzior | 1 | -12/+29 | |
2011-02-06 | sms: Use a better pattern for bearer_from_string | Denis Kenzior | 1 | -8/+9 | |
2011-02-06 | gprs: Be a bit more paranoid when loading settings | Denis Kenzior | 1 | -2/+5 | |
2011-02-06 | sms: Add alphabet support to SMS atom | Aki Niemi | 1 | -2/+89 | |
2011-02-06 | plugin: Allow colon as plugin name separator | Marcel Holtmann | 1 | -2/+2 | |
2011-02-05 | smsutil: M16 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-02-05 | modem: M16 coding style fix | Jeevaka Badrappan | 1 | -3/+3 | |
2011-02-03 | smsutil: Fix compilation | Denis Kenzior | 1 | -2/+2 | |
2011-02-03 | smsutil: Add alphabet support to encoding | Aki Niemi | 2 | -7/+58 | |
2011-02-03 | util: Fix convert_utf8_to_gsm_best_lang logic | Denis Kenzior | 1 | -2/+3 | |
2011-02-03 | util: Add best dialect picker API | Aki Niemi | 2 | -0/+71 | |
2011-02-03 | util: Use gboolean for returning success / failure | Denis Kenzior | 1 | -16/+19 | |
2011-02-03 | util: Refactor conversion table handling | Aki Niemi | 2 | -80/+126 | |
2011-02-03 | core: Minor style tweaks | Denis Kenzior | 4 | -4/+0 | |
2011-02-03 | simfs: implement ofono_sim_context api | Andrzej Zaborowski | 8 | -68/+221 | |
2011-02-03 | simfs: Use cache for sim_fs_read_info requests too. | Andrzej Zaborowski | 1 | -58/+82 | |
There seems to be no reason that the fileinfo is cached for file read or block read requests but not info_only requests, so move code around to fix this. O_RDWR is changed to O_WRONLY for the cache file because the file is not being read in case of cache miss. | |||||
2011-02-02 | stk: Fix style issues | Aki Niemi | 1 | -4/+6 | |
2011-02-02 | stkutil: Remove trailing WS | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | util: Fix style issue with long lines | Aki Niemi | 1 | -48/+48 | |
2011-02-02 | sms: Fix indentation | Aki Niemi | 1 | -1/+1 | |