Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-10 | Fix GPRS context IP configuration issue with ISI modems | Marcel Holtmann | 1 | -2/+5 | |
2010-08-09 | Fix isimodem call forwarding. | Pekka Pessi | 1 | -3/+2 | |
2010-08-09 | Add test scripts to to lock and unlock pin | Kalle Valo | 3 | -1/+57 | |
2010-08-09 | gprs: Fix release cid in gprs_deactive_for_remove | Zhenhua Zhang | 1 | -0/+3 | |
Similiar to pri_deactive_callback, we should release the context id in gprs_deactive_for_remove() as well. | |||||
2010-08-06 | calypso: Couple of minor style issues | Denis Kenzior | 1 | -6/+11 | |
2010-08-06 | calypso: Remove un-needed includes | Denis Kenzior | 1 | -2/+0 | |
2010-08-06 | calypso: Create STK atom and reorder initialisation | Andrzej Zaborowski | 1 | -27/+54 | |
See comment in the code. The Sim Toolkit apps seem to work rather reliably with this, tested on both PIN-enabled and unprotected cards. | |||||
2010-08-06 | atutil: Parse CMS and CME error codes | Andrzej Zaborowski | 1 | -0/+6 | |
2010-08-06 | calypso: Enable AT extended error codes | Andrzej Zaborowski | 1 | -0/+2 | |
The STK driver tries to interpret the codes. | |||||
2010-08-06 | calypso: Add a Calypso STK driver | Andrzej Zaborowski | 4 | -1/+286 | |
2010-08-06 | calypso: Check if SIM is present on modem startup | Andrzej Zaborowski | 1 | -3/+33 | |
Like in case of MBM modem, the SIM slot is not easily accessible while the device is running so we assume there's no need to check for SIM presence after startup. | |||||
2010-08-06 | phonesim: Don't use VENDOR_PHONESIM for calypso | Andrzej Zaborowski | 1 | -2/+4 | |
Also move the STK initialisation to post-sim because it is more logical there (even if it makes no difference under phonesim). | |||||
2010-08-05 | huawei: Fix SIM state logic | João Paulo Rechi Vita | 1 | -25/+51 | |
Add support for voice-only SIM cards and enable phonebook atom for non-voice modems. | |||||
2010-08-05 | doc: Update coding-style.txt for enums | Denis Kenzior | 1 | -0/+24 | |
2010-08-05 | sms: struct tx_queue_entry: add a destructor | Inaky Perez-Gonzalez | 1 | -6/+22 | |
Introduce a destructor function to encapsulate all the release steps for this data type, as more are to be added later. | |||||
2010-08-05 | storage: make write_file transaction-safe | Inaky Perez-Gonzalez | 1 | -11/+36 | |
write_file(), as written wasn't transaction-safe; a crash bewtween a file being open and the buffer being written before a safe close would leave the file with a set of undetermined contents. Modified to the file is written to a temporary file name; once completed, it is renamed to the final name. This way, a crash in the middle doesn't leave half-baked files. | |||||
2010-08-05 | doc: Fixup some long line / space at eol issues | Denis Kenzior | 1 | -8/+8 | |
2010-08-05 | bluetooth: define DBUS_TIMEOUT macro | Gustavo F. Padovan | 2 | -3/+5 | |
2010-08-05 | sim: Use less space for locked_pins | Denis Kenzior | 1 | -10/+6 | |
Use only as required, since we only track PINs in this one, not PUKs | |||||
2010-08-05 | sim: Fix LockedPins in case SIM wants a PUK first | Denis Kenzior | 1 | -0/+26 | |
In the case that oFono is started with the SIM asking for a PUK, we don't report LockedPins properly. | |||||
2010-08-04 | test: Update simple-agent with new capabilities | Denis Kenzior | 1 | -0/+70 | |
2010-08-04 | stkagent: No need to split these on two lines | Denis Kenzior | 1 | -8/+4 | |
2010-08-04 | stk: Rip out the HELP stuff for now | Denis Kenzior | 2 | -42/+0 | |
We're not supporting it in the current API and doing so is actually very painful. | |||||
2010-08-04 | stkagent: Introduce CALLBACK_END macro | Denis Kenzior | 1 | -85/+28 | |
2010-08-04 | stk: Handle the Get Input proactive command | Andrzej Zaborowski | 1 | -0/+96 | |
2010-08-04 | stkagent: Implement RequestInput/RequestDigits | Andrzej Zaborowski | 2 | -0/+192 | |
2010-08-04 | stk: Handle the Get Inkey proactive command | Andrzej Zaborowski | 1 | -0/+200 | |
2010-08-04 | stkagent: Implement RequestConfirmation/Key/Digit | Andrzej Zaborowski | 2 | -0/+264 | |
2010-08-03 | doc: Update standards.txt | Denis Kenzior | 1 | -0/+75 | |
2010-08-02 | Release 0.26 | Marcel Holtmann | 2 | -1/+7 | |
2010-08-02 | huawei: fix double include of GPRS header | João Paulo Rechi Vita | 1 | -1/+0 | |
2010-08-02 | Fix busylooped in ppp_disconnect for huawei modem | Zhenhua Zhang | 1 | -2/+7 | |
Huawei modem closes the modem port after PPP disconnect. So the channel of gatchat is NULL in ppp_disconnect. In such case, we resume the chat and it causes huawei_disconnect() get called and the gprs context is removed later. Before removing this gprs context, we should reply the pending DBus message to the client. | |||||
2010-07-30 | stkagent: Remove stk_agent_busy | Denis Kenzior | 2 | -8/+2 | |
2010-07-30 | stk: Remove unneeded check | Denis Kenzior | 1 | -5/+0 | |
The agent_remove_source will be canceled as part of the session agent destruction notify. | |||||
2010-07-30 | stk: Fix typo in comment | Denis Kenzior | 1 | -1/+1 | |
2010-07-30 | stk: Handle the case where no agent is registered | Denis Kenzior | 1 | -0/+19 | |
2010-07-30 | test: Add a simple STK Agent script | Denis Kenzior | 2 | -0/+100 | |
2010-07-30 | phonesim: Introduce End Session notification | Denis Kenzior | 1 | -2/+14 | |
2010-07-30 | stk: Get rid of cancel result | Denis Kenzior | 2 | -24/+57 | |
And also rework how immediate response display text gets handled. | |||||
2010-07-30 | stk: Introduce destroy semantics to stkagent | Denis Kenzior | 3 | -19/+35 | |
2010-07-30 | stk: Handle errors when sending to the agent fails | Denis Kenzior | 1 | -4/+13 | |
2010-07-30 | stk: Get rid of nested switch | Denis Kenzior | 1 | -47/+56 | |
2010-07-30 | stk: Handle the new termination semantics | Denis Kenzior | 1 | -2/+20 | |
The termination semantics were changed in stkagent. Now if an agent sends an invalid response or an unexpected error, then the agent is terminated, even if it is the default agent. | |||||
2010-07-30 | stk: Simplify sending of terminal responses | Denis Kenzior | 1 | -32/+43 | |
Introduce a new send_simple_response function | |||||
2010-07-30 | stkagent: Make DisplayText invocation match API | Denis Kenzior | 3 | -6/+3 | |
For now we match the proposed API until we decide that changes are needed. | |||||
2010-07-30 | stkagent: Remove stk_agent_generic_cb | Denis Kenzior | 2 | -5/+5 | |
2010-07-30 | include: Update to proper API naming | Denis Kenzior | 1 | -1/+1 | |
Should match what is in the documentation | |||||
2010-07-30 | stkagent: Get rid of nasty g_timeout tricks | Denis Kenzior | 3 | -137/+144 | |
2010-07-30 | stkagent: Get rid of unneeded checks | Denis Kenzior | 1 | -9/+0 | |
2010-07-30 | stkagent: Shorten logic | Denis Kenzior | 1 | -7/+2 | |