Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-24 | common: '+' is not valid phone number anymore | Paavo Leinonen | 1 | -0/+3 | |
Reject phone number if it contains only plus sign. | |||||
2011-02-24 | emulator: Remove unneeded parens | Denis Kenzior | 1 | -1/+1 | |
2011-02-23 | location-reporting: add atom implementation | Rafael Ignacio Zurita | 2 | -0/+395 | |
2011-02-23 | emulator: return if SLC is not yet established | Denis Kenzior | 1 | -1/+3 | |
2011-02-23 | emulator: add BRSF support | Frédéric Danis | 1 | -1/+44 | |
2011-02-23 | emulator: add CMER support | Frédéric Danis | 1 | -2/+105 | |
2011-02-23 | emulator: Reflow the code slightly | Denis Kenzior | 1 | -14/+12 | |
2011-02-23 | emulator: add CIND support | Frédéric Danis | 1 | -0/+81 | |
2011-02-23 | emulator: add support of indicators | Frédéric Danis | 2 | -1/+150 | |
2011-02-23 | emulator: Disable echo for hfp emulators | Frédéric Dalleau | 1 | -0/+2 | |
2011-02-19 | emulator: fix whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2011-02-18 | emulator: add dialing support | Gustavo F. Padovan | 1 | -0/+121 | |
It handles client ATD*99# request and then initiate the PPP negotiation. IP forward through the new ppp interface is not done yet. Initially based on patches from Zhenhua Zhang <zhenhua.zhang@intel.com> | |||||
2011-02-18 | sim: Check for SIM lockout condition | Denis Kenzior | 1 | -3/+12 | |
When a user tries to lock/unlock/change a PIN and enters it wrongly several times, it is possible to lock themselves out. In this case we should drop to a pre-sim state, wait for the user to enter the PUK and re-init the sim. | |||||
2011-02-18 | sim: Move stuff around and remove forward decl | Denis Kenzior | 1 | -24/+23 | |
2011-02-18 | sim: move stuff around | Denis Kenzior | 1 | -49/+49 | |
2011-02-17 | stk: Partially handle Refresh command | Andrzej Zaborowski | 1 | -0/+65 | |
Only the four "NAA initialisation" modes are handled at the moment. | |||||
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 | |