aboutsummaryrefslogtreecommitdiffstats
path: root/include/radio.h
Commit message (Expand)AuthorAgeFilesLines
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-118/+0
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-2/+2
* GPRS: Pass CID to activate/deactivate functionsPaul Kocialkowski2012-11-111-2/+2
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-1/+1
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead o...Simon Busch2012-09-091-1/+1
* Add another method to free space used by a response messageSimon Busch2012-08-241-0/+1
* Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-241-0/+1
* First round of fixing unnecessary warningsSimon Busch2012-08-081-2/+2
* Prefix method correctly with ipc_client_Simon Busch2012-08-081-3/+5
* GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-081-1/+1
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-0/+4
* Removed deprecated util filesPaul Kocialkowski2012-07-051-1/+0
* GPRS: New capabilities structure and related handlerPaul Kocialkowski2012-07-041-0/+6
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-071-0/+1
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-061-0/+3
* Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-031-10/+0
* Add aries device for compilation and register it's handlers on startupSimon Busch2012-01-301-1/+2
* Rework IPC client creation to detect device automatically on startupSimon Busch2012-01-301-2/+6
* Rework device specific code so we can build one library for all devices nowSimon Busch2012-01-301-3/+7
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-141-2/+7
* Finished crespo RFS implementation and code cleanupPaulK2011-12-301-1/+1
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-071-0/+3
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-311-0/+2
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-301-0/+1
* New handlers structure (a data pointer for each handler function)PaulK2011-10-291-6/+4
* Added SIM IO table (from FSO), related helpers, crespo SMS ACK and correctionsPaulK2011-10-291-2/+2
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+1
* replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-281-10/+2
* split devices, require compile-time device selectionJoerie de Gram2011-10-281-3/+2
* added handlers support and default handlers for crespo.PaulK2011-10-281-4/+16
* fix various compilation warningsJoerie de Gram2011-10-281-1/+1
* Various updates regarding better vala integrationSimon Busch2011-10-231-17/+21
* Implement log handler delegate the user can set to forwarding logging output ...Simon Busch2011-10-141-0/+2
* Several updates regarding better vala api description supportSimon Busch2011-10-131-2/+2
* Rework API of this library to integrate better with other environments than A...Simon Busch2011-10-101-17/+21
* Several update regarding integration in other userland environements than and...Simon Busch2011-09-291-4/+6
* Export new API functions with library headersSimon Busch2011-08-251-0/+4
* ipc_msg_send: pass frame sequence number as mseq instead of aseqJoerie de Gram2011-08-181-1/+1
* Massive cleanup & device specific frame handlingJoerie de Gram2011-08-171-133/+38
* Rename library to libsamsung-ipcJoerie de Gram2011-08-171-93/+93
* radio: add generic response group/typeJoerie de Gram2011-08-161-0/+10
* expose msm_send and add method to msm_request_infoJoerie de Gram2011-08-161-0/+3
* Cleanup, preliminary calling/sms supportJoerie de Gram2011-07-281-176/+19
* Initial commitJoerie de Gram2011-01-171-0/+312