aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/gprs.c
Commit message (Collapse)AuthorAgeFilesLines
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-32/+35
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-10/+10
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-1/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-9/+12
| | | | | Change-Id: Idca5edb70869e07d35744301b185df02e42f5b4c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
| | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae 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: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-081-15/+23
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-071-0/+12
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-271-7/+14
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
| | | | | | | 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>
* explicitly cast strncpy parameter to char*Joerie de Gram2011-10-281-3/+3
|
* Some little updates for gprs message structuresSimon Busch2011-10-251-0/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement several parts of known gprs messages typesSimon Busch2011-10-251-0/+43
Signed-off-by: Simon Busch <morphis@gravedo.de>