| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
| |
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
| |
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
| |
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I5eb463630dfd611e0f3db439ea1a1efb420bcc5a
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: If73a5bc5a87ae1bfdb0921ef16338be11cc7b989
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I71afe804d05585a0f232fe2fd685c5e78101def4
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I54963a4db11c6e766c787e2cc173cd5a27662b53
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I8a61b582c16b8169505c7252f6d7260a542a290b
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: Ie3d120723aeff044d127ff66e46ec9e7b5f476cc
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|\
| |
| | |
Added Spica support
|
|/
|
|
| |
Change-Id: I7e20a28c0c7aa749e037721bbaf36125cde5cbba
|
|
|
|
|
| |
Change-Id: I4580ffcc91486363dc50a1fca116991fda098e48
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I8dc9fb1412df458eda38683580764490135df45f
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I53bc70e83df6c50f64629abb2157cae28b6a0dea
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
|
| |
Change-Id: Ia1dd301a339c34ac443fbc1da81e8d29b1f8f2a3
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I7ed51c0a35061daeaac302c8bac90a1c3b577e1d
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I54f069f32f85528176b8e06ac587d8948fae47f2
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
|
|
|
|
| |
When we're just allocating memory and do not care about the content of the allocated
memory area we can head into cases where the internal parts of the structures are already
set with a random value and then causes segfaults cause code peaces are trying to access
invalid memory areas.
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
|
|
| |
device name
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
|
|
|
|
|
|
| |
Without that fix we have:
smshandler.c:111:34: error: field 'ackmsg' has incomplete type
smshandler.c:113:34: error: field '_tmp4_' has incomplete type
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|
|
|
|
|
|
| |
Aries: Use CID to activate/deactivate the corresponding iface
Change-Id: Ifd153eda59404921bc6ea12d27f94d5aee7b06ff
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I9e8d01ca8b0eb23d9ca2a2034c5bb9594f151e92
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: I208edeb3b9f8bdce4051b42d0ecda85259cf1d82
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: Ica8dd604ddaff527436e9ba909ab7d22eda9a875
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
|
|
|
| |
Without that fix we have:
mediators_network.c: In function 'samsung_network_get_status_real_run_co':
mediators_network.c:1575:24: error: dereferencing pointer to incomplete type
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|
|
|
|
|
|
|
| |
Without that fix we have many errors such as this one:
mediators_network.c: In function 'samsung_network_get_status_real_run_co':
mediators_network.c:1473:21: error: dereferencing pointer to incomplete type
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|\
| |
| | |
Fix VAPI's ipc_net_{regist_setup,plmn_sel_setup} renames for fsogsmd
|
|/
|
|
|
|
|
|
|
|
|
| |
Without that fix fsogmsd fails to compile that way:
mediators_network.c: In function 'samsung_network_register_real_run_co':
mediators_network.c:711:2: warning: implicit declaration of function 'ipc_net_plmn_sel_setup' [-Wimplicit-function-declaration]
And:
mediators_network.c: In function 'samsung_network_get_status_real_run_co':
mediators_network.c:1426:2: warning: implicit declaration of function 'ipc_net_regist_setup' [-Wimplicit-function-declaration]
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Change-Id: Ib84ce488e3f78c4fd0dfcfc7eb199c0d93bc034e
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: Idea112725ca55ea341d11055a332b1c8625e614c
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
| |
|
| |
|
|
|
|
|
|
|
| |
of using a parameter
Allocating memory and setting a pointer to it for the user via a parameter is kind of
unnecessary. It's better to return the pointer instead.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Change-Id: I348c615371bcc24796ea0b7ea33a32eab23709c4
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
| |
Change-Id: Ia139f8d5cf42047c95024ebbdb296e8aed530ea9
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
| |
|