Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-21 | netreg: Allow strength notifys at all times | Aki Niemi | 1 | -8/+0 | |
2010-10-21 | isimodem: Remove hack for notifying strength | Aki Niemi | 1 | -10/+0 | |
2010-10-21 | radio settings: Fix string to enum mapping | Aki Niemi | 1 | -4/+4 | |
2010-10-21 | gisi: Add method for verifying any resource | Mika Liljeberg | 2 | -6/+46 | |
Add g_isi_verify_resource() function to GIsiClient for verifying the reachability of an arbitrary resource. | |||||
2010-10-21 | gisi: store object handle for associated server | Mika Liljeberg | 3 | -0/+30 | |
2010-10-21 | gisi: Allow subscribes towards any resources | Mika Liljeberg | 2 | -79/+153 | |
Add methods to subscribe indications from an arbitrary resource. Configured resource id is treated as the default. Also added separate commit function for resource subscriptions in order to reduce the number of subscription messages sent to the modem. | |||||
2010-10-21 | gisi: make timeout optional | Mika Liljeberg | 1 | -20/+31 | |
2010-10-21 | gisi: Add sendto methods to GIsiClient | Mika Liljeberg | 2 | -11/+99 | |
Add g_isi_vsendto() and g_isi_sendto() methods for sending messages to an arbitrary Phonet address. | |||||
2010-10-21 | gatchat: Fix missing return value for g_at_chat_set_slave | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifx: Use Infineon specific phonebook vendor quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-10-21 | atmodem: Add support for IFX specific phonebook ready notification | Marcel Holtmann | 1 | -15/+50 | |
2010-10-21 | atmodem: Use g_try_new0 when checking for the result | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifxmodem: Add skeleton for Infineon specific GPRS context driver | Marcel Holtmann | 4 | -0/+50 | |
2010-10-21 | gatchat: Add skeleton for GAtRawIP module | Marcel Holtmann | 3 | -0/+181 | |
This adds the basic skeleton for a GAtRawIP support. It is only the skeleton with its intended API. It has no raw IP support yet. | |||||
2010-10-21 | ifx: Assign GPRS DLCs as slaves of the network DLC | Marcel Holtmann | 1 | -6/+11 | |
2010-10-21 | gatchat: Add support for slave chat instances | Marcel Holtmann | 2 | -0/+34 | |
This adds support to assign a slave chat instance to an existing chat instance. The slave chat is now additionally bound by the lifetime of its master chat instance. In case the master is cloned, the slave chat instance will also be cloned as well. With this it is possible to suspend the master while still have an active slave for notifications or extra commands. | |||||
2010-10-21 | ppp: Fix some coding style and memory leaks | Marcel Holtmann | 1 | -16/+16 | |
2010-10-21 | atmodem: Check for TUN/TAP support before enabling PPP | Marcel Holtmann | 1 | -0/+13 | |
2010-10-20 | stk: Support send ss response | Yang Gu | 1 | -0/+2 | |
2010-10-20 | stkutil: Add enum for additional error cause info | Yang Gu | 1 | -0/+22 | |
For terminal and supplementary services | |||||
2010-10-20 | radio settings: document FastDormancy property | Mika Liljeberg | 1 | -0/+22 | |
2010-10-20 | radio-settings: Get rid of unneeded casts | Denis Kenzior | 1 | -18/+22 | |
2010-10-20 | radio-settings: Fixup various style issues | Denis Kenzior | 1 | -13/+14 | |
2010-10-20 | isi: fix SMS | Pekka Pessi | 1 | -31/+60 | |
Align read-params with update-params properly. Align and fill tpdu sub block in submit. | |||||
2010-10-20 | isi: fix SMS | Pekka Pessi | 1 | -37/+56 | |
Read absence/presence flags from correct field. Try to avoid overwriting other SMS parameters but SCA address. Use g_isi_(v)send(). | |||||
2010-10-20 | isi: fix hangup_active and set_udub methods | Pekka Pessi | 1 | -24/+36 | |
The concept of "active" call seems to be overloaded. | |||||
2010-10-20 | voicecall: Document driver methods | Denis Kenzior | 1 | -0/+43 | |
2010-10-20 | isimodem: Fix setting SCA type | Aki Niemi | 1 | -1/+1 | |
2010-10-20 | atmodem: Decode and report time information from network | Marcel Holtmann | 1 | -4/+29 | |
2010-10-20 | atmodem: Add skeleton for time update reporting | Marcel Holtmann | 1 | -3/+51 | |
2010-10-20 | ifxmodem: Signal STK session end only after normal ending of command | Marcel Holtmann | 1 | -1/+2 | |
The Infineon modem returns more detailed information of the SIM Toolkit proactive sessions to the modem driver. A proactive session starts with the status response '91 xx' (proactive command pending) and ends with a status response response of '90 00' (normal ending of command) after Terminal Response. So only when receiving '90 00' result, the indication that the session has ended should be given to the core. | |||||
2010-10-19 | ifx: Wait for DLC creation to settle (internal multiplexer) | Marcel Holtmann | 1 | -8/+31 | |
When driving the Infineon modem with the builtin multiplexer there is a small race condition with setting up the channels and sending the first AT commands. The window here is pretty small, but it seems to be a modem firmware issue. In case the AT command is send right away it can happen that the modem does not process any further AT commands. In that case the setup is stuck and enabling the modem fails. Just adding a 10 milliseconds delay after DLC creation and before sending the first AT commands is enough to make this work smoothly. | |||||
2010-10-19 | sim: Read EFust and EFest after phase is known | Denis Kenzior | 1 | -11/+10 | |
2010-10-19 | simfs: Don't cache if phase is unknown | Denis Kenzior | 1 | -1/+4 | |
2010-10-19 | sim: Fix setting the correct phase from EFphase | Denis Kenzior | 1 | -3/+18 | |
2010-10-19 | phonesim: Add missing ATE0 when in multiplexer mode | Marcel Holtmann | 1 | -0/+2 | |
2010-10-19 | common: Fix mmi code to bearer class mappings | Denis Kenzior | 1 | -5/+17 | |
MMI services 22, 21, 20 and 26 were mapped incorrectly. See the comment in the code for more information and the thread 'Call Barring and MMI Supplementary Service codes' on the oFono mailing list. | |||||
2010-10-19 | phonesim: Fix multiplexer setup handling and modem power | Marcel Holtmann | 1 | -0/+5 | |
2010-10-19 | gatchat: Add support for skipping AT+CMUX speed parameter | Marcel Holtmann | 1 | -8/+17 | |
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 15 | -59/+84 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-19 | ifxmodem: Fix missing result iter init call for SIM Toolkit | Marcel Holtmann | 1 | -0/+2 | |
2010-10-19 | ifxmodem: Enable SIM Toolkit with AT+CFUN=6 | Marcel Holtmann | 1 | -9/+6 | |
The current Infineon firmware overloads the AT+CFUN command with enabling SIM Toolkit and fetching of proactive commands. It seems to be safe to send this command in offline mode (AT+CFUN=4) and also in online mode (AT+CFUN=1). These are the two cases where SIM Toolkit atom would be initialized. | |||||
2010-10-19 | TODO: Add CDMA support to SMS stack | Rajesh Kadhiravan Nagaiah | 1 | -0/+26 | |
2010-10-18 | Release 0.32 | Marcel Holtmann | 2 | -1/+11 | |
2010-10-18 | atmodem: Add SIM ready quirk for IFX when entering PUK | Marcel Holtmann | 1 | -13/+47 | |
For the Infineon modem, also the PUK entering needs to be extended with a quirk to wait for the SIM ready notification. | |||||
2010-10-17 | ifx: Separate AT command from multiplexer debug setting | Marcel Holtmann | 1 | -1/+1 | |
2010-10-17 | test: Fix script for enabling delivery reports | Marcel Holtmann | 1 | -2/+2 | |
2010-10-15 | TODO: Reset PPP Server task owner | Denis Kenzior | 1 | -1/+0 | |
2010-10-15 | doc: update the supplementary services docs | Alexander Kanavin | 1 | -3/+100 | |
Document the various SS control string related APIs | |||||
2010-10-15 | atmodem: Remove workaround for SIM ready notifier removal | Marcel Holtmann | 1 | -24/+4 | |