Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Corrected Android.mk, crespo_ipc file, some headers and helpers. | PaulK | 2011-10-28 | 6 | -29/+38 | |
| | | ||||||
| * | h1: dump ipc messages to log | Joerie de Gram | 2011-10-28 | 1 | -0/+10 | |
| | | ||||||
| * | replace ipc_request and ipc_response by a single struct ipc_message_info | Joerie de Gram | 2011-10-28 | 6 | -23/+16 | |
| | | ||||||
| * | split devices, require compile-time device selection | Joerie de Gram | 2011-10-28 | 11 | -34/+55 | |
| | | ||||||
| * | gprs: revert e28dc6d and insert missing message type | Joerie de Gram | 2011-10-28 | 1 | -10/+11 | |
| | | ||||||
| * | added handlers support and default handlers for crespo. | PaulK | 2011-10-28 | 7 | -42/+423 | |
| | | ||||||
| * | fix various compilation warnings | Joerie de Gram | 2011-10-28 | 3 | -3/+3 | |
| | | ||||||
* | | Various changes to code and vala binding regarding call API | Simon Busch | 2011-10-28 | 3 | -13/+92 | |
|/ | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add setup method for call outgoing message and various cleanups for call ↵ | Simon Busch | 2011-10-27 | 4 | -39/+88 | |
| | | | | | | messages Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | gprs: add some missing unknown bytes to ipc_gprs_ip_configuration message | Simon Busch | 2011-10-27 | 2 | -0/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Fixup network registration message | Simon Busch | 2011-10-25 | 2 | -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 type | Simon Busch | 2011-10-25 | 1 | -2/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Some little updates for gprs message structures | Simon Busch | 2011-10-25 | 2 | -8/+14 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add setup method for ipc_sec_pin_status_set message | Simon Busch | 2011-10-25 | 3 | -0/+27 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | vapi: add a data property to each structure which returns the structure as ↵ | Simon Busch | 2011-10-25 | 1 | -1/+292 | |
| | | | | | | byte array Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Implement several parts of known gprs messages types | Simon Busch | 2011-10-25 | 6 | -17/+214 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | A plmn is only five byte long instead of six bytes | Simon Busch | 2011-10-24 | 2 | -3/+5 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Updates for retrieve imsi and rsim data from response messages | Simon Busch | 2011-10-24 | 4 | -6/+30 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Various updates and corrections | Simon Busch | 2011-10-24 | 5 | -54/+106 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Minor update for network registration info structure in vala binding | Simon Busch | 2011-10-23 | 2 | -4/+4 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Various updates regarding better vala integration | Simon Busch | 2011-10-23 | 4 | -547/+90 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Updated Android.mk and added return 0; to make it build on Android. | PaulK | 2011-10-23 | 2 | -31/+14 | |
| | ||||||
* | Add helper method to parse imsi from response data | Simon Busch | 2011-10-20 | 4 | -3/+39 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add sms message types to vala API description | Simon Busch | 2011-10-19 | 1 | -0/+68 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Correct little mistake in vala API description | Simon Busch | 2011-10-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | No free function for VersionMessage | Simon Busch | 2011-10-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Reorder fields in generic phone response message | Simon Busch | 2011-10-19 | 2 | -5/+5 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Updates for the vala API description | Simon Busch | 2011-10-18 | 1 | -24/+25 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | More work regarding vala APi description | Simon Busch | 2011-10-17 | 4 | -38/+83 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs ↵ | Simon Busch | 2011-10-17 | 3 | -5/+5 | |
| | | | | | | android implementation Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add a lot more enums and structs to the vala api description | Simon Busch | 2011-10-17 | 3 | -76/+482 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Remove more line breaks and add additional logging output | Simon Busch | 2011-10-14 | 1 | -12/+12 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Remove line break in crespo ipc implementation from logging method calls | Simon Busch | 2011-10-14 | 1 | -22/+22 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Implement handling of additional arguments in ipc_client_log method | Simon Busch | 2011-10-14 | 1 | -2/+9 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Don't use and c implemented to_string method anymore | Simon Busch | 2011-10-14 | 1 | -6/+20 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Use new logging functionality in crespo client implementation | Simon Busch | 2011-10-14 | 1 | -30/+30 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Implement log handler delegate the user can set to forwarding logging output ↵ | Simon Busch | 2011-10-14 | 4 | -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 it | Simon Busch | 2011-10-14 | 1 | -87/+331 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Use strdup when returning a string in ipc_command_type_to_string method | Simon Busch | 2011-10-14 | 1 | -1/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Several updates regarding better vala api description support | Simon Busch | 2011-10-13 | 4 | -18/+56 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add method to print command type of response messages to vala api description | Simon Busch | 2011-10-13 | 1 | -1/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Export string representation creation methods in vala api description | Simon Busch | 2011-10-12 | 1 | -0/+6 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | crespo: if reading nv data from filesystem fail handle this correctly | Simon Busch | 2011-10-12 | 2 | -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 description | Simon Busch | 2011-10-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | crespo: fixup reading radio image from mtd on bootstrap | Simon Busch | 2011-10-12 | 2 | -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 description | Simon Busch | 2011-10-12 | 1 | -0/+197 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Adjust name of array length property in vala API description | Simon Busch | 2011-10-11 | 1 | -1/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Name method ipc_client_set_delegates correctly | Simon Busch | 2011-10-11 | 1 | -3/+3 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | crespo_ipc_client_recv: convert from error to info output | Simon Busch | 2011-10-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Implement ipc_client_recv method so we can now retrieve data from the modem | Simon Busch | 2011-10-10 | 1 | -1/+6 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> |