aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed SIM IO data and functions: handled by upper-layer code.PaulK2011-10-292-260/+5
| | | | Also fixed DEVICE_ define (though, it's more relevant on RIL's Android.mk)
* 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
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fix several places in code for latest infrastructure changesSimon Busch2011-10-293-10/+9
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* fix autotools setup to support the new device specific structureSimon Busch2011-10-292-8/+70
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* 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
|/ | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add setup method for call outgoing message and various cleanups for call ↵Simon Busch2011-10-274-39/+88
| | | | | | messages Signed-off-by: Simon Busch <morphis@gravedo.de>
* gprs: add some missing unknown bytes to ipc_gprs_ip_configuration messageSimon Busch2011-10-272-0/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fixup network registration messageSimon Busch2011-10-252-3/+12
| | | | | | | Thanks to PaulK for pointing this out that the registration field is stored in the third field instead of the second one. Signed-off-by: Simon Busch <morphis@gravedo.de>
* gprs: fix wrong id for IPC_GPRS_IP_CONFIGURE message typeSimon Busch2011-10-251-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Some little updates for gprs message structuresSimon Busch2011-10-252-8/+14
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add setup method for ipc_sec_pin_status_set messageSimon Busch2011-10-253-0/+27
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: add a data property to each structure which returns the structure as ↵Simon Busch2011-10-251-1/+292
| | | | | | byte array Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement several parts of known gprs messages typesSimon Busch2011-10-256-17/+214
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* A plmn is only five byte long instead of six bytesSimon Busch2011-10-242-3/+5
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Updates for retrieve imsi and rsim data from response messagesSimon Busch2011-10-244-6/+30
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates and correctionsSimon Busch2011-10-245-54/+106
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Minor update for network registration info structure in vala bindingSimon Busch2011-10-232-4/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates regarding better vala integrationSimon Busch2011-10-234-547/+90
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Updated Android.mk and added return 0; to make it build on Android.PaulK2011-10-232-31/+14
|
* Add helper method to parse imsi from response dataSimon Busch2011-10-204-3/+39
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add sms message types to vala API descriptionSimon Busch2011-10-191-0/+68
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Correct little mistake in vala API descriptionSimon Busch2011-10-191-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* No free function for VersionMessageSimon Busch2011-10-191-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Reorder fields in generic phone response messageSimon Busch2011-10-192-5/+5
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Updates for the vala API descriptionSimon Busch2011-10-181-24/+25
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* More work regarding vala APi descriptionSimon Busch2011-10-174-38/+83
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs ↵Simon Busch2011-10-173-5/+5
| | | | | | android implementation Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add a lot more enums and structs to the vala api descriptionSimon Busch2011-10-173-76/+482
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Remove more line breaks and add additional logging outputSimon Busch2011-10-141-12/+12
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Remove line break in crespo ipc implementation from logging method callsSimon Busch2011-10-141-22/+22
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement handling of additional arguments in ipc_client_log methodSimon Busch2011-10-141-2/+9
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Don't use and c implemented to_string method anymoreSimon Busch2011-10-141-6/+20
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Use new logging functionality in crespo client implementationSimon Busch2011-10-141-30/+30
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement log handler delegate the user can set to forwarding logging output ↵Simon Busch2011-10-144-0/+33
| | | | | | to another target Signed-off-by: Simon Busch <morphis@gravedo.de>
* Combine all message types in one enumeration and add a to_string method for itSimon Busch2011-10-141-87/+331
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>