aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vapi: fix naming of ipc_call_outgoging_setup methodSimon Busch2011-11-131-0/+1
* Rewritten modemctrl to provide an usable test binaryPaulK2011-11-071-130/+256
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-077-171/+174
* Switched crespo's nv_data functions to the client log handler instead of printfPaulK2011-11-063-51/+53
* Add missing $ for use of variable $OPENSSL_REQUIRED in configure.ac fileSimon Busch2011-11-061-1/+1
* Added per-device call.h to the include/ Makefile.amPaulK2011-11-011-0/+2
* Fixed Makefile.am on tools/ (added defines while building)PaulK2011-11-011-1/+9
* Split call headers and added some SND definesPaulK2011-11-014-8/+25
* Implemented minimal ipc upper-layer in modemctrl, with auto call functionsPaulK2011-10-312-45/+335
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-317-19/+90
* Only print hexdump for messages when build in debug modeSimon Busch2011-10-301-1/+5
* Revert "Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... defines"Simon Busch2011-10-301-7/+0
* Setting the the handlers for several operations should be done in higher leve...Simon Busch2011-10-301-4/+0
* Adjust vala binding to suite for the latest changes to the library APISimon Busch2011-10-301-43/+34
* Add DEVICE_H1 or DEVICE_CRESPO as define to CFLAGSSimon Busch2011-10-301-0/+2
* Install device specific headers files tooSimon Busch2011-10-301-1/+15
* Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... definesSimon Busch2011-10-301-0/+7
* Merge branch 'master' into master-nextSimon Busch2011-10-301-1/+2
|\
| * Fix mistake in vala bindingSimon Busch2011-10-291-1/+2
* | Comment some not compiling code in modemctrl toolSimon Busch2011-10-301-0/+3
* | Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-306-47/+41
* | Fixed struct ipc_misc_me_version for crespo (1 byte offset)PaulK2011-10-297-7/+81
* | Removed SIM IO data and functions: handled by upper-layer code.PaulK2011-10-292-260/+5
* | New handlers structure (a data pointer for each handler function)PaulK2011-10-296-172/+179
* | Added SIM IO table (from FSO), related helpers, crespo SMS ACK and correctionsPaulK2011-10-296-40/+383
* | Add vim modeline for uniform indentationSimon Busch2011-10-2927-80/+121
* | Fix several places in code for latest infrastructure changesSimon Busch2011-10-293-10/+9
* | fix autotools setup to support the new device specific structureSimon Busch2011-10-292-8/+70
* | Merge remote-tracking branch 'ius/for-morphis' into master-nextSimon Busch2011-10-2928-170/+752
|\ \ | |/ |/|
| * net: correct net_regist_get and add helperJoerie de Gram2011-10-284-2/+32
| * h1: add missing payload memcpy in h1_ipc_sendJoerie de Gram2011-10-281-1/+6
| * introduce device-specific includes, split h1/crespo gen_resp/net_registJoerie de Gram2011-10-286-22/+154
| * explicitly cast strncpy parameter to char*Joerie de Gram2011-10-282-5/+5
| * types: revert indi/noti/resp renameJoerie de Gram2011-10-282-9/+9
| * Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-286-29/+38
| * h1: dump ipc messages to logJoerie de Gram2011-10-281-0/+10
| * replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-286-23/+16
| * split devices, require compile-time device selectionJoerie de Gram2011-10-2811-34/+55
| * gprs: revert e28dc6d and insert missing message typeJoerie de Gram2011-10-281-10/+11
| * added handlers support and default handlers for crespo.PaulK2011-10-287-42/+423
| * fix various compilation warningsJoerie de Gram2011-10-283-3/+3
* | Various changes to code and vala binding regarding call APISimon Busch2011-10-283-13/+92
|/
* Add setup method for call outgoing message and various cleanups for call mess...Simon Busch2011-10-274-39/+88
* gprs: add some missing unknown bytes to ipc_gprs_ip_configuration messageSimon Busch2011-10-272-0/+2
* Fixup network registration messageSimon Busch2011-10-252-3/+12
* gprs: fix wrong id for IPC_GPRS_IP_CONFIGURE message typeSimon Busch2011-10-251-2/+2
* Some little updates for gprs message structuresSimon Busch2011-10-252-8/+14
* Add setup method for ipc_sec_pin_status_set messageSimon Busch2011-10-253-0/+27
* vapi: add a data property to each structure which returns the structure as by...Simon Busch2011-10-251-1/+292
* Implement several parts of known gprs messages typesSimon Busch2011-10-256-17/+214