Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-27 | radio settings: add FastDormancy property | Mika Liljeberg | 1 | -0/+13 | |
2010-10-27 | gprs-context: Replace TYPE_INVALID with TYPE_ANY | Denis Kenzior | 1 | -1/+1 | |
2010-10-27 | stk: Remove ofono_stk_terminal_response_sent_notify | Denis Kenzior | 1 | -3/+0 | |
Not needed for now. We can always put this back in later if need be. | |||||
2010-10-27 | gprs-context: add IMS connection type | Pekka Pessi | 1 | -0/+1 | |
2010-10-27 | gprs: Add support for setting GPRS context type | Marcel Holtmann | 1 | -0/+3 | |
2010-10-27 | gprs: Make GPRS context type a public enum | Marcel Holtmann | 1 | -0/+7 | |
2010-10-25 | modem: Add ofono_modem_is_registered | Denis Kenzior | 1 | -0/+2 | |
2010-10-20 | voicecall: Document driver methods | Denis Kenzior | 1 | -0/+43 | |
2010-10-15 | sim: add new parameter to file-info utility | Petteri Tikander | 1 | -0/+1 | |
2010-10-14 | API for STK driver to signal executed commands | Andrzej Zaborowski | 1 | -0/+7 | |
Some modems are able to handle some proactive commands in their firmware or otherwise, if the command doesn't require input from user. Nevertheles ofono may need to update internal state or notify the user where necessary. With this api the driver can notify core that a command is being executed in the modem or that a command is finished executing and the TERMINAL RESPONSE has been sent to SIM. It would also be possible for a driver to handle a command. | |||||
2010-10-01 | audio: Add helper to get modem information from audio settings | Marcel Holtmann | 1 | -0/+2 | |
2010-10-01 | audio: Add support for notifying about audio mode | Marcel Holtmann | 1 | -0/+2 | |
2010-10-01 | audio: Update audio settings API for active notification | Marcel Holtmann | 1 | -1/+1 | |
2010-09-29 | core: Add support for audio settings interface | Marcel Holtmann | 2 | -0/+60 | |
2010-09-21 | dbus: Add org.ofono.Message interface | Denis Kenzior | 1 | -0/+1 | |
2010-09-21 | common: Implement ofono_uuid_to_str | Denis Kenzior | 1 | -1/+5 | |
2010-09-21 | history: Update to the new SHA1 based sms id API | Denis Kenzior | 1 | -3/+7 | |
2010-09-21 | include: Introduce ofono_uuid | Denis Kenzior | 1 | -0/+4 | |
2010-09-16 | ussd.h: +CUSD is documented in 27.007 section 7.15 | Pekka Pessi | 1 | -0/+1 | |
2010-09-14 | ussd: Driver API changes | Jeevaka Badrappan | 1 | -3/+5 | |
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command. | |||||
2010-09-10 | gprs: add Suspended property | Mika Liljeberg | 1 | -0/+10 | |
2010-09-09 | sim: Break out sim file reading into simfs | Denis Kenzior | 1 | -1/+1 | |
2010-09-09 | sim: read EFiidf | Kristen Carlson Accardi | 1 | -0/+4 | |
EFiidf can be larger than 256 bytes, so allow callers to read portions of the EFiidf from a specified offset. Cache EFiidf files as blocks of 256 bytes so that it's not necessary to read the entire (potentially large) file. | |||||
2010-08-30 | sim: Turn around the order of arguments | Denis Kenzior | 1 | -4/+4 | |
The void *user argument was first. It should be last instead to be consistent with the other watch functions. | |||||
2010-08-19 | gprs: Update GPRS related DBus interface names | Denis Kenzior | 1 | -2/+2 | |
2010-08-19 | sms: Update SmsManager to MessageManager | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | modem: Be consistent when naming callback typedefs | Denis Kenzior | 1 | -2/+2 | |
2010-08-12 | voicecall: Add support for function hangup_all | Sjur Brændeland | 1 | -0/+2 | |
This patch fixes problem for modems that cannot terminate DIALING/ALERTING calls with CHUP=1X. The main change is that voicecall driver's hangup function is split into the functions hangup_all and hangup_active. Changes: - In cases where hangup previously was used, hangup_all is used if implemented otherwise hangup_active is used. - Call in state DIALING/ALERTING is released with hangup_active if implemented. - manager_hangup_all will simply call hangup_all if implemented. - manager_hangup_all will release calls in state ALERTING/DIALING/INCOMING using hangup_active otherwise release_specific. | |||||
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -1/+1 | |
2010-07-30 | include: Update to proper API naming | Denis Kenzior | 1 | -1/+1 | |
Should match what is in the documentation | |||||
2010-07-19 | gprs: Update gprs context struct with IPv6 support | Denis Kenzior | 1 | -0/+6 | |
2010-07-08 | Add Dbus interface names for STK. | Andrzej Zaborowski | 1 | -0/+2 | |
2010-07-08 | Add OFONO_ERROR_TYPE_SIM for negative SIM statuses | Andrzej Zaborowski | 1 | -0/+1 | |
Expected value of the .error field is status word 1 and status word 2 in bits 8:15 and 0:7 of the field. | |||||
2010-07-08 | stk: Utilities for proactive command/envelope handling. | Andrzej Zaborowski | 1 | -0/+2 | |
2010-06-25 | sms: Add driver API for SMS bearer settings | Denis Kenzior | 1 | -0/+8 | |
2010-06-21 | history: API change for status report notify | Pasi Miettinen | 1 | -0/+2 | |
2010-06-09 | Add support for Features property on modem interface | Marcel Holtmann | 1 | -1/+0 | |
2010-06-09 | Move data connection manager interface constants into common include | Marcel Holtmann | 1 | -0/+2 | |
2010-06-09 | Rename CbsManger into CellBroadcast | Marcel Holtmann | 1 | -1/+1 | |
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support. | |||||
2010-06-07 | include: More style issues | Denis Kenzior | 1 | -5/+5 | |
2010-05-27 | Use ofono_bool_t instead of bool in modem API. | Pekka Pessi | 1 | -4/+3 | |
2010-05-26 | Fix: minor style issues | Denis Kenzior | 1 | -2/+2 | |
2010-05-26 | Add: Online property to modem | Pekka Pessi | 1 | -0/+12 | |
The online/offline state is changed with the new set_online() modem driver method. In order to track atoms, there are modem states as follows: - OFONO_MODEM_STATE_POWER_OFF - OFONO_MODEM_STATE_PRE_SIM - OFONO_MODEM_STATE_OFFLINE - OFONO_MODEM_STATE_ONLINE Atoms are added with driver methods pre_sim(), post_sim() and post_online(). Atoms are removed by modem core when the state changes. | |||||
2010-05-19 | sim: No need for this define | Denis Kenzior | 1 | -2/+0 | |
2010-05-19 | Read EF_ICCID property of SIM | Daniel Wagner | 1 | -0/+2 | |
Tested with phonesim. | |||||
2010-05-19 | Add network time support | Aki Niemi | 3 | -0/+65 | |
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example. | |||||
2010-04-15 | Fix: No glib types in oFono public API | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Fix: Style issues in stk driver API | Denis Kenzior | 1 | -9/+10 | |
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 2 | -3/+71 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 1 | -1/+2 | |
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later. |