aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
Commit message (Collapse)AuthorAgeFilesLines
* gprs: Unknown fieldsPaul Kocialkowski2014-11-101-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* gprs: Various bits and updatesPaul Kocialkowski2014-07-301-10/+20
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* gprs: Fail causes import from TizenPaul Kocialkowski2014-07-291-10/+28
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-7/+8
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Prefer official Samsung IPC protocol namesPaul Kocialkowski2014-02-081-3/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-49/+43
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Types are not commandsPaul Kocialkowski2014-01-251-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-2/+4
| | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-52/+69
| | | | | | | Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* gprs: rename member of ipc_gprs_hsdpa_status to reg_stateSimon Busch2012-09-091-1/+1
|
* GPRS: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-081-24/+49
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-071-0/+6
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Added a GPRS error code and a missing function prototypePaulK2012-01-281-0/+2
|
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+1
| | | | | | | 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>
* gprs: revert e28dc6d and insert missing message typeJoerie de Gram2011-10-281-10/+11
|
* gprs: add some missing unknown bytes to ipc_gprs_ip_configuration messageSimon Busch2011-10-271-0/+1
| | | | 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-251-8/+13
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement several parts of known gprs messages typesSimon Busch2011-10-251-0/+89
Signed-off-by: Simon Busch <morphis@gravedo.de>