aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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>
* Use strdup when returning a string in ipc_command_type_to_string methodSimon Busch2011-10-141-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Several updates regarding better vala api description supportSimon Busch2011-10-134-18/+56
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add method to print command type of response messages to vala api descriptionSimon Busch2011-10-131-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Export string representation creation methods in vala api descriptionSimon Busch2011-10-121-0/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* crespo: if reading nv data from filesystem fail handle this correctlySimon Busch2011-10-122-4/+6
| | | | | | | | As already did for reading the radio image we need to check for errors when reading the nv data too. Otherwise we continue but have no data to proceed which ends in a segmentation fault. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fix mistake in vala api descriptionSimon Busch2011-10-121-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* crespo: fixup reading radio image from mtd on bootstrapSimon Busch2011-10-122-5/+9
| | | | | | | | It is important the user knows about the case when reading the radio image failed. So we check now the return value, try to read the image from a alternate path and then fail correctly. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add some more message types and structure to the vala api descriptionSimon Busch2011-10-121-0/+197
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Adjust name of array length property in vala API descriptionSimon Busch2011-10-111-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Name method ipc_client_set_delegates correctlySimon Busch2011-10-111-3/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* crespo_ipc_client_recv: convert from error to info outputSimon Busch2011-10-101-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement ipc_client_recv method so we can now retrieve data from the modemSimon Busch2011-10-101-1/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>