aboutsummaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Collapse)AuthorAgeFilesLines
* net: PLMN list extract helpers, PLMN typePaul Kocialkowski2014-08-021-1/+7
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: PLMN is always 6 bytesPaul Kocialkowski2014-05-191-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: Correct enumerationPaul Kocialkowski2014-05-191-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-3/+3
| | | | 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-53/+46
| | | | 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-3/+2
| | | | 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-42/+72
| | | | | | | 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
|
* net: renaming some parts to be more reasonableSimon Busch2012-08-301-6/+11
|
* Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related functionPaulK2012-02-011-8/+15
| | | | | | Also: * renamed IPC_NET_PLMN_SEL_MODE to IPC_NET_PLMN_SEL_... * switched plmn from unsigned to signed char array as it's a string
* net: fix styling/naming/coding issuesSimon Busch2012-02-061-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: add structure to set network PLMN selection modeSimon Busch2012-02-061-2/+10
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add structure definition for IPC_NET_MODE_SEL messageSimon Busch2012-01-301-0/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-281-2/+2
|
* Corrected/splitted NET/SMS/PWR headers for crespo and added french PLMN dataPaulK2011-11-211-1/+0
|
* Revert "Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... defines"Simon Busch2011-10-301-7/+0
| | | | This reverts commit a449ed345d259283c7e66aae911af52e77ff9a17.
* Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... definesSimon Busch2011-10-301-0/+7
| | | | 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>
* net: correct net_regist_get and add helperJoerie de Gram2011-10-281-1/+3
|
* introduce device-specific includes, split h1/crespo gen_resp/net_registJoerie de Gram2011-10-281-16/+6
|
* Fixup network registration messageSimon Busch2011-10-251-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>
* A plmn is only five byte long instead of six bytesSimon Busch2011-10-241-2/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates and correctionsSimon Busch2011-10-241-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Minor update for network registration info structure in vala bindingSimon Busch2011-10-231-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates regarding better vala integrationSimon Busch2011-10-231-51/+50
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rename library to libsamsung-ipcJoerie de Gram2011-08-171-43/+43
|
* net: update net_registJoerie de Gram2011-08-161-3/+12
|
* net: add NET_REGISTJoerie de Gram2011-08-161-0/+1
|
* Cleanup, preliminary calling/sms supportJoerie de Gram2011-07-281-0/+87