Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed struct ipc_misc_me_version for crespo (1 byte offset) | PaulK | 2011-10-29 | 7 | -7/+81 | |
| | ||||||
* | New handlers structure (a data pointer for each handler function) | PaulK | 2011-10-29 | 1 | -6/+4 | |
| | ||||||
* | Added SIM IO table (from FSO), related helpers, crespo SMS ACK and corrections | PaulK | 2011-10-29 | 4 | -36/+116 | |
| | ||||||
* | Add vim modeline for uniform indentation | Simon Busch | 2011-10-29 | 12 | -76/+88 | |
| | | | | | | | 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 changes | Simon Busch | 2011-10-29 | 1 | -4/+4 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Merge remote-tracking branch 'ius/for-morphis' into master-next | Simon Busch | 2011-10-29 | 11 | -58/+196 | |
|\ | ||||||
| * | net: correct net_regist_get and add helper | Joerie de Gram | 2011-10-28 | 1 | -1/+3 | |
| | | ||||||
| * | introduce device-specific includes, split h1/crespo gen_resp/net_regist | Joerie de Gram | 2011-10-28 | 6 | -22/+154 | |
| | | ||||||
| * | types: revert indi/noti/resp rename | Joerie de Gram | 2011-10-28 | 1 | -3/+3 | |
| | | ||||||
| * | Corrected Android.mk, crespo_ipc file, some headers and helpers. | PaulK | 2011-10-28 | 2 | -4/+4 | |
| | | ||||||
| * | replace ipc_request and ipc_response by a single struct ipc_message_info | Joerie de Gram | 2011-10-28 | 1 | -10/+2 | |
| | | ||||||
| * | split devices, require compile-time device selection | Joerie de Gram | 2011-10-28 | 1 | -3/+2 | |
| | | ||||||
| * | 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 | 1 | -4/+16 | |
| | | ||||||
| * | fix various compilation warnings | Joerie de Gram | 2011-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | Various changes to code and vala binding regarding call API | Simon Busch | 2011-10-28 | 1 | -0/+6 | |
|/ | | | | 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 | 1 | -38/+46 | |
| | | | | | | 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 | 1 | -0/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Fixup network registration message | Simon Busch | 2011-10-25 | 1 | -2/+4 | |
| | | | | | | | 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 | 1 | -8/+13 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add setup method for ipc_sec_pin_status_set message | Simon Busch | 2011-10-25 | 1 | -0/+3 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Implement several parts of known gprs messages types | Simon Busch | 2011-10-25 | 3 | -17/+91 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | A plmn is only five byte long instead of six bytes | Simon Busch | 2011-10-24 | 1 | -2/+3 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Updates for retrieve imsi and rsim data from response messages | Simon Busch | 2011-10-24 | 1 | -1/+3 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Various updates and corrections | Simon Busch | 2011-10-24 | 2 | -53/+58 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Minor update for network registration info structure in vala binding | Simon Busch | 2011-10-23 | 1 | -2/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Various updates regarding better vala integration | Simon Busch | 2011-10-23 | 2 | -68/+71 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Add helper method to parse imsi from response data | Simon Busch | 2011-10-20 | 1 | -3/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Reorder fields in generic phone response message | Simon Busch | 2011-10-19 | 1 | -4/+4 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | More work regarding vala APi description | Simon Busch | 2011-10-17 | 3 | -9/+40 | |
| | | | | 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 | 1 | -1/+1 | |
| | | | | | | 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 | 2 | -5/+19 | |
| | | | | 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 | 1 | -0/+2 | |
| | | | | | | to another target Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Several updates regarding better vala api description support | Simon Busch | 2011-10-13 | 1 | -2/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Rename response types and export them together with request ones in the vapi | Simon Busch | 2011-10-10 | 1 | -77/+77 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Rework API of this library to integrate better with other environments than ↵ | Simon Busch | 2011-10-10 | 2 | -17/+28 | |
| | | | | | | | | | | | | | | | | | Android * send/recv is now done outside this library; the user has to provide callbacks for send and recv * it's now possible to create more than one ipc client as every ipc API method needs an object of type ipc_client (which is the context it operates in) * there are now two different client types for the crespo machine: RFS and FMT * disabled h1 client for now * removed power on/off functionality; should be done by another userland component with handling the correct sysfs nodes rather than dealing with ioctls for this. * updated vala interface description file to reflect API changes * various source code cleanups Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Several update regarding integration in other userland environements than ↵ | Simon Busch | 2011-09-29 | 1 | -4/+6 | |
| | | | | | | | | | | android * add fd_get method to ipc_ops to retrieve the file descriptior responsible for modem requests/response * add bootstrap method to ipc_ops to separate modem bootstrap from modem opening * add first version of a vapi to be able to use samsung-ipc from vala * add missing pkg-config description file | |||||
* | Export new API functions with library headers | Simon Busch | 2011-08-25 | 1 | -0/+4 | |
| | ||||||
* | Basic automake environment for building the library | Simon Busch | 2011-08-24 | 1 | -0/+16 | |
| | ||||||
* | ipc_msg_send: pass frame sequence number as mseq instead of aseq | Joerie de Gram | 2011-08-18 | 1 | -1/+1 | |
| | ||||||
* | Massive cleanup & device specific frame handling | Joerie de Gram | 2011-08-17 | 4 | -133/+199 | |
| | | | | | | - Introduced device specific frame handling - Removed all IPC command helper functions - General cleanup | |||||
* | util: remove leftover android_rssi declaration | Joerie de Gram | 2011-08-17 | 1 | -1/+1 | |
| | ||||||
* | Rename library to libsamsung-ipc | Joerie de Gram | 2011-08-17 | 8 | -270/+270 | |
| | ||||||
* | sec: improve PIN handling | Joerie de Gram | 2011-08-16 | 1 | -1/+24 | |
| | ||||||
* | radio: add generic response group/type | Joerie de Gram | 2011-08-16 | 1 | -0/+10 | |
| | ||||||
* | net: update net_regist | Joerie de Gram | 2011-08-16 | 1 | -3/+12 | |
| | ||||||
* | add misc_me_version and misc_me_imsi | Joerie de Gram | 2011-08-16 | 1 | -1/+10 | |
| | ||||||
* | call: update call_list struct and defines | Joerie de Gram | 2011-08-16 | 1 | -1/+5 | |
| | ||||||
* | sec: add RSIM_ACCESS support | Joerie de Gram | 2011-08-16 | 1 | -0/+15 | |
| |