Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-16 | Refactor: Move network registration status utils | Andrzej Zaborowski | 1 | -44/+0 | |
Move the status to string functions to common.c so that they can be reused in data connection related network registration code. | |||||
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 1 | -26/+11 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-09-22 | Assume netreg is registered when sim ready | Denis Kenzior | 1 | -56/+16 | |
2009-09-12 | Fix compilation error with missing return value | Marcel Holtmann | 1 | -1/+2 | |
2009-09-11 | Add utility for setting the netreg base station | Denis Kenzior | 1 | -0/+37 | |
2009-09-11 | Add network registration status watch capability | Denis Kenzior | 1 | -0/+59 | |
2009-09-10 | Add netreg getter functions | Denis Kenzior | 1 | -0/+44 | |
- Get Location, CellID - Current Operator - Registration Status - Technology | |||||
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor flag capability to netreg | Denis Kenzior | 1 | -3/+2 | |
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 | |