Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-29 | Remove dbus_gsm_set_connection from header | Denis Kenzior | 2 | -3/+1 | |
Not actually needed outside of dbus-gsm.c | |||||
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 16 | -93/+94 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-07-29 | Add new ofono/dbus.h header | Denis Kenzior | 3 | -2/+37 | |
2009-07-29 | Experimental support for modems with no UCS2/UTF8 | Denis Kenzior | 1 | -2/+28 | |
Some modems, like the G1 do not support UCS2/UTF8. However, we can still attempt to export some phonebook entries which are probably going to be simple Latin1 characters (e.g. 411, etc) | |||||
2009-07-29 | Fix tolower undeclared warning | Denis Kenzior | 1 | -0/+1 | |
2009-07-27 | Handle phonebook text field with uppercase type | Yang Gu | 1 | -2/+2 | |
2009-07-27 | Fix phonebook comment to report CSCS | Yang Gu | 1 | -1/+1 | |
2009-07-27 | Fix phonebook problem when charset is in a list | Yang Gu | 1 | -1/+1 | |
2009-07-27 | Add support for cyclic files | Denis Kenzior | 1 | -0/+1 | |
2009-07-27 | Refactor SIM file access code | Denis Kenzior | 4 | -47/+39 | |
SIM File Access conditions would be reported similarly between various stacks, so it seems like the core logic of figuring out the access conditions belongs up in the daemon. This also fixes various problems, including: - access conditions read from bytes 10-12, instead of 9-11. - read/update, invalidate/rehabilitate and increase conditions read from the wrong bits (0-3 instead of 4-7 and vice versa) | |||||
2009-07-27 | Kill unused variable warn | Denis Kenzior | 1 | -1/+1 | |
2009-07-27 | Kill implicit declaration warn | Denis Kenzior | 1 | -0/+1 | |
2009-07-27 | Kill 'Suggest parantheses around truth value' warn | Denis Kenzior | 1 | -1/+1 | |
2009-07-27 | Cache EF-PNN, EF-OPL sim files on disk. | Andrzej Zaborowski | 3 | -1/+204 | |
This uses plain files in /var/lib/ofono for storing contents of the operator lists to avoid possibly numerous queries to the SIM on every startup. Files are indexed with IMSI. I'm not 100% sure about the autoconf magic. Users need to rerun bootstrap-configure after applying this. Depends on [PATCH] Return SIM file access conditions from read_file_info. | |||||
2009-07-27 | Return SIM file access conditions from read_file_info. | Andrzej Zaborowski | 3 | -7/+47 | |
2009-07-27 | Use int for MoreMessagestoSend (mms) | Denis Kenzior | 3 | -6/+8 | |
2009-07-21 | Fix a crash with unsolicited notifications | Denis Kenzior | 1 | -1/+1 | |
When a line comes in from the modem, we check against prefixes in outstanding commands and unsolicited notifications. If the outstanding command has not yet been sent (cmd_bytes_written == 0), we still check it resulting in access violation. | |||||
2009-07-18 | Release 0.2 | Marcel Holtmann | 2 | -1/+8 | |
2009-07-18 | Add test-simutil binary to ignore list | Marcel Holtmann | 1 | -0/+1 | |
2009-07-17 | Test EONS handling. | Andrzej Zaborowski | 2 | -1/+83 | |
2009-07-17 | Use registration status constants consistently. | Andrzej Zaborowski | 1 | -3/+7 | |
2009-07-17 | Don't dereference before the null check. | Andrzej Zaborowski | 1 | -2/+4 | |
2009-07-17 | Clean-up in sim.c. | Andrzej Zaborowski | 4 | -47/+33 | |
2009-07-17 | Make PNN / OPL work. | Andrzej Zaborowski | 2 | -6/+10 | |
2009-07-17 | Fix typos in doc/overview.txt | Andres Salomon | 1 | -2/+2 | |
2009-07-16 | Refactor phonebook code | Denis Kenzior | 1 | -249/+208 | |
2009-07-16 | Don't escape phonebooks | Denis Kenzior | 1 | -1/+1 | |
2009-07-16 | Fix style issue | Denis Kenzior | 1 | -1/+0 | |
2009-07-16 | Add character set support in phonebook | Yang Gu | 2 | -29/+339 | |
2009-07-16 | Add experimental support for MT incoming sms store | Denis Kenzior | 1 | -16/+88 | |
Some Nokia modems only support "MT" as the incoming sms store. Presumably the modem has some intelligence to pick the right store depending on the SMS class. This means that oFono must now track what the current store is, and issue a CPMS, CMGR & CMGD when a CMTI notification arrives. | |||||
2009-07-16 | Add CFUN=1 for the ti_calypso driver | Denis Kenzior | 1 | -2/+2 | |
2009-07-15 | Add extra_pdu_crlf quirk to ti_calypso driver | Denis Kenzior | 1 | -0/+5 | |
2009-07-15 | Add extra_pdu_crlf quirk | Denis Kenzior | 2 | -1/+10 | |
2009-07-15 | Remove from pending list if create fails | Denis Kenzior | 1 | -0/+2 | |
2009-07-15 | Fix printing binary version of the pdu | Denis Kenzior | 1 | -1/+1 | |
2009-07-15 | Add set / get flags for GAtChat | Denis Kenzior | 2 | -0/+19 | |
2009-07-15 | Fix uninitialized warning | Denis Kenzior | 1 | -2/+2 | |
2009-07-15 | Add option to disable compiler optimization | Marcel Holtmann | 1 | -1/+8 | |
2009-07-15 | Fix modem wakeup handling | Denis Kenzior | 1 | -0/+8 | |
2009-07-15 | Fix CNMI parsing, it uses ranges not just a list | Denis Kenzior | 1 | -2/+6 | |
2009-07-15 | Fix range handling | Denis Kenzior | 1 | -5/+2 | |
2009-07-15 | Add some more debugging to SMS driver | Denis Kenzior | 1 | -0/+14 | |
2009-07-15 | Fix sms looking for text mode instead of pdu mode | Denis Kenzior | 1 | -1/+2 | |
2009-07-14 | Remove unneeded function | Denis Kenzior | 1 | -4/+0 | |
2009-07-14 | Fix warnings | Denis Kenzior | 1 | -4/+4 | |
2009-07-14 | Fix uninitialized variable | Denis Kenzior | 1 | -1/+0 | |
2009-07-14 | Make CSSN use proper types | Denis Kenzior | 2 | -8/+8 | |
2009-07-14 | Refactor how EONS is used | Denis Kenzior | 1 | -6/+81 | |
2009-07-14 | This function now uses on network_operator_data | Denis Kenzior | 1 | -2/+2 | |
2009-07-14 | Refactor EONS to have lac / non-lac versions | Denis Kenzior | 2 | -4/+27 | |
PNN/OPL database has fields which provide global operator naming, or specific to a cell range. The cell range can only be obtained if the operator is the current one. |