aboutsummaryrefslogtreecommitdiffstats
path: root/include/device
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-02-22 00:03:08 +0100
committerPaulK <contact@paulk.fr>2012-02-01 04:51:28 +0100
commitd3e5290bd938267422b4a6653faa689cab85987c (patch)
treeaf0e3c894172c0418aa5614c9268c25978bd3f24 /include/device
parent27a65c82d7a74e4aad025f794ae10e8686c54fd0 (diff)
downloadexternal_libsamsung-ipc-d3e5290bd938267422b4a6653faa689cab85987c.zip
external_libsamsung-ipc-d3e5290bd938267422b4a6653faa689cab85987c.tar.gz
external_libsamsung-ipc-d3e5290bd938267422b4a6653faa689cab85987c.tar.bz2
Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related function
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
Diffstat (limited to 'include/device')
-rw-r--r--include/device/ipc-v4/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device/ipc-v4/net.h b/include/device/ipc-v4/net.h
index a3c54f3..c72f526 100644
--- a/include/device/ipc-v4/net.h
+++ b/include/device/ipc-v4/net.h
@@ -33,7 +33,7 @@ struct ipc_net_current_plmn {
char unk0;
unsigned char slevel;
char unk1;
- unsigned char plmn[5];
+ char plmn[5];
unsigned char type; // IPC_NET_SERVICE_TYPE_... ?
unsigned short lac;
} __attribute__((__packed__));