Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-25 | Fix typo in technology name | Aki Niemi | 1 | -1/+1 | |
2009-08-19 | Evolve the netreg driver | Denis Kenzior | 1 | -280/+317 | |
2009-08-19 | Update network registration to the new SIM API | Denis Kenzior | 1 | -14/+61 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 1 | -5/+4 | |
2009-08-17 | Move network-operator status enum out of common.h | Denis Kenzior | 1 | -0/+8 | |
2009-08-07 | Quiet an error if a modem is removed quickly | Denis Kenzior | 1 | -0/+3 | |
2009-08-07 | Fix segfault upon modem removal due to g_source | Denis Kenzior | 1 | -7/+16 | |
Network registration was not removing operator list scan g_source, which was causing a crash in one of two potential places. | |||||
2009-08-07 | Re-enable reading of SPN & PNN on phonesim | Denis Kenzior | 1 | -0/+4 | |
2009-08-06 | Fix trailing whitespace | Denis Kenzior | 1 | -1/+1 | |
2009-08-04 | Fix segfault when pnn record doesn't exist | Denis Kenzior | 1 | -1/+1 | |
2009-08-03 | Fix over-complicated code flow that results in uninitialized variables | Marcel Holtmann | 1 | -1/+4 | |
2009-08-03 | Make sure SIM read callbacks die cleanly. | Andrzej Zaborowski | 1 | -3/+9 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+2 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -7/+4 | |
2009-07-29 | Rename dbus_gsm_dict_append_array | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -14/+14 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm_signal_array_property_changed | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -15/+15 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -7/+7 | |
2009-07-29 | Get rid of dbus_gsm_free_string_array | Denis Kenzior | 1 | -3/+3 | |
Use g_strfreev instead. | |||||
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -19/+19 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
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 | 1 | -4/+4 | |
2009-07-17 | Make PNN / OPL work. | Andrzej Zaborowski | 1 | -2/+2 | |
2009-07-15 | Fix uninitialized warning | Denis Kenzior | 1 | -2/+2 | |
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 Network Registration for EONS capability | Denis Kenzior | 1 | -90/+105 | |
2009-07-14 | Get rid of some div by zero errors | Denis Kenzior | 1 | -2/+6 | |
2009-07-14 | Refactor OPL code | Denis Kenzior | 1 | -10/+38 | |
2009-07-14 | Fix CellId data type to be uint32 as intended | Denis Kenzior | 1 | -1/+1 | |
2009-07-14 | Move SPDI to network.c | Denis Kenzior | 1 | -12/+56 | |
2009-07-14 | Preserve PNN order | Denis Kenzior | 1 | -1/+3 | |
2009-07-14 | Move SPN reading to network.c | Denis Kenzior | 1 | -41/+68 | |
2009-07-14 | Move PNN reading to network.c | Denis Kenzior | 1 | -0/+42 | |
2009-07-14 | Read EF-PNN, EF-OPL and override network names accordingly. | Andrzej Zaborowski | 1 | -20/+34 | |
2009-07-07 | Fix status of operator unknown case | Denis Kenzior | 1 | -0/+2 | |
When the current operator is reported, it's status is listed as unknown if no other operators are in the operator list | |||||
2009-06-25 | Add E-UTRAN as access technology of network op | Yang Gu | 1 | -0/+2 | |
2009-06-23 | Fix when the same operator reported multiple times | Denis Kenzior | 1 | -5/+4 | |
2009-06-22 | Read EF-SPDI and use it for SPN display. | Andrzej Zaborowski | 1 | -1/+6 | |
When the operator is one of those listed in EF-SPDI then we need to treat it like a HPLMN in deciding whether the SPN or PLMN name should be displayed. | |||||
2009-06-12 | Fixup style issues with previous MCC/MNC patch | Denis Kenzior | 1 | -9/+14 | |
- Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts | |||||
2009-06-12 | Change MNC and MCC variable types to string | Aki Niemi | 1 | -29/+19 | |
This is to make sure both 2 and 3-digit MNC values are correctly handled. Both the modem plugin API as well as the D-Bus API are affected. | |||||
2009-05-28 | Don't emit the Operator changed if not registered | Denis Kenzior | 1 | -0/+3 | |
SPN Update emits the Operator property changed signal. However, this should not happen if there is no current operator | |||||
2009-05-28 | Fix a few style issues | Denis Kenzior | 1 | -0/+5 | |
2009-05-28 | Fix signal emission when the operator changes | Denis Kenzior | 1 | -2/+6 | |
If the operator changes without going through a searching state the Operator change signal was not properly emitted | |||||
2009-05-28 | Make Operator attribute work when SPN is empty | Denis Kenzior | 1 | -1/+3 | |
2009-05-26 | Add SimManager interface. | Andrzej Zaborowski | 1 | -7/+87 | |
Implement basic SIM filesystem utilities. Obtain Service Provider Name EF-SPN record. Make NetworkRegistration use SPN for PLMN display. This implements PLMN display rules in 31.102 "EFSPN". |