Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-20 | Rename ofono_modem_*_userdata | Denis Kenzior | 1 | -3/+3 | |
Rename ofono_modem_get_userdata to ofono_modem_get_data Rename ofono_modem_set_userdata to ofono_modem_set_data For consistency with other drivers | |||||
2009-08-20 | Hide the ofono_modem datastructure | Denis Kenzior | 1 | -57/+48 | |
2009-08-20 | Port history to the new atom API | Denis Kenzior | 1 | -1/+0 | |
Use __atom_foreach | |||||
2009-08-20 | Add __ofono_modem_foreach_atom function | Denis Kenzior | 1 | -0/+20 | |
2009-08-20 | Break out device info into a separate driver | Denis Kenzior | 1 | -107/+205 | |
The modem info ops (Serial, Manufacturer, etc) are broken into a separate oFono atom. This is mainly to support a proper modem device driver infrastructure. As a result the data structures have been tweaked a little. driver.h is now empty and has been removed. | |||||
2009-08-19 | Remove traces of sim_manager from modem.c | Denis Kenzior | 1 | -5/+0 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 1 | -2/+2 | |
2009-08-17 | Fix invalid watch id being returned the first time | Denis Kenzior | 1 | -1/+1 | |
Should use pre-increment instead of post increment | |||||
2009-08-14 | Refactor cssn into ofono_ssn | Denis Kenzior | 1 | -3/+0 | |
Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed | |||||
2009-08-14 | Add atom get_registered function | Denis Kenzior | 1 | -0/+5 | |
2009-08-14 | Follow the more common glib convention for destroy | Denis Kenzior | 1 | -1/+1 | |
2009-08-14 | Fix whitespace issue | Denis Kenzior | 1 | -1/+0 | |
2009-08-14 | Utilize call_watches | Denis Kenzior | 1 | -1/+5 | |
2009-08-14 | Add call_watches utility | Denis Kenzior | 1 | -0/+17 | |
2009-08-14 | Add atom_watch functions | Denis Kenzior | 1 | -0/+86 | |
2009-08-14 | Rework ofono_modem_remove_atom | Denis Kenzior | 1 | -4/+2 | |
Change to ofono_atom_free since the atom now carries all necessary information about the modem it is attached to | |||||
2009-08-14 | Add getter functions for atoms | Denis Kenzior | 1 | -0/+12 | |
2009-08-14 | Sanity check the atom register/unregister funcs | Denis Kenzior | 1 | -2/+7 | |
2009-08-13 | Add ofono atom routines | Denis Kenzior | 1 | -0/+106 | |
2009-08-07 | No need to use g_timeout_add here | Denis Kenzior | 1 | -27/+13 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Get rid of modem.h | Denis Kenzior | 1 | -2/+3 | |
2009-07-29 | Move ofono_modem functions to modem.c | Denis Kenzior | 1 | -0/+80 | |
2009-07-29 | Move MODEM_INTERFACE to dbus.h | Denis Kenzior | 1 | -5/+3 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Make plugins use ofono_modem_get_path | Denis Kenzior | 1 | -0/+8 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+4 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Rename modem_alloc_callid, modem_release_callid | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -4/+2 | |
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 | -4/+4 | |
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 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -4/+4 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-05-26 | Cleanup SimManager interface | Denis Kenzior | 1 | -0/+1 | |
Future-Proof own numbers support. For now we only report voice numbers Rename attributes to be a bit better | |||||
2009-05-26 | Add SimManager interface. | Andrzej Zaborowski | 1 | -0/+3 | |
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". | |||||
2009-05-12 | Add an API for a CSSI/CSSU notifications. | Andrzej Zaborowski | 1 | -0/+5 | |
2009-05-12 | Remove some other unused variables | Denis Kenzior | 1 | -1/+0 | |
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+432 | |